package
Version:
v0.0.0-...-7444d27
Opens a new window with list of versions in this module.
Published: Jun 4, 2024
License: Apache-2.0
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
¶
func ErrorCtx(ctx iris.Context, code int, data any, msg string)
ErrorCtx 响应失败
func OkCtx(ctx iris.Context, data any)
OkCtx 响应成功
type Resp struct {
Success bool `json:"success"`
Code int `json:"code"`
Data any `json:"data"`
Msg string `json:"msg"`
Timestamp int64 `json:"timestamp"`
}
Resp 响应体结构
Source Files
¶
Click to show internal directories.
Click to hide internal directories.