Documentation ¶
Index ¶
- type UpstreamsCommand
- func (c *UpstreamsCommand) AutocompleteArgs() complete.Predictor
- func (c *UpstreamsCommand) AutocompleteFlags() complete.Flags
- func (c *UpstreamsCommand) Help() string
- func (c *UpstreamsCommand) Run(args []string) int
- func (c *UpstreamsCommand) Synopsis() string
- func (c *UpstreamsCommand) Troubleshoot() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpstreamsCommand ¶
type UpstreamsCommand struct { *common.BaseCommand // contains filtered or unexported fields }
func (*UpstreamsCommand) AutocompleteArgs ¶
func (c *UpstreamsCommand) AutocompleteArgs() complete.Predictor
AutocompleteArgs returns the argument predictor for this command. Since argument completion is not supported, this will return complete.PredictNothing.
func (*UpstreamsCommand) AutocompleteFlags ¶
func (c *UpstreamsCommand) AutocompleteFlags() complete.Flags
AutocompleteFlags returns a mapping of supported flags and autocomplete options for this command. The map key for the Flags map should be the complete flag such as "-foo" or "--foo".
func (*UpstreamsCommand) Help ¶
func (c *UpstreamsCommand) Help() string
func (*UpstreamsCommand) Run ¶
func (c *UpstreamsCommand) Run(args []string) int
Run executes the list command.
func (*UpstreamsCommand) Synopsis ¶
func (c *UpstreamsCommand) Synopsis() string
func (*UpstreamsCommand) Troubleshoot ¶
func (c *UpstreamsCommand) Troubleshoot() error
Click to show internal directories.
Click to hide internal directories.