EnvironmentModule 环境信息模块
| 21 | |
| 22 | // EnvironmentModule 环境信息模块 |
| 23 | type EnvironmentModule struct{} |
| 24 | |
| 25 | func (m *EnvironmentModule) Name() string { return "environment" } |
| 26 | func (m *EnvironmentModule) Priority() int { return 10 } |
nothing calls this directly
no outgoing calls
no test coverage detected