init commit
This commit is contained in:
10
model/cover.go
Normal file
10
model/cover.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
// Cover represents the covers table
|
||||
type Cover struct {
|
||||
Base
|
||||
Album Album
|
||||
AlbumID string
|
||||
Image []byte
|
||||
Path string
|
||||
}
|
||||
Reference in New Issue
Block a user