v0.0.527
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Has been cancelled
This commit is contained in:
13
exerr/proxy.go
Normal file
13
exerr/proxy.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package exerr
|
||||
|
||||
type Proxy struct {
|
||||
v ExErr
|
||||
}
|
||||
|
||||
func (p *Proxy) UniqueID() string {
|
||||
return p.v.UniqueID
|
||||
}
|
||||
|
||||
func (p *Proxy) Get() ExErr {
|
||||
return p.v
|
||||
}
|
Reference in New Issue
Block a user