Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithConfig ¶
Types ¶
type JSONConfig ¶
type JSONConfig struct {
BaseURL string `json:"base_url"`
Password string `json:"password"`
Port int `json:"port"`
Feeds map[string]json.RawMessage `json:"feeds"`
ReleaseTimes []int `json:"release_times"`
UpdateTimes []int `json:"update_times"`
FetchIntervalMinutes int `json:"fetch_interval_minutes"`
}
type TypedConfig ¶
type TypedConfig struct {
Type string `json:"type"`
}
Click to show internal directories.
Click to hide internal directories.