package
Version:
v0.0.0-...-330c009
Opens a new window with list of versions in this module.
Published: Feb 25, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (g *Gin) Response(httpCode int, errMsg string, data interface{})
type Response struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.