adding spotify what am I listening to api
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"github.com/zmb3/spotify/v2"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
type Store struct {
|
||||
DB *gorm.DB
|
||||
DB *gorm.DB
|
||||
SpotifyClient *spotify.Client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user