[#31] refs: Use OwnerID message in all services

Change the type of all fields for identifier of the container owner to
refs.OwnerID. This will allow you to follow a single format and not duplicate
its description.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-05 19:49:16 +03:00 committed by Stanislav Bogatyrev
parent 9bd4934373
commit 40420f3ab0
12 changed files with 27 additions and 24 deletions

View file

@ -19,8 +19,8 @@ message Header {
// Address carries object address in the NeoFS system.
// It encapsulates the object and the container identifiers.
refs.Address Address = 2;
// OwnerID carries identifier the object owner in a binary format.
bytes OwnerID = 3;
// OwnerID carries identifier of the object owner.
refs.OwnerID OwnerID = 3;
}
// Main carries the main part of the header.