(ctx context.Context, arg CountAuditLogsParams, prepared rbac.PreparedAuthorized)
| 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 | |
| 477 | func (q *sqlQuerier) GetAuthorizedAuditLogsOffset(ctx context.Context, arg GetAuditLogsOffsetParams, prepared rbac.PreparedAuthorized) ([]GetAuditLogsOffsetRow, error) { |
no outgoing calls