(ctx context.Context)
| 3370 | } |
| 3371 | |
| 3372 | func (q *querier) GetDefaultProxyConfig(ctx context.Context) (database.GetDefaultProxyConfigRow, error) { |
| 3373 | // No authz checks |
| 3374 | return q.db.GetDefaultProxyConfig(ctx) |
| 3375 | } |
| 3376 | |
| 3377 | func (q *querier) GetDeploymentID(ctx context.Context) (string, error) { |
| 3378 | // No authz checks |
nothing calls this directly
no test coverage detected