package models import ( "golang.org/x/oauth2" ) type User struct { ID interface{} `json:"_id" bson:"_id,omitempty"` Username string Token oauth2.Token SpotifyID string }