package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Apr 23, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MongoConf struct {
URI string `json:"uri"`
Database string `json:"database"`
MaxPoolSize uint64 `json:"maxPoolSize"`
MinPoolSize uint64 `json:"minPoolSize"`
AppName string `json:"appName"`
}
type MySQLConf struct {
URI string `json:"uri"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.