Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoRequest ¶
type DemoRequest struct {
Info string `json:"info"`
}
type DemoResp ¶
type DemoResp struct { *enet.CommonJsonResp Data DemoRespData `json:"data"` }
type DemoRespData ¶
type DemoRespData struct {
Id int64 `json:"id"`
}
Click to show internal directories.
Click to hide internal directories.