MCPcopy Create free account
hub / github.com/coder/coder / Decision

Method Decision

enterprise/audit/audit.go:28–28  ·  view source on GitHub ↗

Decision determines the FilterDecisions that the backend tolerates.

()

Source from the content-addressed store, hash-verified

26type Backend interface {
27 // Decision determines the FilterDecisions that the backend tolerates.
28 Decision() FilterDecision
29 // Export sends an audit log to the backend.
30 Export(ctx context.Context, alog database.AuditLog, details BackendDetails) error
31}

Callers 1

ExportMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected