mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 16:08:24 +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
|
|
}
|