Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTPAddrFlagName = "http.addr" HTTPPortFlagName = "http.port" )
Variables ¶
View Source
var ( HTTPAddrFlag = &cli.StringFlag{ Name: HTTPAddrFlagName, Usage: "Address the server should listen on", Value: "0.0.0.0", EnvVars: prefixEnvVars("HTTP_ADDR"), } HTTPPortFlag = &cli.IntFlag{ Name: HTTPPortFlagName, Usage: "Port the server should listen on", Value: 8080, EnvVars: prefixEnvVars("HTTP_PORT"), } )
View Source
var Flags []cli.Flag
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.