Documentation ¶
Index ¶
- Variables
- func CommandClientFrom(get di.Get) interfaces.CommandClient
- func ConfigurationFrom(get di.Get) *common.ConfigurationStruct
- func DeviceClientFrom(get di.Get) interfaces.DeviceClient
- func DeviceProfileClientFrom(get di.Get) interfaces.DeviceProfileClient
- func DeviceServiceClientFrom(get di.Get) interfaces.DeviceServiceClient
- func EventClientFrom(get di.Get) interfaces.EventClient
- func NotificationClientFrom(get di.Get) interfaces.NotificationClient
- func StoreClientFrom(get di.Get) interfaces.StoreClient
- func SubscriptionClientFrom(get di.Get) interfaces.SubscriptionClient
Constants ¶
This section is empty.
Variables ¶
var CommandClientName = di.TypeInstanceToName((*interfaces.CommandClient)(nil))
CommandClientName contains the name of the CommandClient's implementation in the DIC.
var ConfigurationName = di.TypeInstanceToName(common.ConfigurationStruct{})
ConfigurationName contains the name of data's common.ConfigurationStruct implementation in the DIC.
var DeviceClientName = di.TypeInstanceToName((*interfaces.DeviceClient)(nil))
DeviceClientName contains the name of the DeviceClient's implementation in the DIC.
var DeviceProfileClientName = di.TypeInstanceToName((*interfaces.DeviceProfileClient)(nil))
DeviceProfileClientName contains the name of the DeviceProfileClient's implementation in the DIC.
var DeviceServiceClientName = di.TypeInstanceToName((*interfaces.DeviceServiceClient)(nil))
DeviceServiceClientName contains the name of the DeviceServiceClient's implementation in the DIC.
var EventClientName = di.TypeInstanceToName((*interfaces.EventClient)(nil))
EventClientName contains the name of the EventClient's implementation in the DIC.
var NotificationClientName = di.TypeInstanceToName((*interfaces.NotificationClient)(nil))
NotificationClientName contains the name of the NotificationClient's implementation in the DIC.
var StoreClientName = di.TypeInstanceToName((*interfaces.StoreClient)(nil))
StoreClientName contains the name of interfaces.StoreClient implementation in the DIC.
var SubscriptionClientName = di.TypeInstanceToName((*interfaces.SubscriptionClient)(nil))
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.