Authz: Move extension proto up a layer (#96254)

* Authz: Move extension proto up a layer

* Lint
This commit is contained in:
Gabriel MABILLE
2024-11-12 10:19:12 +01:00
committed by GitHub
parent ab813cb601
commit cc9cdbe82d
18 changed files with 15 additions and 15 deletions
@@ -5,8 +5,8 @@ import (
openfgav1 "github.com/openfga/api/proto/openfga/v1"
authzextv1 "github.com/grafana/grafana/pkg/services/authz/proto/v1"
"github.com/grafana/grafana/pkg/services/authz/zanzana/common"
authzextv1 "github.com/grafana/grafana/pkg/services/authz/zanzana/proto/v1"
)
func (s *Server) Write(ctx context.Context, req *authzextv1.WriteRequest) (*authzextv1.WriteResponse, error) {