import "41.neocities.org/media/roku"
func (*AccountAuth) Marshal(token *AccountToken) ([]byte, error)
token can be nil
func (a *AccountAuth) Playback(roku_id string) (*Playback, error)
func (a *AccountAuth) Unmarshal(data []byte) error
func (*AccountCode) Marshal(auth *AccountAuth) ([]byte, error)
func (a *AccountCode) String() string
func (a *AccountCode) Unmarshal(data []byte) error
func (AccountToken) Marshal( auth *AccountAuth, code *AccountCode, ) ([]byte, error)
func (a *AccountToken) Unmarshal(data []byte) error
type HomeScreen struct { EpisodeNumber int `json:",string"` ReleaseDate time.Time // 2007-01-01T000000Z SeasonNumber int `json:",string"` Series *struct { Title string } Title string }
func (h *HomeScreen) New(id string) error
type Namer struct { Home HomeScreen }