feat: native import & export

This commit is contained in:
Gabe Farrell 2025-06-18 06:49:05 -04:00
parent 1d02cede49
commit 7b0cff0a07
13 changed files with 645 additions and 2 deletions

View file

@ -147,3 +147,10 @@ type TimeListenedOpts struct {
ArtistID int32
TrackID int32
}
type GetExportPageOpts struct {
UserID int32
ListenedAt time.Time
TrackID int32
Limit int32
}