package
Version:
v1.0.38
Opens a new window with list of versions in this module.
Published: Oct 31, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package web
@Description:
Package web
@Description: 封装了所以web相关的内容
RouterInit
@Description:
@return *gin.Engine
type Resp struct {
Code int `json:"code"`
Message string `json:"message"`
Data interface{} `json:"data"`
Success bool `json:"success"`
Error string `json:"error"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.