Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PingCmD = &cobra.Command{ Use: "ping", Short: "Ping a server", Long: `With this command you can ping a server.`, Run: func(cmd *cobra.Command, args []string) { ping.PingAllServers() }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.