Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMgr ¶
type ConfigMgr interface { ReadAndWatch(ctx context.Context, key string) ([]byte, <-chan []byte, error) Read(ctx context.Context, key string) ([]byte, error) Watch(ctx context.Context, key string) (<-chan []byte, error) }
func NewConfigMgr ¶
func NewConfigMgr() ConfigMgr
type ConfigMgrImpl ¶
type ConfigMgrImpl struct {
// contains filtered or unexported fields
}
func (*ConfigMgrImpl) ReadAndWatch ¶
Click to show internal directories.
Click to hide internal directories.