rimgo/types/Submission.go

14 lines
213 B
Go
Raw Normal View History

2022-02-18 21:56:56 +00:00
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
}