Versions in this module Expand all Collapse all v1 v1.0.4 Mar 10, 2021 v1.0.3 Mar 5, 2021 v1.0.0 Mar 3, 2021 Changes in this version + const CoreCommandClientName + const CoreDataClientName + const NotificationsClientName + type AtomicBool struct + func (b *AtomicBool) Set(v bool) + func (b *AtomicBool) Value() bool + type BindingInfo struct + PublishTopic string + SubscribeTopic string + Type string + type ConfigurationStruct struct + ApplicationSettings map[string]string + Binding BindingInfo + Clients map[string]bootstrapConfig.ClientInfo + Database db.DatabaseInfo + Logging bootstrapConfig.LoggingInfo + MessageBus types.MessageBusConfig + MqttBroker MqttBrokerConfig + Registry bootstrapConfig.RegistryInfo + SecretStore bootstrapConfig.SecretStoreInfo + SecretStoreExclusive bootstrapConfig.SecretStoreInfo + Service ServiceInfo + Writable WritableInfo + func (c *ConfigurationStruct) EmptyWritablePtr() interface{} + func (c *ConfigurationStruct) GetBootstrap() bootstrapConfig.BootstrapConfiguration + func (c *ConfigurationStruct) GetLogLevel() string + 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 EdgeXClients struct + CommandClient command.CommandClient + EventClient coredata.EventClient + LoggingClient logger.LoggingClient + NotificationsClient notifications.NotificationsClient + ValueDescriptorClient coredata.ValueDescriptorClient + type InsecureSecrets map[string]InsecureSecretsInfo + type InsecureSecretsInfo struct + Path string + Secrets map[string]string + type MqttBrokerConfig struct + AuthMode string + AutoReconnect bool + ClientId string + ConnectTimeout string + KeepAlive int64 + QoS byte + Retain bool + SecretPath string + SkipCertVerify bool + Url string + type PipelineFunction struct + Addressable models.Addressable + Parameters map[string]string + type PipelineInfo struct + ExecutionOrder string + Functions map[string]PipelineFunction + UseTargetTypeOfByteArray bool + type ServiceInfo struct + BootTimeout string + CheckInterval string + HTTPSCert string + HTTPSKey string + Host string + Port int + Protocol string + ReadMaxLimit int + ServerBindAddr string + StartupMsg string + Timeout string + type StoreAndForwardInfo struct + Enabled bool + MaxRetryCount int + RetryInterval string + type WritableInfo struct + InsecureSecrets InsecureSecrets + LogLevel string + Pipeline PipelineInfo + StoreAndForward StoreAndForwardInfo