package
Version:
v0.0.0-...-e03c1e8
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type InitDBFunc interface {
Init() (err error)
}
InitDBFunc 数据化初始化接口
type WebModule struct {
RelativePath string
Handler func(p iris.Party)
Modules []WebModule
}
WebModule web 模块结构
- RelativePath 关联路径
- Handler 模块 Handler
- Modules 子模块
Source Files
¶
Click to show internal directories.
Click to hide internal directories.