Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ type Action type LogAction func (a *LogAction) Execute(r *rule.WatchRule) error type NotifyAction func (a *NotifyAction) Execute(r *rule.WatchRule) error type OpenBrowserAction func (a *OpenBrowserAction) Execute(r *rule.WatchRule) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Action ¶ type Action interface { Execute(r *rule.WatchRule) error } type LogAction ¶ added in v0.9.0 type LogAction struct{} func (*LogAction) Execute ¶ added in v0.9.0 func (a *LogAction) Execute(r *rule.WatchRule) error type NotifyAction ¶ added in v0.9.0 type NotifyAction struct{} func (*NotifyAction) Execute ¶ added in v0.9.0 func (a *NotifyAction) Execute(r *rule.WatchRule) error type OpenBrowserAction ¶ type OpenBrowserAction struct{} func (*OpenBrowserAction) Execute ¶ func (a *OpenBrowserAction) Execute(r *rule.WatchRule) error Source Files ¶ View all Source files action.gonotify_other.go Click to show internal directories. Click to hide internal directories.