Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrWatch = errors.New("unsupported watch type")
)
Functions ¶
This section is empty.
Types ¶
type ConsulWatch ¶
type ConsulWatch struct {
// contains filtered or unexported fields
}
func (*ConsulWatch) KV ¶
func (c *ConsulWatch) KV(key string) string
func (*ConsulWatch) KVCopy ¶
func (c *ConsulWatch) KVCopy() map[string]string
func (*ConsulWatch) KVFlush ¶
func (c *ConsulWatch) KVFlush()
func (*ConsulWatch) KVSet ¶
func (c *ConsulWatch) KVSet(key, value string)
func (*ConsulWatch) Stop ¶
func (c *ConsulWatch) Stop(key string)
type KeytypeError ¶
type KeytypeError struct { Err error // contains filtered or unexported fields }
func (*KeytypeError) Error ¶
func (e *KeytypeError) Error() string
func (*KeytypeError) Unwrap ¶
func (e *KeytypeError) Unwrap() error
type ParseError ¶
func (*ParseError) Error ¶
func (e *ParseError) Error() string
func (*ParseError) Unwrap ¶
func (e *ParseError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.