forked from TrueCloudLab/frostfs-api
Add CSharp namespace to proto files
This commit is contained in:
parent
9b2cb915ac
commit
d1d9b75f49
18 changed files with 19 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
syntax = "proto3";
|
||||
package query;
|
||||
option go_package = "github.com/nspcc-dev/neofs-api/query";
|
||||
option csharp_namespace = "NeoFS.API.Query";
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue