Documentation
¶
Index ¶
- type ConnectorPluginsCommand
- type DescribeArgs
- type DescribeCommand
- func (c *DescribeCommand) Aliases() []string
- func (c *DescribeCommand) Args(args []string) error
- func (c *DescribeCommand) Docs() ecdysis.Docs
- func (c *DescribeCommand) ExecuteWithClient(ctx context.Context, client *api.Client) error
- func (c *DescribeCommand) Output(output ecdysis.Output)
- func (c *DescribeCommand) Usage() string
- type ListCommand
- func (c *ListCommand) Aliases() []string
- func (c *ListCommand) Docs() ecdysis.Docs
- func (c *ListCommand) ExecuteWithClient(ctx context.Context, client *api.Client) error
- func (c *ListCommand) Flags() []ecdysis.Flag
- func (c *ListCommand) Output(output ecdysis.Output)
- func (c *ListCommand) Usage() string
- type ListFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorPluginsCommand ¶
type ConnectorPluginsCommand struct{}
func (*ConnectorPluginsCommand) Aliases ¶
func (c *ConnectorPluginsCommand) Aliases() []string
func (*ConnectorPluginsCommand) Docs ¶
func (c *ConnectorPluginsCommand) Docs() ecdysis.Docs
func (*ConnectorPluginsCommand) SubCommands ¶
func (c *ConnectorPluginsCommand) SubCommands() []ecdysis.Command
func (*ConnectorPluginsCommand) Usage ¶
func (c *ConnectorPluginsCommand) Usage() string
type DescribeArgs ¶
type DescribeArgs struct {
// contains filtered or unexported fields
}
type DescribeCommand ¶
type DescribeCommand struct {
// contains filtered or unexported fields
}
func (*DescribeCommand) Aliases ¶
func (c *DescribeCommand) Aliases() []string
func (*DescribeCommand) Args ¶
func (c *DescribeCommand) Args(args []string) error
func (*DescribeCommand) Docs ¶
func (c *DescribeCommand) Docs() ecdysis.Docs
func (*DescribeCommand) ExecuteWithClient ¶
func (*DescribeCommand) Output ¶
func (c *DescribeCommand) Output(output ecdysis.Output)
func (*DescribeCommand) Usage ¶
func (c *DescribeCommand) Usage() string
type ListCommand ¶
type ListCommand struct {
// contains filtered or unexported fields
}
func (*ListCommand) Aliases ¶
func (c *ListCommand) Aliases() []string
func (*ListCommand) Docs ¶
func (c *ListCommand) Docs() ecdysis.Docs
func (*ListCommand) ExecuteWithClient ¶
func (*ListCommand) Flags ¶
func (c *ListCommand) Flags() []ecdysis.Flag
func (*ListCommand) Output ¶
func (c *ListCommand) Output(output ecdysis.Output)
func (*ListCommand) Usage ¶
func (c *ListCommand) Usage() string
Click to show internal directories.
Click to hide internal directories.