package
Version:
v0.0.0-...-99ed3b9
Opens a new window with list of versions in this module.
Published: Aug 21, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DbConf struct {
Host string `json:"host"`
User string `json:"user"`
PassWord string `json:"passWord"`
Database string `json:"database"`
Port string `json:"port"`
}
type DbConfInterface interface {
GetDbConf() *DbConf
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.