rimgo/types/User.go
video-prize-ranch 86afc22616
Switch to gjson
2022-02-02 11:05:36 -05:00

25 lines
360 B
Go

package types
type User struct {
Id int64
Bio string
Username string
Points int64
Cover string
Avatar string
CreatedAt string
}
type Submission struct {
Id string
Title string
Link string
Cover Media
Points int64
Upvotes int64
Downvotes int64
Comments int64
Views int64
IsAlbum bool
}