MCPcopy 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 定义可插拔的审计策略。
189type AuditStrategy interface {
190 Record(action, userID, itemID, details string)
191}
192
193// Manager 统一知识管理器接口

Callers 1

auditMethod · 0.65

Implementers 2

defaultAuditorpkg/knowledge/manager.go
InMemoryAuditpkg/knowledge/strategy/audit.go

Calls

no outgoing calls

Tested by

no test coverage detected