(ctx context.Context, arg database.CountConnectionLogsParams, _ rbac.PreparedAuthorized)
| 8496 | } |
| 8497 | |
| 8498 | func (q *querier) CountAuthorizedConnectionLogs(ctx context.Context, arg database.CountConnectionLogsParams, _ rbac.PreparedAuthorized) (int64, error) { |
| 8499 | return q.CountConnectionLogs(ctx, arg) |
| 8500 | } |
| 8501 | |
| 8502 | func (q *querier) ListAuthorizedAIBridgeInterceptions(ctx context.Context, arg database.ListAIBridgeInterceptionsParams, prepared rbac.PreparedAuthorized) ([]database.ListAIBridgeInterceptionsRow, error) { |
| 8503 | return q.db.ListAuthorizedAIBridgeInterceptions(ctx, arg, prepared) |
nothing calls this directly
no test coverage detected