Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) 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) Usage ¶
func (c *ListCommand) Usage() string
type ListFlags ¶
type ListFlags struct {
Name string `long:"name" usage:"name to filter processor plugins by"`
}
type ProcessorPluginsCommand ¶
type ProcessorPluginsCommand struct{}
func (*ProcessorPluginsCommand) Aliases ¶
func (c *ProcessorPluginsCommand) Aliases() []string
func (*ProcessorPluginsCommand) Docs ¶
func (c *ProcessorPluginsCommand) Docs() ecdysis.Docs
func (*ProcessorPluginsCommand) SubCommands ¶
func (c *ProcessorPluginsCommand) SubCommands() []ecdysis.Command
func (*ProcessorPluginsCommand) Usage ¶
func (c *ProcessorPluginsCommand) Usage() string
Click to show internal directories.
Click to hide internal directories.