Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
RequestID string `json:"request_id"`
ClientIP string `json:"client_ip"`
ServerIP string `json:"server_ip"`
Code uint64 `json:"code"`
Namespace string `json:"namespace,omitempty"`
Msg string `json:"msg,omitempty"`
Result interface{} `json:"result"`
}
Response response
Click to show internal directories.
Click to hide internal directories.