MCPcopy Create free account
hub / github.com/astercloud/aster / SecurityModule

Struct SecurityModule

pkg/agent/prompt_modules.go:190–190  ·  view source on GitHub ↗

SecurityModule 安全策略模块

Source from the content-addressed store, hash-verified

188
189// SecurityModule 安全策略模块
190type SecurityModule struct{}
191
192func (m *SecurityModule) Name() string { return "security" }
193func (m *SecurityModule) Priority() int { return 35 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected