rimgo/types/User.go

9 lines
108 B
Go

package types
type User struct {
Id string
Username string
Avatar string
CreatedAt string
}