Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResponse ¶
type BaseResponse struct { Message string `json:"message"` Page int `json:"page,omitempty"` Size int `json:"page_size,omitempty"` }
BaseResponse
type DataResponse ¶
type DataResponse struct { BaseResponse Data interface{} `json:"data"` }
DataResponse
type ErrorResponse ¶
type ErrorResponse struct { BaseResponse Status int `json:"status"` }
ErrorResponse
Click to show internal directories.
Click to hide internal directories.