Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLogin ¶
type DefaultRoutes ¶
type DefaultRoutes struct { Data struct { Attributes struct { Url Address } } Included []RouteInclude }
func (DefaultRoutes) Episode ¶
func (d DefaultRoutes) Episode() int
func (DefaultRoutes) Season ¶
func (d DefaultRoutes) Season() int
func (DefaultRoutes) Show ¶
func (d DefaultRoutes) Show() string
func (DefaultRoutes) Title ¶
func (d DefaultRoutes) Title() string
func (DefaultRoutes) Year ¶
func (d DefaultRoutes) Year() int
type DefaultToken ¶
type DefaultToken struct { Session Value[SessionState] Token Value[string] }
func (*DefaultToken) Login ¶
func (d *DefaultToken) Login(key PublicKey, login DefaultLogin) error
func (*DefaultToken) New ¶
func (d *DefaultToken) New() error
func (*DefaultToken) Routes ¶
func (d *DefaultToken) Routes(web Address) (*DefaultRoutes, error)
func (*DefaultToken) Unmarshal ¶
func (d *DefaultToken) Unmarshal() error
type Playback ¶
type Playback struct { Drm struct { Schemes struct { Widevine struct { LicenseUrl string } } } Fallback struct { Manifest struct { Url Manifest } } }
func (*Playback) RequestUrl ¶
type RouteInclude ¶
type SessionState ¶
func (SessionState) Delete ¶
func (s SessionState) Delete()
func (SessionState) Set ¶
func (s SessionState) Set(text string) error
func (SessionState) String ¶
func (s SessionState) String() string
Click to show internal directories.
Click to hide internal directories.