package
Version:
v0.0.0-...-b0dc0eb
Opens a new window with list of versions in this module.
Published: Nov 16, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
Code int `json:"code"`
Message string `json:"message"`
}
type HttpResp struct {
Success bool `json:"success"`
Data interface{} `json:"data"`
Error *APIError `json:"error,omitempty"`
HttpCode int `json:"-"`
}
func SuccessResp(data interface{}) HttpResp
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.