SecurityModule 安全策略模块
| 188 | |
| 189 | // SecurityModule 安全策略模块 |
| 190 | type SecurityModule struct{} |
| 191 | |
| 192 | func (m *SecurityModule) Name() string { return "security" } |
| 193 | func (m *SecurityModule) Priority() int { return 35 } |
nothing calls this directly
no outgoing calls
no test coverage detected