Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuvioAuth ¶
type AuvioAuth struct {
SessionToken string
}
func (*AuvioAuth) Entitlement ¶
func (a *AuvioAuth) Entitlement(asset_id string) (*Entitlement, error)
type AuvioLogin ¶
func (AuvioLogin) Marshal ¶ added in v1.9.9
func (AuvioLogin) Marshal(id, password string) ([]byte, error)
func (*AuvioLogin) Token ¶
func (a *AuvioLogin) Token() (*WebToken, error)
func (*AuvioLogin) Unmarshal ¶
func (a *AuvioLogin) Unmarshal(data []byte) error
type AuvioPage ¶
func (*AuvioPage) GetAssetId ¶
type Entitlement ¶
type Entitlement struct { AssetId string PlayToken string Formats []struct { Format string MediaLocator string } }
func (*Entitlement) Dash ¶
func (e *Entitlement) Dash() (string, bool)
type Title ¶
func (*Title) UnmarshalText ¶
json.data.content.title = "Grantchester S01"; json.data.content.title = "I care a lot";
Click to show internal directories.
Click to hide internal directories.