Documentation ¶
Index ¶
- type Plugin
- func (p *Plugin) HookCommands(ctx context.Context, commands []*cli.Command) ([]*cli.Command, error)
- func (p *Plugin) HookConfig(ctx context.Context, data map[string]interface{}) error
- func (p *Plugin) HookDumpConfig(ctx context.Context) (map[string]interface{}, error)
- func (p *Plugin) PluginName() string
- func (p *Plugin) PluginVersion() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) HookCommands ¶
func (*Plugin) HookConfig ¶
func (*Plugin) HookDumpConfig ¶
func (*Plugin) PluginName ¶
func (*Plugin) PluginVersion ¶
Click to show internal directories.
Click to hide internal directories.