Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PingInsecureCommand ¶
type PingInsecureCommand struct {
PrettyPrint bool
}
PingInsecureCommand is the command line data structure for the ping action of insecure
func (*PingInsecureCommand) RegisterFlags ¶
func (cmd *PingInsecureCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type PingSecureCommand ¶
type PingSecureCommand struct {
PrettyPrint bool
}
PingSecureCommand is the command line data structure for the ping action of secure
func (*PingSecureCommand) RegisterFlags ¶
func (cmd *PingSecureCommand) 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.