import "41.neocities.org/media/roku"
func (a *AccountAuth) Code() (*AccountCode, error)
func (a *AccountAuth) New(token *AccountToken) error
token can be nil
func (a *AccountAuth) Playback(roku_id string) (*Playback, error)
func (a *AccountAuth) Token(code *AccountCode) (*AccountToken, error)
func (a *AccountAuth) Unmarshal() error
func (a *AccountCode) String() string
func (a *AccountCode) Unmarshal() error
func (a *AccountToken) Unmarshal() 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 }