Documentation ¶
Overview ¶
Package mongodb ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Username string `json:"Username" yaml:"Username"` Password string `json:"Password" yaml:"Password"` Hosts []string `json:"Hosts" yaml:"Hosts"` Database string `json:"Database" yaml:"Database"` ReplicaSet string `json:"ReplicaSet" yaml:"ReplicaSet"` Timeout int `json:"Timeout" yaml:"Timeout"` }
Config ...
Click to show internal directories.
Click to hide internal directories.