Documentation ¶
Overview ¶
Package events is used to trigger events across the daemon.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventType ¶
type EventType int
EventType represents the type of event that occurred.
const ( // IdentityAdd is the event type used when a new identity is added to // the K/V store. IdentityAdd EventType = iota // IdentityMod is the event type used when a existing identity is // scheduled for deletion but there are still reference counts to it. IdentityMod // IdentityDel is the event type used when a existing identity is // deleted. IdentityDel )
Click to show internal directories.
Click to hide internal directories.