Documentation ¶ Index ¶ type Plugin func (p *Plugin) Description() string func (p *Plugin) Init(app core.App) error func (p *Plugin) Name() string func (p *Plugin) SetParent(cmd *cobra.Command) func (p *Plugin) Version() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Plugin ¶ type Plugin struct { ParentCmd *cobra.Command } func (*Plugin) Description ¶ func (p *Plugin) Description() string func (*Plugin) Init ¶ func (p *Plugin) Init(app core.App) error func (*Plugin) Name ¶ func (p *Plugin) Name() string func (*Plugin) SetParent ¶ func (p *Plugin) SetParent(cmd *cobra.Command) func (*Plugin) Version ¶ func (p *Plugin) Version() string Source Files ¶ View all Source files plugins.go Click to show internal directories. Click to hide internal directories.