Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountToken ¶ added in v1.9.1
type AccountToken struct {
AuthToken string
}
func (AccountToken) Code ¶ added in v1.9.4
func (a AccountToken) Code() (*ActivationCode, error)
func (*AccountToken) New ¶ added in v1.9.1
func (a *AccountToken) New(token *ActivationToken) error
token can be nil
type ActivationCode ¶ added in v1.9.4
type ActivationCode struct { Account AccountToken V struct { Code string } }
func (ActivationCode) Marshal ¶ added in v1.9.4
func (a ActivationCode) Marshal() ([]byte, error)
func (ActivationCode) String ¶ added in v1.9.4
func (a ActivationCode) String() string
func (ActivationCode) Token ¶ added in v1.9.4
func (a ActivationCode) Token() (*ActivationToken, error)
func (*ActivationCode) Unmarshal ¶ added in v1.9.4
func (a *ActivationCode) Unmarshal(text []byte) error
type ActivationToken ¶ added in v1.9.4
func (*ActivationToken) Unmarshal ¶ added in v1.9.4
func (a *ActivationToken) Unmarshal() error
type HomeScreen ¶ added in v1.7.7
type HomeScreen struct { EpisodeNumber int `json:",string"` ReleaseDate time.Time // 2007-01-01T000000Z SeasonNumber int `json:",string"` Series *struct { Title string } Title string }
func (*HomeScreen) New ¶ added in v1.7.7
func (h *HomeScreen) New(id string) error
type Namer ¶ added in v1.8.3
type Namer struct {
H HomeScreen
}
type Playback ¶
func (Playback) RequestHeader ¶ added in v1.7.7
func (Playback) RequestUrl ¶ added in v1.7.7
func (Playback) UnwrapResponse ¶ added in v1.8.9
Click to show internal directories.
Click to hide internal directories.