Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Msg ¶
type RegisterReq ¶
type RegisterReq struct {
Username string `json:"username"`
}
type RegisterResp ¶
type RegisterResp struct {
UserID int `json:"user_id"`
}
Click to show internal directories.
Click to hide internal directories.