[#10] Generate api
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
ec0d0274fa
commit
c46cd37f71
8 changed files with 39 additions and 39 deletions
6
session/grpc/types.pb.go
generated
6
session/grpc/types.pb.go
generated
|
@ -349,14 +349,14 @@ func (x *SessionToken) GetSignature() *grpc.Signature {
|
|||
// Responses with duplicated header names or headers with empty values will be
|
||||
// considered invalid.
|
||||
//
|
||||
// There are some "well-known" headers starting with `__NEOFS__` prefix that
|
||||
// There are some "well-known" headers starting with `__NEOFS__` or `__FROSTFS__` prefix that
|
||||
// affect system behaviour:
|
||||
//
|
||||
// - __NEOFS__NETMAP_EPOCH \
|
||||
// - [ __NEOFS__NETMAP_EPOCH | __FROSTFS__NETMAP_EPOCH ] \
|
||||
// Netmap epoch to use for object placement calculation. The `value` is string
|
||||
// encoded `uint64` in decimal presentation. If set to '0' or not set, the
|
||||
// current epoch only will be used.
|
||||
// - __NEOFS__NETMAP_LOOKUP_DEPTH \
|
||||
// - [ __NEOFS__NETMAP_LOOKUP_DEPTH | __FROSTFS__NETMAP_LOOKUP_DEPTH ] \
|
||||
// If object can't be found using current epoch's netmap, this header limits
|
||||
// how many past epochs the node can look up through. The `value` is string
|
||||
// encoded `uint64` in decimal presentation. If set to '0' or not set, only the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue