Versions in this module Expand all Collapse all v1 v1.1.6 Apr 20, 2020 v1.1.5 Apr 16, 2020 Changes in this version + const AgentClientName type EdgeXClients + AgentClient agent.AgentClient v1.1.4 Apr 7, 2020 v1.1.3 Apr 7, 2020 v1.1.2 Apr 5, 2020 v1.1.1 Apr 2, 2020 v1.1.0 Apr 2, 2020 Changes in this version + const MetadataClientName + const SchedulerClientName type EdgeXClients + AddressableClient metadata.AddressableClient + DeviceClient metadata.DeviceClient + IntervalActionClient scheduler.IntervalActionClient + IntervalClient scheduler.IntervalClient + ProvisionWatcherClient metadata.ProvisionWatcherClient + ReadingClient coredata.ReadingClient v1.0.2 Apr 2, 2020 v1.0.1 Apr 2, 2020 v1.0.0 Apr 2, 2020 Changes in this version + const CoreCommandClientName + const CoreDataClientName + const LoggingClientName + const NotificationsClientName + type BindingInfo struct + PublishTopic string + SubscribeTopic string + Type string + type ClientInfo struct + Host string + Port int + Protocol string + func (c ClientInfo) Url() string + type ConfigurationStruct struct + ApplicationSettings map[string]string + Binding BindingInfo + Clients map[string]ClientInfo + Database db.DatabaseInfo + Logging LoggingInfo + MessageBus types.MessageBusConfig + Registry RegistryInfo + SecretStore SecretStoreInfo + Service ServiceInfo + Writable WritableInfo + func LoadFromFile(profile string, configDir string) (configuration *ConfigurationStruct, err error) + 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 LoggingInfo struct + EnableRemote bool + File string + type PipelineFunction struct + Addressable models.Addressable + Parameters map[string]string + type PipelineInfo struct + ExecutionOrder string + Functions map[string]PipelineFunction + UseTargetTypeOfByteArray bool + type RegistryInfo struct + Host string + Port int + Type string + type SecretStoreInfo struct + TokenFile string + type ServiceInfo struct + BootTimeout string + CheckInterval string + ClientMonitor string + HTTPSCert string + HTTPSKey string + Host string + Port int + Protocol string + ReadMaxLimit int + StartupMsg string + Timeout string + type StoreAndForwardInfo struct + Enabled bool + MaxRetryCount int + RetryInterval string + type WritableInfo struct + InsecureSecrets InsecureSecrets + LogLevel string + Pipeline PipelineInfo + StoreAndForward StoreAndForwardInfo