package
1.5.0
Repository: https://github.com/rodriguezst/telly.git
Documentation: pkg.go.dev

# Functions

NewAPICollection returns an initialized APICollection struct.

# Structs

APICollection is a struct containing all models.
DiscoveryData contains data about telly to expose in the HDHomeRun format for Plex detection.
GuideSource describes a source of EPG data.
GuideSourceChannel is a single channel in a guide providers lineup.
GuideSourceChannelDB is a struct containing initialized the SQL connection as well as the APICollection.
GuideSourceDB is a struct containing initialized the SQL connection as well as the APICollection.
GuideSourceProgramme is a single programme available in a guide providers lineup.
GuideSourceProgrammeDB is a struct containing initialized the SQL connection as well as the APICollection.
HDHomeRunLineupItem is a HDHomeRun specification compatible representation of a Track available in the lineup.
Lineup describes a collection of channels exposed to the world with associated configuration.
LineupChannel is a single channel available in a Lineup.
LineupChannelDB is a struct containing initialized the SQL connection as well as the APICollection.
LineupDB is a struct containing initialized the SQL connection as well as the APICollection.
VideoSource is a source of video streams.
VideoSourceDB is a struct containing initialized the SQL connection as well as the APICollection.
VideoSourceTrack is a single stream available from a video source.
VideoSourceTrackDB is a struct containing initialized the SQL connection as well as the APICollection.

# Interfaces

GuideSourceAPI contains all methods for the User struct.
GuideSourceChannelAPI contains all methods for the User struct.
GuideSourceProgrammeAPI contains all methods for the User struct.
LineupAPI contains all methods for the User struct.
LineupChannelAPI contains all methods for the User struct.
VideoSourceAPI contains all methods for the User struct.
VideoSourceTrackAPI contains all methods for the User struct.

# Type aliases

ConvertibleBoolean is a helper type to allow JSON documents using 0/1 or "true" and "false" be converted to bool.