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 RegisterUserCommand ¶
RegisterUserCommand is the command line data structure for the register action of user
func (*RegisterUserCommand) RegisterFlags ¶
func (cmd *RegisterUserCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ResendVerificationUserCommand ¶
ResendVerificationUserCommand is the command line data structure for the resendVerification action of user
func (*ResendVerificationUserCommand) RegisterFlags ¶
func (cmd *ResendVerificationUserCommand) 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.