forked from TrueCloudLab/frostfs-api
[#23] Update comments for autogenerated docs
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5928fa9bea
commit
62cc321c3e
2 changed files with 27 additions and 16 deletions
|
@ -8,7 +8,10 @@ import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
|||
|
||||
option (gogoproto.stable_marshaler_all) = true;
|
||||
|
||||
// The Container service definition.
|
||||
// Container is a structure that defines object placement behaviour. Objects
|
||||
// can be stored only within containers. They define placement rule, attributes
|
||||
// and access control information. ID of the container is a 32 byte long
|
||||
// SHA256 hash of stable-marshalled container message.
|
||||
message Container {
|
||||
// OwnerID is a 25 byte NEO3.0 wallet address.
|
||||
bytes OwnerID = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue