update proto files, regenerate pb.go

This commit is contained in:
Evgeniy Kulikov 2020-02-05 16:58:06 +03:00
parent 3bcdbc9864
commit 49cc731c8d
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
36 changed files with 497 additions and 460 deletions

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package refs;
option go_package = "github.com/nspcc-dev/neofs-api/refs";
option csharp_namespace = "NeoFS.API.Refs";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";