Documentation ¶
Index ¶
- func GetAutoSearchMessage(program db.Program, service db.Service, programMessageURL string) (string, error)
- func GetProgramMessage(program db.Program, service db.Service) (string, error)
- func GetRecordingFailedMessage(program db.Program, service db.Service, contentPath string, reason string) (string, error)
- func GetRecordingStartedMessage(program db.Program, service db.Service, contentPath string) (string, error)
- func GetRecordingStoppedMessage(program db.Program, service db.Service, contentPath string) (string, error)
- type PathProgram
- type PathService
- type PathTemplateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAutoSearchMessage ¶
func GetProgramMessage ¶
Types ¶
type PathProgram ¶
type PathService ¶
type PathService struct {
Name string
}
type PathTemplateData ¶
type PathTemplateData struct { Program PathProgram `json:"-"` Service PathService `json:"-"` Title string `json:"title"` Subtitle string `json:"subtitle"` Episode int32 `json:"episode"` }
Click to show internal directories.
Click to hide internal directories.