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 19 additions and 1 deletions

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package accounting;
option go_package = "github.com/nspcc-dev/neofs-api/accounting";
option csharp_namespace = "NeoFS.API.Accounting";
import "service/meta.proto";
import "service/verify.proto";

Binary file not shown.

View file

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

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package accounting;
option go_package = "github.com/nspcc-dev/neofs-api/accounting";
option csharp_namespace = "NeoFS.API.Accounting";
import "service/meta.proto";
import "service/verify.proto";

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package bootstrap;
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
option csharp_namespace = "NeoFS.API.Bootstrap";
import "service/meta.proto";
import "service/verify.proto";

Binary file not shown.

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;

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package container;
option go_package = "github.com/nspcc-dev/neofs-api/container";
option csharp_namespace = "NeoFS.API.Container";
import "service/meta.proto";
import "service/verify.proto";

Binary file not shown.

View file

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

Binary file not shown.

View file

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

Binary file not shown.

View file

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

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package object;
option go_package = "github.com/nspcc-dev/neofs-api/object";
option csharp_namespace = "NeoFS.API.Object";
import "refs/types.proto";
import "session/types.proto";

Binary file not shown.

View file

@ -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";

Binary file not shown.

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";

Binary file not shown.

View file

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

Binary file not shown.

View file

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

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package session;
option go_package = "github.com/nspcc-dev/neofs-api/session";
option csharp_namespace = "NeoFS.API.Session";
import "session/types.proto";
import "service/meta.proto";

Binary file not shown.

View file

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

Binary file not shown.

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package state;
option go_package = "github.com/nspcc-dev/neofs-api/state";
option csharp_namespace = "NeoFS.API.State";
import "service/meta.proto";
import "service/verify.proto";

Binary file not shown.

View file

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