Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrConfig ¶
type ArrConfig struct { Name string `koanf:"name"` Type ArrType `koanf:"type"` Host string `koanf:"host"` Apikey string `koanf:"apikey"` BasicAuth *BasicAuth `koanf:"basicAuth"` Filters []int `koanf:"filters"` TagsInclude []string `koanf:"tagsInclude"` TagsExclude []string `koanf:"tagsExclude"` MatchRelease bool `koanf:"matchRelease"` ExcludeAlternateTitles bool `koanf:"excludeAlternateTitles"` IncludeUnmonitored bool `koanf:"includeUnmonitored"` }
type AutobrrConfig ¶
type Config ¶
type Config struct { Server struct { Host string `koanf:"host"` Port int `koanf:"port"` APIToken string `koanf:"apiToken"` } `koanf:"server"` Schedule string `koanf:"schedule"` Clients struct { Autobrr *AutobrrConfig `koanf:"autobrr"` Arr []*ArrConfig `koanf:"arr"` } `koanf:"clients"` Lists []*ListConfig `koanf:"lists"` }
type ListConfig ¶ added in v1.7.0
Click to show internal directories.
Click to hide internal directories.