Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Cfg *config.Config Log *zap.Logger LogLevel zap.AtomicLevel MeterProvider *sdkmetric.MeterProvider TracerProvider *sdktrace.TracerProvider DebugServer *debug.Server MetricsServer *telemetry.MetricsServer RedisOpt asynq.RedisClientOpt WorkQueue work.Queue }
Container provides common dependencies for the app, and handles their lifecycle.
func NewContainer ¶
func (*Container) NewAsynqScheduler ¶
func (*Container) NewAsynqServeMux ¶
func (*Container) NewAsynqServer ¶
Click to show internal directories.
Click to hide internal directories.