mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 01:52:26 +08:00
7 lines
108 B
Go
7 lines
108 B
Go
package entity
|
|
|
|
type Login struct {
|
|
Username string `json:"username"`
|
|
Password string `json:"password"`
|
|
}
|