Migrate to new repo

This commit is contained in:
Evgeniy Kulikov 2020-03-31 10:05:26 +03:00
parent f133a67696
commit b118f469d2
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
71 changed files with 603 additions and 600 deletions

View file

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