(ctx context.Context, arg GetAuditLogsOffsetParams, prepared rbac.PreparedAuthorized)
| 471 | |
| 472 | type auditLogQuerier interface { |
| 473 | GetAuthorizedAuditLogsOffset(ctx context.Context, arg GetAuditLogsOffsetParams, prepared rbac.PreparedAuthorized) ([]GetAuditLogsOffsetRow, error) |
| 474 | CountAuthorizedAuditLogs(ctx context.Context, arg CountAuditLogsParams, prepared rbac.PreparedAuthorized) (int64, error) |
| 475 | } |
| 476 |
no outgoing calls