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 Update )
These are the generalized file operations that can trigger a notification.
func (ChangeType) String ¶
func (t ChangeType) String() string
type RuleSetChanged ¶
type RuleSetChanged struct { Source string Name string Rules []rule.Rule ChangeType ChangeType }
type RuleSetChangedEventQueue ¶
type RuleSetChangedEventQueue chan RuleSetChanged
Click to show internal directories.
Click to hide internal directories.