init commit
This commit is contained in:
10
model/album.go
Normal file
10
model/album.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
// Album represents the albums table
|
||||
type Album struct {
|
||||
BaseWithUUID
|
||||
Artist Artist
|
||||
ArtistID string
|
||||
Title string
|
||||
Tracks []Track
|
||||
}
|
||||
Reference in New Issue
Block a user