container

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

CommandClientName contains the name of the CommandClient's implementation in the DIC.

ConfigurationName contains the name of data's common.ConfigurationStruct implementation in the DIC.

DeviceClientName contains the name of the DeviceClient's implementation in the DIC.

View Source
var DeviceProfileClientName = di.TypeInstanceToName((*interfaces.DeviceProfileClient)(nil))

DeviceProfileClientName contains the name of the DeviceProfileClient's implementation in the DIC.

View Source
var DeviceServiceClientName = di.TypeInstanceToName((*interfaces.DeviceServiceClient)(nil))

DeviceServiceClientName contains the name of the DeviceServiceClient's implementation in the DIC.

EventClientName contains the name of the EventClient's implementation in the DIC.

NotificationClientName contains the name of the NotificationClient's implementation in the DIC.

StoreClientName contains the name of interfaces.StoreClient implementation in the DIC.

SubscriptionClientName contains the name of the SubscriptionClient's implementation in the DIC.

Functions

func CommandClientFrom

func CommandClientFrom(get di.Get) interfaces.CommandClient

CommandClientFrom helper function queries the DIC and returns the CommandClient's implementation.

func ConfigurationFrom

func ConfigurationFrom(get di.Get) *common.ConfigurationStruct

ConfigurationFrom helper function queries the DIC and returns service's common.ConfigurationStruct implementation.

func DeviceClientFrom

func DeviceClientFrom(get di.Get) interfaces.DeviceClient

DeviceClientFrom helper function queries the DIC and returns the DeviceClient's implementation.

func DeviceProfileClientFrom

func DeviceProfileClientFrom(get di.Get) interfaces.DeviceProfileClient

DeviceProfileClientFrom helper function queries the DIC and returns the DeviceProfileClient's implementation.

func DeviceServiceClientFrom

func DeviceServiceClientFrom(get di.Get) interfaces.DeviceServiceClient

DeviceServiceClientFrom helper function queries the DIC and returns the DeviceServiceClient's implementation.

func EventClientFrom

func EventClientFrom(get di.Get) interfaces.EventClient

EventClientFrom helper function queries the DIC and returns the EventClient's implementation.

func NotificationClientFrom

func NotificationClientFrom(get di.Get) interfaces.NotificationClient

NotificationClientFrom helper function queries the DIC and returns the NotificationClient's implementation.

func StoreClientFrom

func StoreClientFrom(get di.Get) interfaces.StoreClient

StoreClientFrom helper function queries the DIC and returns interfaces.StoreClient implementation.

func SubscriptionClientFrom

func SubscriptionClientFrom(get di.Get) interfaces.SubscriptionClient

SubscriptionClientFrom helper function queries the DIC and returns the SubscriptionClient's implementation.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL