Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppArgs ¶
type AppArgs struct {
Version bool `long:"version" description:"The application version"`
Verbose []bool `short:"v" long:"verbose" description:"Verbosity level"`
Config string `default:"config.yaml" short:"c" long:"config" description:"File path of the configuration file"`
CertificateFile string `default:"localhost.crt" long:"certificate" description:"The path to the TLS certificate file"`
CertificateKey string `default:"localhost.key" long:"certificate_key" description:"The path to the TLS certificate file"`
}
Click to show internal directories.
Click to hide internal directories.