ToolsManualModule 工具手册模块
| 48 | |
| 49 | // ToolsManualModule 工具手册模块 |
| 50 | type ToolsManualModule struct { |
| 51 | Config *types.ToolsManualConfig |
| 52 | } |
| 53 | |
| 54 | func (m *ToolsManualModule) Name() string { return "tools_manual" } |
| 55 | func (m *ToolsManualModule) Priority() int { return 20 } |
nothing calls this directly
no outgoing calls
no test coverage detected