package
Version:
v0.0.0-...-ae67dfe
Opens a new window with list of versions in this module.
Published: Jun 5, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
EnvName string `yaml:"env_name"`
Database DBConfig `yaml:"db"`
}
type DBConfig struct {
Driver string `yaml:"driver"`
Host string `yaml:"host"`
Port int64 `yaml:"port"`
DBName string `yaml:"db_name"`
User string `yaml:"user"`
Password string `yaml:"password"`
Timeout int `yaml:"timeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.