package
Version:
v0.0.0-...-773e468
Opens a new window with list of versions in this module.
Published: Jul 27, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DefaultConfig = Config{
DB: database{
Driver: "postgres",
DSN: "postgres://postgres:cock@127.0.0.1/test?sslmode=disable",
},
Web: web{
Addr: ":1337",
},
}
type Config struct {
DB database
Web web
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.