Documentation
¶
Index ¶
Constants ¶
View Source
const ( ReadCheck = 1 << iota WriteCheck ListCheck DeleteCheck StdCheck = ReadCheck | WriteCheck | ListCheck | DeleteCheck )
Variables ¶
View Source
var ErrCastPathData = fmt.Errorf("type cast errors on data from path")
View Source
var ErrConnection = fmt.Errorf("consul connection refused")
View Source
var ErrInitialize = fmt.Errorf("cannot initialize consul client")
View Source
var ErrInvalidPath = fmt.Errorf("invalid consul path")
View Source
var ErrInvalidToken = fmt.Errorf("check token permission")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) IsSyncPathInitialized ¶
Click to show internal directories.
Click to hide internal directories.