Versions in this module Expand all Collapse all v2 v2.0.1 Oct 5, 2021 Changes in this version + type AtomicBool struct + func (b *AtomicBool) Set(v bool) + func (b *AtomicBool) Value() bool + type ConfigurationStruct struct + ApplicationSettings map[string]string + Clients map[string]bootstrapConfig.ClientInfo + Database db.DatabaseInfo + HttpServer HttpConfig + Registry bootstrapConfig.RegistryInfo + SecretStore bootstrapConfig.SecretStoreInfo + Service bootstrapConfig.ServiceInfo + Trigger TriggerInfo + Writable WritableInfo + func (c *ConfigurationStruct) EmptyWritablePtr() interface{} + func (c *ConfigurationStruct) GetBootstrap() bootstrapConfig.BootstrapConfiguration + func (c *ConfigurationStruct) GetInsecureSecrets() bootstrapConfig.InsecureSecrets + func (c *ConfigurationStruct) GetLogLevel() string + func (c *ConfigurationStruct) GetMessageBusInfo() bootstrapConfig.MessageBusInfo + func (c *ConfigurationStruct) GetRegistryInfo() bootstrapConfig.RegistryInfo + func (c *ConfigurationStruct) UpdateFromRaw(rawConfig interface{}) bool + func (c *ConfigurationStruct) UpdateWritableFromRaw(rawWritable interface{}) bool + type Credentials struct + Password string + Username string + type ExternalMqttConfig struct + AuthMode string + AutoReconnect bool + ClientId string + ConnectTimeout string + KeepAlive int64 + PublishTopic string + QoS byte + Retain bool + SecretPath string + SkipCertVerify bool + SubscribeTopics string + Url string + type HttpConfig struct + HTTPSCertName string + HTTPSKeyName string + Protocol string + SecretName string + type MessageBusConfig struct + Optional map[string]string + PublishHost PublishHostInfo + SubscribeHost SubscribeHostInfo + Type string + type PipelineFunction struct + Parameters map[string]string + type PipelineInfo struct + ExecutionOrder string + Functions map[string]PipelineFunction + PerTopicPipelines map[string]TopicPipeline + UseTargetTypeOfByteArray bool + type PublishHostInfo struct + Host string + Port int + Protocol string + PublishTopic string + type StoreAndForwardInfo struct + Enabled bool + MaxRetryCount int + RetryInterval string + type SubscribeHostInfo struct + Host string + Port int + Protocol string + SubscribeTopics string + type TopicPipeline struct + ExecutionOrder string + Id string + Topics string + type TriggerInfo struct + EdgexMessageBus MessageBusConfig + ExternalMqtt ExternalMqttConfig + Type string + type WritableInfo struct + InsecureSecrets bootstrapConfig.InsecureSecrets + LogLevel string + Pipeline PipelineInfo + StoreAndForward StoreAndForwardInfo