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