package
Version:
v0.0.0-...-d6600ca
Opens a new window with list of versions in this module.
Published: Aug 19, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MongoBindingCredentials struct {
Hostname string `json:"hostname"`
Host string `json:"host"`
Port string `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
Uri string `json:"uri"`
Name string `json:"name"`
Db string `json:"db"`
}
type MongoDriverConfig struct {
User string `env:"SERVICE_MONGO_USER"`
Pass string `env:"SERVICE_MONGO_PASS"`
Host string `env:"SERVICE_MONGO_HOST"`
Port string `env:"SERVICE_MONGO_PORT" envDefault:"27017"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.