package
Version:
v1.13.35
Opens a new window with list of versions in this module.
Published: Dec 2, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func RespSuccJson(data interface{}) gin.H
type Response struct {
StatusCode int `json:"status_code"`
Message string `json:"message"`
Data interface{} `json:"data"`
RequestID string `json:"request_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.