Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Record
Method
Record
pkg/knowledge/knowledge.go:190–190 ·
view source on GitHub ↗
(action, userID, itemID, details string)
Source
from the content-addressed store, hash-verified
188
// AuditStrategy 定义可插拔的审计策略。
189
type
AuditStrategy
interface
{
190
Record(action, userID, itemID, details string)
191
}
192
193
// Manager 统一知识管理器接口
Callers
1
audit
Method · 0.65
Implementers
2
defaultAuditor
pkg/knowledge/manager.go
InMemoryAudit
pkg/knowledge/strategy/audit.go
Calls
no outgoing calls
Tested by
no test coverage detected