forked from TrueCloudLab/frostfs-api-go
docs: add deprecation notice for epoch and ttl fields
This commit is contained in:
parent
15b997bdb5
commit
3d445aeb0b
5 changed files with 24 additions and 0 deletions
|
@ -21,5 +21,6 @@ message Request {
|
|||
// Info contains information about node
|
||||
bootstrap.NodeInfo info = 2 [(gogoproto.nullable) = false];
|
||||
// TTL must be larger than zero, it decreased in every neofs-node
|
||||
// Deprecated: will be replaced with RequestMetaHeader (see develop branch)
|
||||
uint32 TTL = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue