(ctx context.Context, arg database.GetAuditLogsOffsetParams, _ rbac.PreparedAuthorized)
| 8484 | } |
| 8485 | |
| 8486 | func (q *querier) GetAuthorizedAuditLogsOffset(ctx context.Context, arg database.GetAuditLogsOffsetParams, _ rbac.PreparedAuthorized) ([]database.GetAuditLogsOffsetRow, error) { |
| 8487 | return q.GetAuditLogsOffset(ctx, arg) |
| 8488 | } |
| 8489 | |
| 8490 | func (q *querier) CountAuthorizedAuditLogs(ctx context.Context, arg database.CountAuditLogsParams, _ rbac.PreparedAuthorized) (int64, error) { |
| 8491 | return q.CountAuditLogs(ctx, arg) |
nothing calls this directly
no test coverage detected