Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute() error
Execute adds all child commands to the root command and sets flags appropriately.
func SetVersionInfo ¶
func SetVersionInfo(v, c, d string)
SetVersionInfo sets version information for the CLI
Types ¶
type GitHubRelease ¶
type TraefikAction ¶ added in v0.1.1
type TraefikAction string
TraefikAction represents an action to perform on Traefik
const ( TraefikActionStart TraefikAction = "start" TraefikActionStop TraefikAction = "stop" TraefikActionRestart TraefikAction = "restart" TraefikActionInfo TraefikAction = "info" )
Source Files
¶
Click to show internal directories.
Click to hide internal directories.