Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadCommand ¶
type DownloadCommand struct { // OutFile is the path to the download output file. OutFile string }
DownloadCommand is the command line data structure for the download command.
type HealthHealthCommand ¶
type HealthHealthCommand struct {
PrettyPrint bool
}
HealthHealthCommand is the command line data structure for the health action of health
func (*HealthHealthCommand) RegisterFlags ¶
func (cmd *HealthHealthCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
Click to show internal directories.
Click to hide internal directories.