forked from TrueCloudLab/frostfs-api
[#84] Clarify various types encoding formats
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
063ec430d1
commit
b930782fd3
4 changed files with 46 additions and 17 deletions
|
@ -20,7 +20,7 @@ message Container {
|
|||
// Identifier of the container owner
|
||||
neo.fs.v2.refs.OwnerID owner_id = 2 [json_name = "ownerID"];
|
||||
|
||||
// Nonce is a 16 byte UUID, used to avoid collisions of container id
|
||||
// Nonce is a 16 byte UUIDv4, used to avoid collisions of `ContainerID`s
|
||||
bytes nonce = 3 [json_name = "nonce"];
|
||||
|
||||
// `BasicACL` contains access control rules for owner, system, others groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue