Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiResponse ¶
type ApiResponse struct { Message string `json:"message"` Code int `json:"code"` Data interface{} `json:"data"` }
func (*ApiResponse) Error ¶
func (e *ApiResponse) Error() string
Click to show internal directories.
Click to hide internal directories.