Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeafultAccountClaims ¶
type FollowInfo ¶
type OAuthResponse ¶
type StreamInfo ¶
type StreamInfo struct {
BroadcasterID string `json:"broadcaster_id"`
BroadcasterLogin string `json:"broadcaster_login"`
BroadcasterName string `json:"broadcaster_name"`
BroadcasterLanguage string `json:"broadcaster_language"`
GameID string `json:"game_id"`
GameName string `json:"game_name"`
Title string `json:"title"`
Delay int64 `json:"delay"`
Tags []string `json:"tags"`
ContentClassificationLabels []string `json:"content_classification_labels"`
IsBrandedContent bool `json:"is_branded_content"`
}
type UserAccessToken ¶
type UserAccessToken struct {
AccessToken string `json:"access_token"`
ExpiresIn int `json:"expires_in"`
CreatedAt time.Time `json:"created_at"`
RefreshToken string `json:"refresh_token"`
Scope []string `json:"scope"`
TokenType string `json:"token_type"`
}
func (*UserAccessToken) Scan ¶
func (u *UserAccessToken) Scan(value interface{}) error
Click to show internal directories.
Click to hide internal directories.