brokkr-broker::dal::audit_logs Rust
Data Access Layer for AuditLog operations.
This module provides functionality to interact with the audit_logs table. Audit logs are immutable - only create and query operations are supported.
Structs
brokkr-broker::dal::audit_logs::AuditLogsDAL<’a>
pub
Data Access Layer for AuditLog operations.
Fields
| Name | Type | Description |
|---|---|---|
dal | & 'a DAL | Reference to the main DAL instance. |