Documentation ¶
Overview ¶
Package conf provides basic configuration handling from a file exposing a single global struct with all configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LogWriter *io.PipeWriter
The pipe writer to wrap around standard logger. It is configured in main.
View Source
var Options struct { // The address to listen on Address string // SSL configuration SSL struct { // The certificate file Cert string // The private key file Key string } // DB path DB string }
Options anonymous struct holds the global configuration options for the server
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.