fix: Fail safe, if optional endpoints are not given (#582)
This commit is contained in:
parent
8a21d38136
commit
06f37f84c1
2 changed files with 24 additions and 4 deletions
5
pkg/client/errors.go
Normal file
5
pkg/client/errors.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package client
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrEndpointNotSet = errors.New("endpoint not set")
|
Loading…
Add table
Add a link
Reference in a new issue