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) TestInjectProxy(args []string) []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 (*Command) QuickReference ¶
func (*Command) TestInjectProxy ¶
TestInjectProxy is exported for cross-package testing.
func (*Command) WithDataBus ¶
Click to show internal directories.
Click to hide internal directories.