Documentation
¶
Overview ¶
Package yamldiscovery implements a launchr plugin to discover actions defined in yaml.
Index ¶
Constants ¶
View Source
const ID = "actions.yamldiscovery"
ID is a plugin id.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is a plugin to discover actions defined in yaml.
func (*Plugin) CobraAddCommands ¶
CobraAddCommands implements launchr.CobraPlugin interface to provide discovered actions.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Click to show internal directories.
Click to hide internal directories.