PerformanceModule 性能优化模块
| 215 | |
| 216 | // PerformanceModule 性能优化模块 |
| 217 | type PerformanceModule struct{} |
| 218 | |
| 219 | func (m *PerformanceModule) Name() string { return "performance" } |
| 220 | func (m *PerformanceModule) Priority() int { return 40 } |
nothing calls this directly
no outgoing calls
no test coverage detected