Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDisabled = errors.New("plugin is disabled") ErrTimeout = errors.New("plugin execution timed out") ErrNotMatch = errors.New("event type not match") ErrEventNil = errors.New("event is nil") )
View Source
var Prefix = []string{".", "/"}
Functions ¶
This section is empty.
Types ¶
type Basic ¶
type Cmd ¶
func (*Cmd) GeneratePatterns ¶
type PreExecFunc ¶
Click to show internal directories.
Click to hide internal directories.