package
Version:
v0.0.0-...-c3bed66
Opens a new window with list of versions in this module.
Published: Aug 8, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const Default = `
debug: true
database:
url: mongodb://127.0.0.1:27017
`
Default represents default configuration in YAML format with 2-space
type Config struct {
Debug bool
Database struct {
URL string
}
}
Config holds all dm component configurations
New reads configuration with viper
Source Files
¶
Click to show internal directories.
Click to hide internal directories.