Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { spotify.User `json:",inline"` Username string `json:"username"` Country string `json:"country"` AuthBlob []byte `json:"authBlob"` Token mercury.Token `json:"-"` Email string `json:"email"` Product string `json:"product"` Birthdate string `json:"birthdate"` }
func NewUserFromLocalJson ¶
func NewUserFromSession ¶
func NewUserFromSession(session respot.SessionInfo) User
Click to show internal directories.
Click to hide internal directories.