Versions in this module Expand all Collapse all v0 v0.3.0 Dec 19, 2019 Changes in this version type Config + CSVDBAccounts string + CSVDBCtr string + CSVDBUsers string v0.2.0 Dec 11, 2019 Changes in this version + func ListenAndServe(ctx context.Context, config Config, logger *log.Logger) error + type CertKey struct + CertFile string + KeyFile string + type Config struct + Address string + DBPath string + HTTPS bool + HTTPSAddress string + HTTPSCertKeys []CertKey + HTTPSDomain string + TemplateGlob string + func ConfigFromEnv(prefix string) (Config, error)