Categorygithub.com/starter-go/libgin
modulepackage
1.0.17
Repository: https://github.com/starter-go/libgin.git
Documentation: pkg.go.dev

# README

libgin

Starter for building web, including RESTful, applications using Gin

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BindContext 绑定 gin.Context & context.Context.
GetContextHolder 取 ContextHolder.
NewDemoModule 创建模块 [github.com/starter-go/libgin#demo].
NewDevtoolsModule 导出模块 [github.com/starter-go/libgin#devtools].
NewMainModule 导出模块 [github.com/starter-go/libgin].

# Constants

定义常用的分组名称.
定义常用的分组名称.

# Structs

ConnectorRegistration ...
ContextHolder 用来绑定 gin.Context & context.Context.
ControllerRegistration 是控制器注册信息.
GroupRegistration ...
ResponderRegistration 是 Responder 的注册信息.
Response 表示一个 REST 响应结果.
RouterRegistration ...
Routing 表示一条路由记录.

# Interfaces

Connector ...
ConnectorRegistry ...
ContentTypeManager 是文档类型管理器.
Context 是 libgin 上下文,它集中管理各种 libgin 资源.
Controller 表示一个 gin 控制器.
Group ...
GroupRegistry ...
Responder 是 REST 响应发送器的接口.
ResponderRegistry 是 Responder 的注册接口.
Router ...
RouterProxy ...
RouterRegistry ...