package
Version:
v0.34.0
Opens a new window with list of versions in this module.
Published: May 18, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
CollectionBlobs = "blobs"
CollectionResellers = "resellers"
CollectionUsers = "users"
CollectionSubscriptions = "bb_subscriptions"
CollectionSites = "projects"
)
type Config struct {
TLS *nconf.TLSConfig `mapstructure:"tls_conf"`
DB string `mapstructure:"db"`
Servers []string `mapstructure:"servers"`
ReplSetName string `mapstructure:"replset_name"`
ConnTimeout int64 `mapstructure:"conn_timeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.