From f9c865eb53dc3d4314dc849ef6b2e868285543e2 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 6 Aug 2020 01:15:57 +0300 Subject: [PATCH] [#34] container: Import PlacementRule from netmap Replaces import of PlacementRule message from netmap repository with a message from the internal netmap package. Signed-off-by: Leonard Lyubich --- container/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/types.proto b/container/types.proto index d9160ae..5db48f0 100644 --- a/container/types.proto +++ b/container/types.proto @@ -4,7 +4,7 @@ option go_package = "github.com/nspcc-dev/neofs-api-go/container"; option csharp_namespace = "NeoFS.API.Container"; import "refs/types.proto"; -import "github.com/nspcc-dev/netmap/selector.proto"; +import "netmap/types.proto"; // Container is a structure that defines object placement behaviour. Objects // can be stored only within containers. They define placement rule, attributes