Move [enterprise/]cmd/frontend/authz to [enterprise/]internal/authz
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: efritz
The cmd/frontend/authz
package is referenced by cmd/frontend
as well as cmd/repo-updater
and internal/db
.
It's weird that a service and/or internal packages would reach into another service's code. There are other instances of this, but will handle them as time permits.
Push commits to the source branch or add previously merged commits to review them.