Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { //LogLevel string `mapstructure:"log_level"` Workers types.WorkerTasks `mapstructure:"workers" validate:"omitempty,required,unique=Id,dive"` Scheduled types.ScheduledTasks `mapstructure:"scheduled" validate:"omitempty,required,unique=Id,dive"` }
func DefaultConfig ¶
func DefaultConfig() Config
Click to show internal directories.
Click to hide internal directories.