Documentation ¶
Overview ¶
Packe ping implements the ping command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command is the "ping" CLI command Command = &cobra.Command{ Use: "ping", Short: "Check API connection", Long: `Tests the connection to the API`, PreRun: printValidation, Run: runCommand, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.