rimgo/types/User.go

11 lines
159 B
Go

package types
type User struct {
Id int64
Bio string
Username string
Points int64
Cover string
Avatar string
CreatedAt string
}