Versions in this module Expand all Collapse all v4 v4.0.0 Apr 3, 2025 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 bootstrapConfig.ClientsCollection + Database bootstrapConfig.Database + HttpServer HttpConfig + MessageBus bootstrapConfig.MessageBusInfo + Registry bootstrapConfig.RegistryInfo + Service bootstrapConfig.ServiceInfo + Trigger TriggerInfo + Writable WritableInfo + func (c *ConfigurationStruct) CopyWritableInfo() 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) GetRegistryInfo() bootstrapConfig.RegistryInfo + func (c *ConfigurationStruct) GetTelemetryInfo() *bootstrapConfig.TelemetryInfo + func (c *ConfigurationStruct) GetWritableInfo() WritableInfo + func (c *ConfigurationStruct) GetWritablePtr() any + func (c *ConfigurationStruct) SetPipelineFunctionParameterNamesLowercase() + func (c *ConfigurationStruct) SetWritableInfo(fieldPath string, newValue any) error + 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 + QoS byte + Retain bool + RetryDuration int + RetryInterval int + SecretName string + SkipCertVerify bool + Url string + Will WillConfig + type HttpConfig struct + HTTPSCertName string + HTTPSKeyName string + Protocol string + SecretName string + type PipelineFunction struct + Parameters map[string]string + type PipelineInfo struct + ExecutionOrder string + Functions map[string]PipelineFunction + PerTopicPipelines map[string]TopicPipeline + TargetType string + type StoreAndForwardInfo struct + Enabled bool + MaxRetryCount int + RetryInterval string + type TopicPipeline struct + ExecutionOrder string + Functions map[string]PipelineFunction + Id string + Topics string + type TriggerInfo struct + ExternalMqtt ExternalMqttConfig + PublishTopic string + SubscribeTopics string + Type string + type WillConfig struct + Enabled bool + Payload string + Qos byte + Retained bool + Topic string + type WritableInfo struct + InsecureSecrets bootstrapConfig.InsecureSecrets + LogLevel string + Pipeline PipelineInfo + StoreAndForward StoreAndForwardInfo + Telemetry bootstrapConfig.TelemetryInfo Other modules containing this package github.com/agile-edge/app-functions-sdk-go/v3