Implemented first repository using tiedot
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
type Album struct {
|
||||
Id string
|
||||
Name string
|
||||
Artist *Artist
|
||||
CoverArtPath string
|
||||
Year int
|
||||
Compilation bool
|
||||
Rating int
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user