Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdConfWatcher ¶
type EtcdConfWatcher struct { Key string // contains filtered or unexported fields }
func NewEtcdConfWatcher ¶
func (*EtcdConfWatcher) RegisterHandler ¶
func (e *EtcdConfWatcher) RegisterHandler(eventType mvccpb.Event_EventType, handler func(evt *clientv3.Event))
func (*EtcdConfWatcher) Start ¶
func (e *EtcdConfWatcher) Start()
func (*EtcdConfWatcher) Stop ¶
func (e *EtcdConfWatcher) Stop()
Click to show internal directories.
Click to hide internal directories.