Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewMongoClient ¶
Types ¶
type EnvConfig ¶
type EnvConfig struct {
URL string `json:"URL"`
MongoDatabase string `json:"MONGO_INITDB_DATABASE"`
MongoRootUsername string `json:"MONGO_INITDB_ROOT_USERNAME"`
MongoRootPassword string `json:"MONGO_INITDB_ROOT_PASSWORD"`
MongoUserName string `json:"MONGO_USERNAME"`
MongoPassword string `json:"MONGO_PASSWORD"`
Port string `json:"PORT"`
}
Click to show internal directories.
Click to hide internal directories.