(r *http.Request, action policy.Action, object rbac.Objecter)
| 1374 | } |
| 1375 | |
| 1376 | func (api *API) Authorize(r *http.Request, action policy.Action, object rbac.Objecter) bool { |
| 1377 | return api.AGPL.HTTPAuth.Authorize(r, action, object) |
| 1378 | } |
| 1379 | |
| 1380 | // nolint:revive // featureEnabled is a legit control flag. |
| 1381 | func (api *API) setupPrebuilds(featureEnabled bool) (agplprebuilds.ReconciliationOrchestrator, agplprebuilds.Claimer) { |
no test coverage detected