Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

NameTypeDescription
dal& 'a DALReference to the main DAL instance.