Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigurationName = di.TypeInstanceToName(common.ConfigurationStruct{})
ConfigurationName contains the name of data's common.ConfigurationStruct implementation in the DIC.
View Source
var StoreClientName = di.TypeInstanceToName((*interfaces.StoreClient)(nil))
StoreClientName contains the name of interfaces.StoreClient implementation in the DIC.
Functions ¶
func ConfigurationFrom ¶
func ConfigurationFrom(get di.Get) *common.ConfigurationStruct
ConfigurationFrom helper function queries the DIC and returns service's common.ConfigurationStruct implementation.
func StoreClientFrom ¶
func StoreClientFrom(get di.Get) interfaces.StoreClient
StoreClientFrom helper function queries the DIC and returns interfaces.StoreClient implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.