Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedWatcher ¶
NamedWatcher wraps a watcher and gives it a descriptive engine name.
type NewWatchers ¶ added in v0.22.0
type NewWatchers func(cmd *cobra.Command) ([]*NamedWatcher, error)
NewWatchers is an exposed plugin function that returns a one or more (named) watcher(s) configured according to the CLI flags passed in, or nil if a particular engine should not be watched at all.
Click to show internal directories.
Click to hide internal directories.