Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeType ¶
type ChangeType uint32
const ( Create ChangeType = 1 << iota Remove )
These are the generalized file operations that can trigger a notification.
func (ChangeType) String ¶
func (t ChangeType) String() string
type RuleSetChangedEvent ¶
type RuleSetChangedEvent struct { Src string RuleSet []rule.Configuration ChangeType ChangeType }
type RuleSetChangedEventQueue ¶
type RuleSetChangedEventQueue chan RuleSetChangedEvent
Click to show internal directories.
Click to hide internal directories.