Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActorCreateRequest ¶
type ActorCreateResponse ¶
type ActorCreateResponse struct {
ActorInfo *ActorInfo
}
type ActorSelectRequest ¶
type ActorSelectRequest struct {
Time int `json:"time"`
}
type ActorSelectResponse ¶
type ActorSelectResponse struct {
ActorName string `json:"actor_name"`
}
type LoginRequest ¶
type LoginResponse ¶
type LoginResponse struct {
Uid int64 `json:"uid"`
}
Click to show internal directories.
Click to hide internal directories.