From 7431075ca1f7d285301a88a835e65a5d87fd2156 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 9 Dec 2022 14:18:06 +0300 Subject: [PATCH] Rename go package names Signed-off-by: Evgenii Stratonikov --- accounting/service.proto | 2 +- accounting/types.proto | 2 +- acl/types.proto | 2 +- audit/types.proto | 2 +- container/service.proto | 2 +- container/types.proto | 2 +- lock/types.proto | 2 +- netmap/service.proto | 2 +- netmap/types.proto | 2 +- object/service.proto | 2 +- object/types.proto | 2 +- refs/types.proto | 2 +- reputation/service.proto | 2 +- reputation/types.proto | 2 +- session/service.proto | 2 +- session/types.proto | 2 +- status/types.proto | 2 +- storagegroup/types.proto | 2 +- subnet/types.proto | 2 +- tombstone/types.proto | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/accounting/service.proto b/accounting/service.proto index bc44b5b..154382a 100644 --- a/accounting/service.proto +++ b/accounting/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.accounting; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/accounting/grpc;accounting"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; option csharp_namespace = "Neo.FileStorage.API.Accounting"; import "accounting/types.proto"; diff --git a/accounting/types.proto b/accounting/types.proto index f1facbf..af16f84 100644 --- a/accounting/types.proto +++ b/accounting/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.accounting; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/accounting/grpc;accounting"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/accounting/grpc;accounting"; option csharp_namespace = "Neo.FileStorage.API.Accounting"; // Standard floating point data type can't be used in NeoFS due to inexactness diff --git a/acl/types.proto b/acl/types.proto index 2bf5f23..95b18b5 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.acl; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/acl/grpc;acl"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/acl/grpc;acl"; option csharp_namespace = "Neo.FileStorage.API.Acl"; import "refs/types.proto"; diff --git a/audit/types.proto b/audit/types.proto index 8a9bb72..156a31b 100644 --- a/audit/types.proto +++ b/audit/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.audit; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/audit/grpc;audit"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/audit/grpc;audit"; option csharp_namespace = "Neo.FileStorage.API.Audit"; import "refs/types.proto"; diff --git a/container/service.proto b/container/service.proto index 69d96a3..249bfb1 100644 --- a/container/service.proto +++ b/container/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.container; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/container/grpc;container"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; option csharp_namespace = "Neo.FileStorage.API.Container"; import "acl/types.proto"; diff --git a/container/types.proto b/container/types.proto index a710a4b..a735f74 100644 --- a/container/types.proto +++ b/container/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.container; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/container/grpc;container"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/container/grpc;container"; option csharp_namespace = "Neo.FileStorage.API.Container"; import "netmap/types.proto"; diff --git a/lock/types.proto b/lock/types.proto index da811b8..a2eb833 100644 --- a/lock/types.proto +++ b/lock/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.lock; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/lock/grpc;lock"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/lock/grpc;lock"; option csharp_namespace = "Neo.FileStorage.API.Lock"; import "refs/types.proto"; diff --git a/netmap/service.proto b/netmap/service.proto index 1898b3a..922cc3e 100644 --- a/netmap/service.proto +++ b/netmap/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.netmap; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/netmap/grpc;netmap"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; option csharp_namespace = "Neo.FileStorage.API.Netmap"; import "netmap/types.proto"; diff --git a/netmap/types.proto b/netmap/types.proto index 6163687..e4b5e6d 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.netmap; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/netmap/grpc;netmap"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/netmap/grpc;netmap"; option csharp_namespace = "Neo.FileStorage.API.Netmap"; import "refs/types.proto"; diff --git a/object/service.proto b/object/service.proto index 853ce00..7170b31 100644 --- a/object/service.proto +++ b/object/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.object; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/object/grpc;object"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; option csharp_namespace = "Neo.FileStorage.API.Object"; import "object/types.proto"; diff --git a/object/types.proto b/object/types.proto index 82d9b9a..78ed3c5 100644 --- a/object/types.proto +++ b/object/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.object; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/object/grpc;object"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/object/grpc;object"; option csharp_namespace = "Neo.FileStorage.API.Object"; import "refs/types.proto"; diff --git a/refs/types.proto b/refs/types.proto index 729fc1b..07659f3 100644 --- a/refs/types.proto +++ b/refs/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.refs; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/refs/grpc;refs"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/refs/grpc;refs"; option csharp_namespace = "Neo.FileStorage.API.Refs"; // Objects in NeoFS are addressed by their ContainerID and ObjectID. diff --git a/reputation/service.proto b/reputation/service.proto index c430c5e..ecdb60f 100644 --- a/reputation/service.proto +++ b/reputation/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.reputation; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/reputation/grpc;reputation"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; option csharp_namespace = "Neo.FileStorage.API.Reputation"; import "reputation/types.proto"; diff --git a/reputation/types.proto b/reputation/types.proto index 627008d..11915ae 100644 --- a/reputation/types.proto +++ b/reputation/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.reputation; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/reputation/grpc;reputation"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/reputation/grpc;reputation"; option csharp_namespace = "Neo.FileStorage.API.Reputation"; import "refs/types.proto"; diff --git a/session/service.proto b/session/service.proto index 98c2ca4..355d3fc 100644 --- a/session/service.proto +++ b/session/service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.session; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/session/grpc;session"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; option csharp_namespace = "Neo.FileStorage.API.Session"; import "refs/types.proto"; diff --git a/session/types.proto b/session/types.proto index d00e99f..71c0e54 100644 --- a/session/types.proto +++ b/session/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.session; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/session/grpc;session"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/session/grpc;session"; option csharp_namespace = "Neo.FileStorage.API.Session"; import "refs/types.proto"; diff --git a/status/types.proto b/status/types.proto index 1b4a9fc..4c1eb1d 100644 --- a/status/types.proto +++ b/status/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.status; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/status/grpc;status"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/status/grpc;status"; option csharp_namespace = "Neo.FileStorage.API.Status"; // Declares the general format of the status returns of the NeoFS RPC protocol. diff --git a/storagegroup/types.proto b/storagegroup/types.proto index c54c741..1522f1f 100644 --- a/storagegroup/types.proto +++ b/storagegroup/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.storagegroup; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/storagegroup/grpc;storagegroup"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/storagegroup/grpc;storagegroup"; option csharp_namespace = "Neo.FileStorage.API.StorageGroup"; import "refs/types.proto"; diff --git a/subnet/types.proto b/subnet/types.proto index aa69bba..6fe5f36 100644 --- a/subnet/types.proto +++ b/subnet/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.subnet; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/subnet/grpc;subnet"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/subnet/grpc;subnet"; option csharp_namespace = "Neo.FileStorage.API.Subnet"; import "refs/types.proto"; diff --git a/tombstone/types.proto b/tombstone/types.proto index 5a94d3b..70ff8db 100644 --- a/tombstone/types.proto +++ b/tombstone/types.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package neo.fs.v2.tombstone; -option go_package = "github.com/nspcc-dev/neofs-api-go/v2/tombstone/grpc;tombstone"; +option go_package = "github.com/TrueCloudLab/frostfs-api-go/v2/tombstone/grpc;tombstone"; option csharp_namespace = "Neo.FileStorage.API.Tombstone"; import "refs/types.proto";