Add CSharp namespace to proto files

This commit is contained in:
Evgeniy Kulikov 2020-02-05 15:14:39 +03:00
parent 9b2cb915ac
commit d1d9b75f49
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
18 changed files with 19 additions and 1 deletions

View file

@ -1,10 +1,11 @@
syntax = "proto3";
package bootstrap;
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
option csharp_namespace = "NeoFS.API.Bootstrap";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.stable_marshaler_all) = true;;
option (gogoproto.stable_marshaler_all) = true;
option (gogoproto.stringer_all) = false;
option (gogoproto.goproto_stringer_all) = false;