Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsynqRedisClientOpt ¶
func AsynqRedisClientOpt(cfg Redis) asynq.RedisClientOpt
func RedisClient ¶
func RedisClient(cfg Redis) *redis.Client
Types ¶
type Config ¶
type Config struct { Debug debug.Config `yaml:"debug" envPrefix:"DEBUG_"` Log telemetry.LogConfig `yaml:"log" envPrefix:"LOG_"` Metrics telemetry.MetricsConfig `yaml:"metrics" envPrefix:"METRICS_"` Redis Redis `yaml:"redis" envPrefix:"REDIS_"` Server server.Config `yaml:"server" envPrefix:"SERVER_"` Tracing telemetry.TracingConfig `yaml:"tracing" envPrefix:"TRACING_"` Work work.Config `yaml:"work" envPrefix:"WORK_"` }
Click to show internal directories.
Click to hide internal directories.