Discover Packages
gitee.com/wuzheng0709/backend-gopkg
infrastructure
pkg
database
mongo
package
Version:
v1.2.6
Opens a new window with list of versions in this module.
Published: May 13, 2024
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 Source Files Index Constants Variables Functions Types NewMongo(conf) type Config
Documentation
¶
type Config struct {
Addr string `yaml:"addr"`
User string `yaml:"user"`
Password string `yaml:"password"`
Active uint64 `yaml:"active"`
IdleTimeout int `yaml:"idleTimeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.