Documentation
¶
Index ¶
- type Command
- func (c *Command) Name() string
- func (c *Command) QuickReference() string
- func (c *Command) Run(ctx context.Context, execution *commands.Execution) (_ any, err error)
- func (c *Command) SetProxy(proxy string)
- func (c *Command) Usage() string
- func (c *Command) WithDataBus(bus *eventbus.Bus[output.ToolDataEvent]) *Command
- func (c *Command) WithLogger(logger telemetry.Logger) *Command
- func (c *Command) WithProxy(proxy string) *Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
func New ¶
func New(engine *sdkneutron.Engine, index *association.Index) *Command
func (*Command) QuickReference ¶
func (*Command) WithDataBus ¶
Click to show internal directories.
Click to hide internal directories.