Documentation ¶
Index ¶
Constants ¶
View Source
const Group = "engines"
Group specifies the container engine watchers plugin group name.
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 NewWatcher ¶
type NewWatcher func(cmd *cobra.Command) (*NamedWatcher, error)
NewWatcher plugin function returns a new (named) watcher configured according to the CLI flags passed in, or nil if a particular engine should not be watched.
Click to show internal directories.
Click to hide internal directories.