Documentation
¶
Overview ¶
Package yamldiscovery implements a launchr plugin to discover actions defined in yaml.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin is a launchr.Plugin to discover actions defined in yaml.
func (Plugin) DiscoverActions ¶ added in v0.5.4
func (p Plugin) DiscoverActions(ctx context.Context, fs launchr.ManagedFS, idp action.IDProvider) ([]*action.Action, error)
DiscoverActions implements action.DiscoveryPlugin interface.
func (Plugin) OnAppInit ¶
OnAppInit implements launchr.Plugin 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.