Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Container ¶
type Container struct {
DB *pgxpool.Pool
RedisClient redis.Client
Logger *zerolog.Logger
Scheduler *scheduler.Scheduler
Executor *executor.Executor
ResultPro *result.ResultProcessor
AlertSvc *alert.AlertService
JobChan chan scheduler.JobPayload
ResultChan chan executor.HTTPResult
AlertChan chan alert.AlertEvent
// contains filtered or unexported fields
}
func NewContainer ¶
Click to show internal directories.
Click to hide internal directories.