mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 07:58:23 +00:00
9 lines
108 B
Go
9 lines
108 B
Go
package types
|
|
|
|
type User struct {
|
|
Id string
|
|
Username string
|
|
Avatar string
|
|
CreatedAt string
|
|
}
|