package
Version:
v0.0.0-...-ea68c78
Opens a new window with list of versions in this module.
Published: Feb 22, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CommonResponse struct {
RetCode RetCode `json:"ret_code"`
Data interface{} `json:"data"`
Message string `json:"message"`
}
type RouterSchema interface {
RegisterSchema(router *gin.Engine)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.