forked from TrueCloudLab/frostfs-api-go
[#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
2
tombstone/grpc/types.pb.go
generated
2
tombstone/grpc/types.pb.go
generated
|
@ -30,7 +30,7 @@ type Tombstone struct {
|
|||
|
||||
// Last NeoFS epoch number of the tombstone lifetime. It's set by the tombstone
|
||||
// creator depending on the current NeoFS network settings. A tombstone object
|
||||
// must have the same expiration epoch value in `__NEOFS__EXPIRATION_EPOCH`
|
||||
// must have the same expiration epoch value in `__NEOFS__EXPIRATION_EPOCH`/`__FROSTFS__EXPIRATION_EPOCH`
|
||||
// attribute. Otherwise, the tombstone will be rejected by a storage node.
|
||||
ExpirationEpoch uint64 `protobuf:"varint,1,opt,name=expiration_epoch,json=expirationEpoch,proto3" json:"expiration_epoch,omitempty"`
|
||||
// 16 byte UUID used to identify the split object hierarchy parts. Must be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue