Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppContext ¶
type AppContext struct {
ExperimentService services.ExperimentService
MessageQueueService messagequeue.MessageQueueService
MetricService services.MetricService
SchemaService services.SchemaService
TreatmentService services.TreatmentService
SegmenterService services.SegmenterService
AssignedTreatmentLogger *monitoring.AssignedTreatmentLogger
LocalStorage *models.LocalStorage
PollerService *services.PollerService
}
func NewAppContext ¶
func NewAppContext(cfg *config.Config) (*AppContext, error)
Click to show internal directories.
Click to hide internal directories.