MCPcopy Index your code
hub / github.com/coder/coder / AuditAction

TypeAlias AuditAction

coderd/database/models.go:997–997  ·  view source on GitHub ↗

NOTE: `connect`, `disconnect`, `open`, and `close` are deprecated and no longer used - these events are now tracked in the connection_logs table.

Source from the content-addressed store, hash-verified

995
996// NOTE: `connect`, `disconnect`, `open`, and `close` are deprecated and no longer used - these events are now tracked in the connection_logs table.
997type AuditAction string
998
999const (
1000 AuditActionCreate AuditAction = "create"

Callers 2

generateFakeAuditLogMethod · 0.92
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected