rimgo/types/User.go

9 lines
108 B
Go
Raw Normal View History

2022-01-17 22:11:33 +00:00
package types
type User struct {
Id string
Username string
Avatar string
CreatedAt string
}