Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SabnzbdConfig ¶
type SabnzbdConfig struct { URL string `validate:"required|url"` ApiKey string `validate:"required"` DisableSSLVerify bool }
func LoadSabnzbdConfig ¶
func LoadSabnzbdConfig(conf base_config.Config) (*SabnzbdConfig, error)
func (*SabnzbdConfig) Validate ¶
func (c *SabnzbdConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.