rimgo/types/User.go
video-prize-ranch 34f09c36fb
Updates
2022-01-17 17:11:33 -05:00

9 lines
108 B
Go

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