Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + type ExamplePlugin struct + func New() *ExamplePlugin + func (p *ExamplePlugin) Boot(c *container.Container) + func (p *ExamplePlugin) Commands() []*cobra.Command + func (p *ExamplePlugin) Name() string + func (p *ExamplePlugin) Register(c *container.Container) + func (p *ExamplePlugin) RegisterRoutes(r *router.Router)