Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ConfigurationName = di.TypeInstanceToName((*config.ConfigurationStruct)(nil))
ConfigurationName contains the name of the metadata's config.ConfigurationStruct implementation in the DIC.
var CoreDataValueDescriptorClientName = di.TypeInstanceToName((*coredata.ValueDescriptorClient)(nil))
CoreDataValueDescriptorClientName contains the name of the CoreDataValueDescriptorClient's implementation in the DIC.
var NotificationsClientName = di.TypeInstanceToName((*notifications.NotificationsClient)(nil))
NotificationsClientName contains the name of the NotificationsClient's implementation in the DIC.
Functions ¶
func ConfigurationFrom ¶
func ConfigurationFrom(get di.Get) *config.ConfigurationStruct
ConfigurationFrom helper function queries the DIC and returns metadata's config.ConfigurationStruct implementation.
func CoreDataValueDescriptorClientFrom ¶
func CoreDataValueDescriptorClientFrom(get di.Get) coredata.ValueDescriptorClient
CoreDataValueDescriptorClientFrom helper function queries the DIC and returns the CoreDataValueDescriptorClient's implementation.
func NotificationsClientFrom ¶
func NotificationsClientFrom(get di.Get) notifications.NotificationsClient
NotificationsClientFrom helper function queries the DIC and returns the NotificationsClient's implementation.
Types ¶
This section is empty.