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