Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendResponse ¶
SendResponse send response to client
Types ¶
type ListResponse ¶
type ListResponse struct {
HasMore int `json:"has_more"`
PageKey string `json:"page_key"`
PageValue int `json:"page_value"`
Items interface{} `json:"items"`
}
ListResponse api list response
Click to show internal directories.
Click to hide internal directories.