Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Driver string `toml:"driver"` Redis *RedisConfig `toml:"redis"` Schedule map[string]*ScheduleItem `toml:"schedule"` }
type RedisConfig ¶
type RedisConfig struct {
URL string `toml:"url"`
}
Click to show internal directories.
Click to hide internal directories.