adding spotify what am I listening to api

This commit is contained in:
2025-11-22 11:29:11 +00:00
parent 491c591c3c
commit 8ed08d8f3d
7 changed files with 536 additions and 54 deletions

View File

@@ -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
}