Adapt protobuf naming

This commit is contained in:
André Duffeck
2025-01-15 11:04:32 +01:00
parent d6997b01cf
commit 8c8cdd9310
177 changed files with 8030 additions and 9098 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/opencloud-eu/opencloud/pkg/service/grpc"
"github.com/opencloud-eu/opencloud/pkg/tracing"
"github.com/opencloud-eu/opencloud/pkg/version"
svcProtogen "github.com/opencloud-eu/opencloud/protogen/gen/ocis/services/policies/v0"
svcProtogen "github.com/opencloud-eu/opencloud/protogen/gen/opencloud/services/policies/v0"
"github.com/opencloud-eu/opencloud/services/policies/pkg/config"
"github.com/opencloud-eu/opencloud/services/policies/pkg/config/parser"
"github.com/opencloud-eu/opencloud/services/policies/pkg/engine/opa"