Versions in this module Expand all Collapse all v1 v1.9.8 Oct 27, 2024 v1.9.7 Oct 10, 2024 Changes in this version + type Address struct + Path string + func (a *Address) Article() (*OperationArticle, error) + func (a *Address) Set(s string) error + func (a *Address) String() string + type ArticleAsset struct + Id int + LinkedType string + type OperationArticle struct + Assets []*ArticleAsset + CanonicalTitle string + Id int + Metas []struct{ ... } + Raw []byte + func (*OperationArticle) Episode() int + func (*OperationArticle) FilmError() error + func (*OperationArticle) Season() int + func (*OperationArticle) Show() string + func (o *OperationArticle) Film() (*ArticleAsset, bool) + func (o *OperationArticle) Title() string + func (o *OperationArticle) Unmarshal() error + func (o *OperationArticle) Year() int + type OperationPlay struct + Entitlements []struct{ ... } + Raw []byte + func (*OperationPlay) DashError() error + func (o *OperationPlay) Dash() (string, bool) + func (o *OperationPlay) Unmarshal() error + type OperationUser struct + AccessToken string + Raw []byte + func (o *OperationUser) New(email, password string) error + func (o *OperationUser) Play(asset *ArticleAsset) (*OperationPlay, error) + func (o *OperationUser) Unmarshal() error