package
Version:
v0.0.0-...-08474b0
Opens a new window with list of versions in this module.
Published: Oct 13, 2024
License: GPL-3.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
¶
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.