mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 23:48:23 +00:00
11 lines
159 B
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
|
|
} |