mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
14 lines
213 B
Go
14 lines
213 B
Go
package types
|
|
|
|
type Submission struct {
|
|
Id string
|
|
Title string
|
|
Link string
|
|
Cover Media
|
|
Points int64
|
|
Upvotes int64
|
|
Downvotes int64
|
|
Comments int64
|
|
Views int64
|
|
IsAlbum bool
|
|
} |