Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultConfigFile = "mongodb.conf.toml"
Variables ¶
View Source
var (
CommonConfig = &Config{Mongodb: DefaultMongodbConfig()}
)
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.3
type Config struct {
Mongodb *MongodbConfig
}
func ReadConfigFile ¶ added in v0.0.3
type MongodbConfig ¶ added in v0.0.3
func DefaultMongodbConfig ¶ added in v0.0.3
func DefaultMongodbConfig() *MongodbConfig
Click to show internal directories.
Click to hide internal directories.