Versions in this module Expand all Collapse all v0 v0.2.0 Mar 31, 2019 Changes in this version type TwitchChannel + ID int v0.1.0 Mar 24, 2019 Changes in this version + type TwitchChannel struct + Id int + Name string + type TwitchStream struct + Channel TwitchChannel + Viewers int + type TwitchStreamsPager struct + func NewTwitchStreamsPager(language, clientId string) *TwitchStreamsPager + func (pager *TwitchStreamsPager) Next() ([]TwitchStream, bool, error) + func (pager *TwitchStreamsPager) Reset() + type TwitchStreamsResponse struct + Streams []TwitchStream + Total int