package
Version:
v0.0.0-...-459e612
Opens a new window with list of versions in this module.
Published: May 19, 2019
License: Apache-2.0
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
¶
type DBConfiguration struct {
Host string `json:"host"`
Port int `json:"port"`
User string `json:"user"`
Password string `json:"password"`
DBName string `json:"dbname"`
Encoding string `json:"encoding"`
PoolSize int `json:"poolsize"`
}
DBConfiguration ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.