Documentation ¶
Index ¶
- Variables
- func AuthTokenLoaderFrom(get di.Get) authtokenloader.AuthTokenLoader
- func CancelFuncFrom(get di.Get) context.CancelFunc
- func CommonClientFrom(get di.Get) interfaces.CommonClient
- func ConfigClientFrom(get di.Get) configuration.Client
- func ConfigurationFrom(get di.Get) interfaces.Configuration
- func DataEventClientFrom(get di.Get) interfaces.EventClient
- func DataReadingClientFrom(get di.Get) interfaces.ReadingClient
- func DeviceServiceCallbackClientFrom(get di.Get) interfaces.DeviceServiceCallbackClient
- func DeviceServiceCommandClientFrom(get di.Get) interfaces.DeviceServiceCommandClient
- func LoggingClientFrom(get di.Get) logger.LoggingClient
- func MetadataDeviceClientFrom(get di.Get) interfaces.DeviceClient
- func MetadataDeviceProfileClientFrom(get di.Get) interfaces.DeviceProfileClient
- func MetadataDeviceServiceClientFrom(get di.Get) interfaces.DeviceServiceClient
- func MetadataProvisionWatcherClientFrom(get di.Get) interfaces.ProvisionWatcherClient
- func RegistryFrom(get di.Get) registry.Client
- func SecretProviderFrom(get di.Get) interfaces.SecretProvider
Constants ¶
This section is empty.
Variables ¶
var AuthTokenLoaderInterfaceName = di.TypeInstanceToName((*authtokenloader.AuthTokenLoader)(nil))
AuthTokenLoaderInterfaceName contains the name of the authtokenloader.AuthTokenLoader implementation in the DIC.
var CancelFuncName = di.TypeInstanceToName((*context.CancelFunc)(nil))
CancelFuncName contains the name of the context.CancelFunc in the DIC.
var CommonClientName = di.TypeInstanceToName((*interfaces.CommonClient)(nil))
CommonClientName contains the name of the CommonClient instance in the DIC.
var ConfigClientInterfaceName = di.TypeInstanceToName((*configuration.Client)(nil))
ConfigClientInterfaceName contains the name of the configuration.Client implementation in the DIC.
var ConfigurationInterfaceName = di.TypeInstanceToName((*interfaces.Configuration)(nil))
ConfigurationInterfaceName contains the name of the interfaces.Configuration implementation in the DIC.
var DataEventClientName = di.TypeInstanceToName((*interfaces.EventClient)(nil))
DataEventClientName contains the name of the EventClient instance in the DIC.
var DataReadingClientName = di.TypeInstanceToName((*interfaces.ReadingClient)(nil))
DataReadingClientName contains the name of the ReadingClient instance in the DIC.
var DeviceServiceCallbackClientName = di.TypeInstanceToName((*interfaces.DeviceServiceCallbackClient)(nil))
DeviceServiceCallbackClientName contains the name of the DeviceServiceCallbackClient instance in the DIC.
var DeviceServiceCommandClientName = di.TypeInstanceToName((*interfaces.DeviceServiceCommandClient)(nil))
DeviceServiceCommandClientName contains the name of the DeviceServiceCommandClient instance in the DIC.
var LoggingClientInterfaceName = di.TypeInstanceToName((*logger.LoggingClient)(nil))
LoggingClientInterfaceName contains the name of the logger.LoggingClient implementation in the DIC.
var MetadataDeviceClientName = di.TypeInstanceToName((*interfaces.DeviceClient)(nil))
MetadataDeviceClientName contains the name of the Metadata DeviceClient instance in the DIC.
var MetadataDeviceProfileClientName = di.TypeInstanceToName((*interfaces.DeviceProfileClient)(nil))
MetadataDeviceProfileClientName contains the name of the Metadata DeviceProfileClient instance in the DIC.
var MetadataDeviceServiceClientName = di.TypeInstanceToName((*interfaces.DeviceServiceClient)(nil))
MetadataDeviceServiceClientName contains the name of the Metadata DeviceServiceClient instance in the DIC.
var MetadataProvisionWatcherClientName = di.TypeInstanceToName((*interfaces.ProvisionWatcherClient)(nil))
MetadataProvisionWatcherClientName contains the name of the Metadata ProvisionWatcherClient instance in the DIC.
var RegistryClientInterfaceName = di.TypeInstanceToName((*registry.Client)(nil))
RegistryClientInterfaceName contains the name of the registry.Client implementation in the DIC.
var SecretProviderName = di.TypeInstanceToName((*interfaces.SecretProvider)(nil))
SecretProviderName contains the name of the interfaces.SecretProvider implementation in the DIC.
Functions ¶
func AuthTokenLoaderFrom ¶
func AuthTokenLoaderFrom(get di.Get) authtokenloader.AuthTokenLoader
AuthTokenLoaderFrom helper function queries the DIC and returns the authtokenloader.AuthTokenLoader implementation.
func CancelFuncFrom ¶
func CancelFuncFrom(get di.Get) context.CancelFunc
CancelFuncFrom helper function queries the DIC and returns the context.CancelFunc.
func CommonClientFrom ¶
func CommonClientFrom(get di.Get) interfaces.CommonClient
CommonClientFrom helper function queries the DIC and returns the CommonClient instance.
func ConfigClientFrom ¶
func ConfigClientFrom(get di.Get) configuration.Client
ConfigClientFrom helper function queries the DIC and returns the configuration.Client implementation.
func ConfigurationFrom ¶
func ConfigurationFrom(get di.Get) interfaces.Configuration
ConfigurationFrom helper function queries the DIC and returns the interfaces.Configuration implementation.
func DataEventClientFrom ¶
func DataEventClientFrom(get di.Get) interfaces.EventClient
DataEventClientFrom helper function queries the DIC and returns the EventClient instance.
func DataReadingClientFrom ¶
func DataReadingClientFrom(get di.Get) interfaces.ReadingClient
DataReadingClientFrom helper function queries the DIC and returns the ReadingClient instance.
func DeviceServiceCallbackClientFrom ¶
func DeviceServiceCallbackClientFrom(get di.Get) interfaces.DeviceServiceCallbackClient
DeviceServiceCallbackClientFrom helper function queries the DIC and returns the DeviceServiceCallbackClient instance.
func DeviceServiceCommandClientFrom ¶
func DeviceServiceCommandClientFrom(get di.Get) interfaces.DeviceServiceCommandClient
DeviceServiceCommandClientFrom helper function queries the DIC and returns the DeviceServiceCommandClient instance.
func LoggingClientFrom ¶
func LoggingClientFrom(get di.Get) logger.LoggingClient
LoggingClientFrom helper function queries the DIC and returns the logger.loggingClient implementation.
func MetadataDeviceClientFrom ¶
func MetadataDeviceClientFrom(get di.Get) interfaces.DeviceClient
MetadataDeviceClientFrom helper function queries the DIC and returns the Metadata DeviceClient instance.
func MetadataDeviceProfileClientFrom ¶
func MetadataDeviceProfileClientFrom(get di.Get) interfaces.DeviceProfileClient
MetadataDeviceProfileClientFrom helper function queries the DIC and returns the Metadata DeviceProfileClient instance.
func MetadataDeviceServiceClientFrom ¶
func MetadataDeviceServiceClientFrom(get di.Get) interfaces.DeviceServiceClient
MetadataDeviceServiceClientFrom helper function queries the DIC and returns the Metadata DeviceServiceClient instance.
func MetadataProvisionWatcherClientFrom ¶
func MetadataProvisionWatcherClientFrom(get di.Get) interfaces.ProvisionWatcherClient
MetadataProvisionWatcherClientFrom helper function queries the DIC and returns the Metadata ProvisionWatcherClient instance.
func RegistryFrom ¶
RegistryFrom helper function queries the DIC and returns the registry.Client implementation.
func SecretProviderFrom ¶
func SecretProviderFrom(get di.Get) interfaces.SecretProvider
SecretProviderFrom helper function queries the DIC and returns the interfaces.SecretProvider implementation.
Types ¶
This section is empty.