Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ListenAddr string `kong:"help='Address and port for the server to listen on.',env='METRIS_LISTENADDR',required=true"` TLSCertFile string `kong:"help='Path to TLS certificate file.',type='path',env='METRIS_TLSCERTFILE'"` TLSKeyFile string `kong:"help='Path to TLS key file.',type='path',env='METRIS_TLSKEYFILE'"` }
Click to show internal directories.
Click to hide internal directories.