Versions in this module Expand all Collapse all v1 v1.2.1-dev.4 Oct 20, 2020 v1.2.1-dev.3 Oct 8, 2020 v1.2.1-dev.2 Sep 21, 2020 v0 v0.0.0 Jan 13, 2020 Changes in this version + const Confdir + const ConfigFileName + const EdgexMongoServiceKey + const SecretStore + const VaultToken + var LoggingClient logger.LoggingClient + func DefineConfigFileLocation() string + func GetSession(config *Configuration) (*mgo.Session, error) + type Configuration struct + Databases map[string]DatabaseInfo + Mongo MongoInfo + Service ServiceInfo + Writable WritableInfo + func (c *Configuration) UpdateCredentials(databases map[string]DatabaseInfo) + type DatabaseInfo struct + Password string + Username string + type MongoInfo struct + Host string + Port int + Timeout int + type SecretStoreInfo struct + AdditionalRetryAttempts int + CACertPath string + Path string + Port int + RetryWaitPeriod string + SNI string + Server string + TokenPath string + func (s SecretStoreInfo) GetSecretStoreBaseURL() string + type ServiceInfo struct + BootTimeout int + type WritableInfo struct + LogLevel string + RequestTimeout int