Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawConfig ¶
type RawConfig struct {
Proxy []map[string]interface{} `yaml:"proxies"`
}
func GenerateProxies ¶
func NETFLIXFilter ¶
func UnmarshalRawConfig ¶
type SuConfig ¶
type SuConfig struct { ConverterAPI string `yaml:"converterAPI"` SubURL string `yaml:"subURL"` LocalFile bool `yaml:"localFile"` Token string `yaml:"token"` MaxConn int `yaml:"maxConn"` GistUrl string `yaml:"gistUrl,omitempty"` Internal int `yaml:"internal"` LogLevel log.LogLevel `yaml:"log_level"` EnableTelegram bool `yaml:"enableTelegram"` Telegram *telegram }
Click to show internal directories.
Click to hide internal directories.