Documentation
¶
Overview ¶
Package builtinprocessors is a plugin of launchr to provide native action processors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigGetProcessorOptions ¶ added in v0.17.2
type ConfigGetProcessorOptions struct {
Path string `yaml:"path"`
}
ConfigGetProcessorOptions is an options struct for `config.GetValue`.
func (*ConfigGetProcessorOptions) Validate ¶ added in v0.17.2
func (o *ConfigGetProcessorOptions) Validate() error
Validate implements action.ValueProcessorOptions interface.
type Plugin ¶
type Plugin struct{}
Plugin is launchr.Plugin to provide action processors.
func (Plugin) OnAppInit ¶
OnAppInit implements launchr.OnAppInitPlugin 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.