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 = *action.GenericValueProcessorOptions[struct { Path string `yaml:"path" validate:"not-empty"` }]
ConfigGetProcessorOptions is an options struct for `config.GetValue`.
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.