Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HealthCheckCmd = &cobra.Command{ Use: "healthcheck", Aliases: []string{"healthCheck", "health-check", "healthchecks"}, Short: "Check VPN and Proxy connectivity on the localhost", Run: func(cmd *cobra.Command, args []string) { healthcheck.RunHealthCheck(checkVPN, checkProxy)(cmd, args) }, }
HealthCheckCmd is the command for performing health checks
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.