Documentation ¶
Index ¶
- Variables
- func CommandClientFrom(get di.Get) command.CommandClient
- func ConfigurationFrom(get di.Get) *common.ConfigurationStruct
- func EventClientFrom(get di.Get) coredata.EventClient
- func NotificationsClientFrom(get di.Get) notifications.NotificationsClient
- func StoreClientFrom(get di.Get) interfaces.StoreClient
- func ValueDescriptorClientFrom(get di.Get) coredata.ValueDescriptorClient
Constants ¶
This section is empty.
Variables ¶
var CommandClientName = di.TypeInstanceToName((*command.CommandClient)(nil))
CommandClientName contains the name of the CommandClientInfo'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 EventClientName = di.TypeInstanceToName((*coredata.EventClient)(nil))
EventClientName contains the name of the EventClient's implementation in the DIC.
var NotificationsClientName = di.TypeInstanceToName((*notifications.NotificationsClient)(nil))
NotificationsClientName contains the name of the NotificationsClientInfo's implementation in the DIC.
var StoreClientName = di.TypeInstanceToName((*interfaces.StoreClient)(nil))
StoreClientName contains the name of interfaces.StoreClient implementation in the DIC.
var ValueDescriptorClientName = di.TypeInstanceToName((*coredata.ValueDescriptorClient)(nil))
ValueDescriptorClientName contains the name of the ValueDescriptorClient's implementation in the DIC.
Functions ¶
func CommandClientFrom ¶
func CommandClientFrom(get di.Get) command.CommandClient
NotificationsClientFrom helper function queries the DIC and returns the NotificationsClientInfo'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 EventClientFrom ¶
func EventClientFrom(get di.Get) coredata.EventClient
ValueDescriptorClientFrom helper function queries the DIC and returns the ValueDescriptorClient's implementation.
func NotificationsClientFrom ¶
func NotificationsClientFrom(get di.Get) notifications.NotificationsClient
NotificationsClientFrom helper function queries the DIC and returns the NotificationsClientInfo's implementation.
func StoreClientFrom ¶
func StoreClientFrom(get di.Get) interfaces.StoreClient
StoreClientFrom helper function queries the DIC and returns interfaces.StoreClient implementation.
func ValueDescriptorClientFrom ¶
func ValueDescriptorClientFrom(get di.Get) coredata.ValueDescriptorClient
ValueDescriptorClientFrom helper function queries the DIC and returns the ValueDescriptorClient's implementation.
Types ¶
This section is empty.