Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
Path string
}
func (Address) Resolve ¶
func (a Address) Resolve() (*ResolvePath, error)
func (*Address) Set ¶
https://www.ctv.ca/shows/friends/the-one-with-the-bullies-s2e21
type AxisContent ¶
func (*AxisContent) Manifest ¶
func (a *AxisContent) Manifest(media *MediaContent) (string, error)
wikipedia.org/wiki/Geo-blocking
func (*AxisContent) Media ¶
func (a *AxisContent) Media() (*MediaContent, error)
type MediaContent ¶
type MediaContent struct { BroadcastDate Date ContentPackages []struct { Id int64 } Episode int Media struct { Name string Type string } Name string Season struct { Number int } Raw []byte `json:"-"` }
func (*MediaContent) Unmarshal ¶
func (m *MediaContent) Unmarshal() error
type Namer ¶
type Namer struct {
Media *MediaContent
}
type ResolvePath ¶
func (*ResolvePath) Axis ¶
func (r *ResolvePath) Axis() (*AxisContent, error)
Click to show internal directories.
Click to hide internal directories.