fix: Fail safe, if optional endpoints are not given
This commit is contained in:
parent
a3b73a6950
commit
1c66947ec7
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