Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelFn ¶
type CancelFn = context.CancelFunc
type ConsistentStore ¶
type ConsistentStore interface {
// contains filtered or unexported methods
}
type WatchEvent ¶
type WatchEvent struct { Path string Ev []struct { Key string EventType WatchEventType } }
type WatchEventType ¶
type WatchEventType int
const ( WatchEventUnknown WatchEventType = iota WatchEventCreated WatchEventModified WatchEventDelete )
Click to show internal directories.
Click to hide internal directories.