[#415] *: Add maintenance status and node state
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
1853349f22
commit
ea7a3811bf
29 changed files with 264 additions and 255 deletions
38
acl/grpc/types.pb.go
generated
38
acl/grpc/types.pb.go
generated
|
@ -1,7 +1,7 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.27.1
|
||||
// protoc v3.19.4
|
||||
// protoc v3.21.5
|
||||
// source: acl/grpc/types.proto
|
||||
|
||||
package acl
|
||||
|
@ -537,24 +537,24 @@ func (x *BearerToken) GetSignature() *grpc.Signature {
|
|||
// Some Object's header fields can also be accessed by adding `$Object:`
|
||||
// prefix to the name. Here is the list of fields available via this prefix:
|
||||
//
|
||||
// * $Object:version \
|
||||
// version
|
||||
// * $Object:objectID \
|
||||
// object_id
|
||||
// * $Object:containerID \
|
||||
// container_id
|
||||
// * $Object:ownerID \
|
||||
// owner_id
|
||||
// * $Object:creationEpoch \
|
||||
// creation_epoch
|
||||
// * $Object:payloadLength \
|
||||
// payload_length
|
||||
// * $Object:payloadHash \
|
||||
// payload_hash
|
||||
// * $Object:objectType \
|
||||
// object_type
|
||||
// * $Object:homomorphicHash \
|
||||
// homomorphic_hash
|
||||
// - $Object:version \
|
||||
// version
|
||||
// - $Object:objectID \
|
||||
// object_id
|
||||
// - $Object:containerID \
|
||||
// container_id
|
||||
// - $Object:ownerID \
|
||||
// owner_id
|
||||
// - $Object:creationEpoch \
|
||||
// creation_epoch
|
||||
// - $Object:payloadLength \
|
||||
// payload_length
|
||||
// - $Object:payloadHash \
|
||||
// payload_hash
|
||||
// - $Object:objectType \
|
||||
// object_type
|
||||
// - $Object:homomorphicHash \
|
||||
// homomorphic_hash
|
||||
//
|
||||
// Please note, that if request or response does not have object's headers or
|
||||
// full object (Range, RangeHash, Search, Delete), it will not be possible to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue