Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WatcherPlugin ¶
type WatcherPlugin struct { Name string Creator interface{} }
func NewWatcherPlugin ¶
func (*WatcherPlugin) PluginInstance ¶
func (p *WatcherPlugin) PluginInstance() interface{}
PluginInstance implements plugin.Pluggable
func (*WatcherPlugin) PluginName ¶
func (p *WatcherPlugin) PluginName() string
PluginName implements plugin.Pluggable
func (*WatcherPlugin) PluginType ¶
func (p *WatcherPlugin) PluginType() inter.PluginType
PluginType implements plugin.Pluggable
func (*WatcherPlugin) PluginVersion ¶
func (p *WatcherPlugin) PluginVersion() string
PluginVersion implements plugin.Pluggable
Click to show internal directories.
Click to hide internal directories.