adding spotify api interaction

This commit is contained in:
2025-11-20 18:04:31 +00:00
parent 10b5dfabfd
commit 9aabff9752
4 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
package handlers
import (
"gorm.io/gorm"
)
type Store struct {
DB *gorm.DB
}