rimgo/types/Comment.go
video-prize-ranch 4a1309e0dc
Comments
2022-01-18 18:05:06 -05:00

16 lines
232 B
Go

package types
type Comment struct {
Comments []Comment
User User
Id string
Comment string
Upvotes int64
Downvotes int64
Platform string
CreatedAt string
RelTime string
UpdatedAt string
DeletedAt string
}