//
pkg.gl
Category
github.com/gotomicro/egoctl
internal
app
module
web
core
package
1.1.0
Repository:
https://github.com/gotomicro/egoctl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
158 SLOC
#
Functions
Handle
Handle 将core.HandlerFunc转换为gin.HandlerFunc.
#
Constants
CodeErr
CodeErr 表示默认响应失败状态码.
CodeOK
CodeOK 表示响应成功状态码.
#
Structs
Context
Context core封装后的Context.
Pagination
No description provided by the author
Res
Res 标准JSON输出格式.
ResPage
ResPage 带分页的标准JSON输出格式.
#
Type aliases
HandlerFunc
HandlerFunc core封装后的handler.