Documentation
¶
Index ¶
- type Command
- func (c *Command) Execute(ctx context.Context, args []string) (err error)
- func (c *Command) Name() string
- func (c *Command) SetProxy(proxy string)
- func (c *Command) SetWorkDir(dir string)
- func (c *Command) Usage() string
- 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 ¶
type Command struct {
// contains filtered or unexported fields
}
func (*Command) SetWorkDir ¶
Click to show internal directories.
Click to hide internal directories.