Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegisterOpReq ¶
type RegisterOpReq struct { Operation int32 `json:"operation"` Operations []int32 `json:"operations"` }
RegisterOpReq .
type Response ¶
type Response struct { Code int `json:"code"` Message string `json:"message"` Data map[string]interface{} `json:"data"` }
Response .
type UnregisterOpReq ¶
type UnregisterOpReq struct { Operation int32 `json:"operation"` Operations []int32 `json:"operations"` }
UnregisterOpReq .
Click to show internal directories.
Click to hide internal directories.