package
Version:
v0.2.8-beta19
Opens a new window with list of versions in this module.
Published: Aug 8, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorReq struct {
g.Meta `path:"/home/error" method:"get" tags:"adminError" summary:"全局异常错误页面"`
Status string `p:"status" v:"required"`
Params gview.Params `p:"params" v:"required"`
}
@title 全局异常错误页面
type ErrorRes struct {
g.Meta `mime:"text/html" type:"string" example:"<html/>" dc:"全局异常错误页面"`
}
@title 全局异常错误页面
Source Files
¶
Click to show internal directories.
Click to hide internal directories.