forked from TrueCloudLab/frostfs-sdk-go
[#4] Rename NeoFS mentions in comments and method names
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
b204a62da1
commit
4ff9c00de3
75 changed files with 423 additions and 423 deletions
|
@ -33,7 +33,7 @@ func (t *Tombstone) ToV2() *tombstone.Tombstone {
|
|||
return (*tombstone.Tombstone)(t)
|
||||
}
|
||||
|
||||
// ExpirationEpoch returns the last NeoFS epoch
|
||||
// ExpirationEpoch returns the last FrostFS epoch
|
||||
// number of the tombstone lifetime.
|
||||
//
|
||||
// See also SetExpirationEpoch.
|
||||
|
@ -41,7 +41,7 @@ func (t *Tombstone) ExpirationEpoch() uint64 {
|
|||
return (*tombstone.Tombstone)(t).GetExpirationEpoch()
|
||||
}
|
||||
|
||||
// SetExpirationEpoch sets the last NeoFS epoch
|
||||
// SetExpirationEpoch sets the last FrostFS epoch
|
||||
// number of the tombstone lifetime.
|
||||
//
|
||||
// See also ExpirationEpoch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue