Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
System ConfigSystem `yaml:"system"`
RSSHub ConfigRSSHubList `yaml:"rsshub"`
Translate *ConfigTranslate `yaml:"translate,omitempty"`
ImageProxy *ConfigImageProxy `yaml:"image_proxy,omitempty"`
}
type ConfigImageProxy ¶
type ConfigImageProxy struct {
Path string `yaml:"path"`
Rules map[string]ConfigImageProxyRule `yaml:"rules"`
}
type ConfigImageProxyRule ¶
type ConfigRSSHub ¶
type ConfigRSSHubList ¶
type ConfigRSSHubList []ConfigRSSHub
type ConfigSystem ¶
Click to show internal directories.
Click to hide internal directories.