Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type NamedProvider ¶
type ParseValue ¶
type UnmarshalValue ¶
type UnmarshalValue interface {
Unmarshal(val interface{}) error
}
type Value ¶
type Value interface {
ReadValue
ParseValue
UnmarshalValue
IsEquals(in Value) bool
}
type WatchProvider ¶
type WatchProvider interface {
Watch(ctx context.Context, callback WatchCallback, path ...string) error
}
Click to show internal directories.
Click to hide internal directories.