[#32] container: Remove gogoproto from typedef

There is a need to remove gogoproto usage from NeoFS API since this plugin
is not cross-language. This commit removes usage from container package.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-06 01:12:34 +03:00 committed by Stanislav Bogatyrev
parent fca07c84d6
commit 0046e8fb14
2 changed files with 0 additions and 6 deletions

View file

@ -6,9 +6,6 @@ option csharp_namespace = "NeoFS.API.Container";
import "acl/types.proto";
import "container/types.proto";
import "refs/types.proto";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.stable_marshaler_all) = true;
// Service provides API to access container smart-contract in morph chain
// via NeoFS node.

View file

@ -5,9 +5,6 @@ option csharp_namespace = "NeoFS.API.Container";
import "refs/types.proto";
import "github.com/nspcc-dev/netmap/selector.proto";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.stable_marshaler_all) = true;
// Container is a structure that defines object placement behaviour. Objects
// can be stored only within containers. They define placement rule, attributes