Move Version to refs

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-08-18 16:14:25 +03:00 committed by Stanislav Bogatyrev
parent b07c1c3173
commit 54778a86ed
4 changed files with 15 additions and 16 deletions

View file

@ -7,7 +7,6 @@ option csharp_namespace = "NeoFS.API.v2.Container";
import "netmap/types.proto";
import "refs/types.proto";
import "service/types.proto";
// Container is a structure that defines object placement behaviour. Objects
// can be stored only within containers. They define placement rule, attributes
@ -16,7 +15,7 @@ import "service/types.proto";
message Container {
// Container format version.
// Effectively the version of API library used to create container
neo.fs.v2.service.Version version = 1;
neo.fs.v2.refs.Version version = 1;
// OwnerID carries identifier of the container owner.
neo.fs.v2.refs.OwnerID owner_id = 2;