forked from TrueCloudLab/frostfs-api
[#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:
parent
9bd4934373
commit
40420f3ab0
12 changed files with 27 additions and 24 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue