mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-10 13:12:26 +08:00
9 lines
103 B
Go
9 lines
103 B
Go
package entity
|
|
|
|
type User struct {
|
|
Uid uint64
|
|
Username string
|
|
Password string
|
|
IsAdmin bool
|
|
}
|