forked from TrueCloudLab/frostfs-api
[#45] Fix go_option in netmap package
This commit is contained in:
parent
eb61f7cafd
commit
af26bd2b5d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package neo.fs.v2.netmap;
|
||||
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/netmap;netmap";
|
||||
option go_package = "github.com/nspcc-dev/neofs-api-go/v2/netmap;netmap";
|
||||
option csharp_namespace = "NeoFS.API.v2.Netmap";
|
||||
|
||||
// Set of rules to select a subset of nodes able to store container's objects
|
||||
|
|
Loading…
Reference in a new issue