Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log format.Log
Functions ¶
Types ¶
type Asset ¶
type Asset struct {
AppleContentID string
Series string
Title string
AirDate int64
Duration int64
PlaySession struct {
URL string
}
}
func (Asset) Get_Duration ¶ added in v1.54.5
type Over_The_Top ¶ added in v1.54.5
type Over_The_Top struct {
AccessToken string
}
func (Over_The_Top) Profile ¶ added in v1.54.5
func (o Over_The_Top) Profile() (*Profile, error)
type Profile ¶
func Open_Profile ¶ added in v1.54.5
type Web_Token ¶ added in v1.54.5
type Web_Token struct {
Signature string
}
func (Web_Token) Over_The_Top ¶ added in v1.54.5
func (w Web_Token) Over_The_Top() (*Over_The_Top, error)
Click to show internal directories.
Click to hide internal directories.