Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExplicitContent ¶
type JsonConfig ¶
type Token ¶
func RefreshToken ¶
type User ¶
type User struct {
Id string `json:"id"`
DisplayName string `json:"display_name"`
Email string `json:"email"`
Country string `json:"country"`
Href string `json:"href"`
Images []string `json:"images"`
Product string `json:"product"`
Type string `json:"type"`
Uri string `json:"uri"`
ExternalUrls struct {
Spotify string `json:"spotify"`
} `json:"external_urls"`
Followers struct {
Href string `json:"href"`
Total int `json:"total"`
}
}
func (*User) GetEmailAddress ¶
func (*User) GetFullname ¶
Click to show internal directories.
Click to hide internal directories.