Documentation
¶
Overview ¶
Package coordinator provides workflow orchestration for the statistics team.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg Config) *worker.Coordinator
New creates a new coordinator with all workers registered.
Types ¶
type Config ¶
type Config struct {
AppConfig *config.Config
AgentOps *worker.AgentOpsConfig
}
Config configures the coordinator.
type StatsWorkflow ¶
type StatsWorkflow struct {
// contains filtered or unexported fields
}
StatsWorkflow implements the statistics research workflow.
func NewStatsWorkflow ¶
func NewStatsWorkflow(cfg *config.Config) *StatsWorkflow
NewStatsWorkflow creates a new statistics workflow.
Click to show internal directories.
Click to hide internal directories.