Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Export
Method
Export
coderd/audit/audit.go:15–15 ·
view source on GitHub ↗
(ctx context.Context, alog database.AuditLog)
Source
from the content-addressed store, hash-verified
13
14
type
Auditor
interface
{
15
Export(ctx context.Context, alog database.AuditLog) error
16
diff(old, newVal any) Map
17
}
18
Callers
2
InitRequest
Function · 0.65
BackgroundAudit
Function · 0.65
Implementers
2
nop
coderd/audit/audit.go
MockAuditor
coderd/audit/audit.go
Calls
no outgoing calls
Tested by
no test coverage detected