Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsulByClient ¶ added in v0.18.0
ConsulByClient -
Types ¶
type Database ¶
type Database struct { Host string `json:"host" yaml:"host"` User string `json:"user" yaml:"user"` Password string `json:"password" yaml:"password"` Database string `json:"database" yaml:"database"` Collection string `json:"collection" yaml:"collection"` SSL bool `json:"ssl" yaml:"ssl"` AppName string `json:"appname" yaml:"appname"` PoolSize uint64 `json:"poolsize" yaml:"poolsize"` ReplicaSet string `json:"replicaset" yaml:"replicaset"` }
Database -
Click to show internal directories.
Click to hide internal directories.