forked from TrueCloudLab/frostfs-api
[#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 <leonard@nspcc.ru>
This commit is contained in:
parent
0046e8fb14
commit
f9c865eb53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue