mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-14 04:05:14 +00:00
Initial album support
This commit is contained in:
12
types/Album.go
Normal file
12
types/Album.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package types
|
||||
|
||||
type Album struct {
|
||||
Id string
|
||||
Title string
|
||||
Views int64
|
||||
Upvotes int64
|
||||
Downvotes int64
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Media []string
|
||||
}
|
||||
Reference in New Issue
Block a user