package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Nov 27, 2025
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IRouter interface {
Register(engine *gin.Engine)
}
IRouter 定义路由注册接口
Server 是我们应用的核心结构体
NewServer 创建一个新的 Server 实例
RegisterRouters 批量注册路由
参数是实现了 IRouter 接口的实例
Source Files
¶
Click to show internal directories.
Click to hide internal directories.