Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { Type ServiceType // contains filtered or unexported fields }
func NewArrService ¶
func (*Service) ToProwlarrApplication ¶
func (s *Service) ToProwlarrApplication(prowlarr *Service) *prowlarrclient.ProwlarrApplication
type ServiceType ¶
type ServiceType int
const ( Prowlarr ServiceType = iota Radarr Sonarr Lidarr Readarr )
func FromImplementation ¶
func FromImplementation(implementation string) ServiceType
func (ServiceType) ConfigContract ¶
func (t ServiceType) ConfigContract() string
func (ServiceType) Implementation ¶
func (t ServiceType) Implementation() string
Click to show internal directories.
Click to hide internal directories.