Documentation
¶
Overview ¶
Package action_runtime_plugin provides an example of creating an action with the runtime type "plugin". It includes a basic implementation and usage of input parameters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin is launchr.Plugin providing example plugin action.
func (*Plugin) DiscoverActions ¶
DiscoverActions implements launchr.ActionDiscoveryPlugin interface.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Click to show internal directories.
Click to hide internal directories.