Documentation ¶
Index ¶
- type ListingCommand
- func (cmd *ListingCommand) BuildListing(ctx context.Container, filter string, apiFilter string, additionalItems bool) (RowListing, error)
- func (cmd *ListingCommand) Completer(ctx context.Container, input string) []string
- func (cmd *ListingCommand) Execute(ctx context.Container, buffer *string) (uint, error)
- func (cmd *ListingCommand) OutputRows(rows RowListing) string
- type Row
- type RowListing
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListingCommand ¶
type ListingCommand struct {
*command.BaseCommand
}
ListingCommand ...
func (*ListingCommand) BuildListing ¶
func (cmd *ListingCommand) BuildListing( ctx context.Container, filter string, apiFilter string, additionalItems bool, ) (RowListing, error)
BuildListing ...
func (*ListingCommand) Completer ¶
func (cmd *ListingCommand) Completer(ctx context.Container, input string) []string
Completer ..,
func (*ListingCommand) OutputRows ¶
func (cmd *ListingCommand) OutputRows(rows RowListing) string
OutputRows ...
Click to show internal directories.
Click to hide internal directories.