structs

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2023 License: MIT Imports: 5 Imported by: 0

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 NewUserFromLocalJson(bytes []byte) (User, error)

func NewUserFromSession

func NewUserFromSession(session respot.SessionInfo) User

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL