forked from TrueCloudLab/frostfs-sdk-go
[#137] pool: simplify session creation
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
df0573d521
commit
e50e6d2828
4 changed files with 20 additions and 31 deletions
|
@ -21,7 +21,7 @@ func (x ResponseMetaInfo) ResponderKey() []byte {
|
|||
return x.key
|
||||
}
|
||||
|
||||
// Epoch return current epoch.
|
||||
// Epoch returns local NeoFS epoch of the server.
|
||||
func (x ResponseMetaInfo) Epoch() uint64 {
|
||||
return x.epoch
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue