MCPcopy 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
14type Auditor interface {
15 Export(ctx context.Context, alog database.AuditLog) error
16 diff(old, newVal any) Map
17}
18

Callers 2

InitRequestFunction · 0.65
BackgroundAuditFunction · 0.65

Implementers 2

nopcoderd/audit/audit.go
MockAuditorcoderd/audit/audit.go

Calls

no outgoing calls

Tested by

no test coverage detected