Add claude client to store

This commit is contained in:
2026-03-04 14:21:51 +00:00
parent f851b0258f
commit 1d4beca336
5 changed files with 35 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import (
"time"
"adam-french.co.uk/backend/services"
"github.com/anthropics/anthropic-sdk-go"
"github.com/zmb3/spotify/v2"
spotifyauth "github.com/zmb3/spotify/v2/auth"
"gorm.io/gorm"
@@ -13,6 +14,7 @@ type Store struct {
DB *gorm.DB
SpotifyAuth *spotifyauth.Authenticator
SpotifyClient *spotify.Client
ClaudeClient *anthropic.Client
Auth *services.Auth
Notes *services.Notes