rimgo/types/User.go

11 lines
159 B
Go
Raw Normal View History

2022-01-17 22:11:33 +00:00
package types
type User struct {
2022-02-02 16:05:36 +00:00
Id int64
Bio string
Username string
Points int64
Cover string
Avatar string
CreatedAt string
2022-02-18 21:56:56 +00:00
}