forked from TrueCloudLab/frostfs-node
[#643] pkg: Sync method names and commentaries to them
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
25391111ad
commit
48827f42d3
33 changed files with 41 additions and 41 deletions
|
@ -24,7 +24,7 @@ func (p *GetRangePrm) SetAddress(addr *objectSDK.Address) {
|
|||
p.addr = addr
|
||||
}
|
||||
|
||||
// SetAddress sets range of the requested payload data .
|
||||
// SetRange sets range of the requested payload data .
|
||||
func (p *GetRangePrm) SetRange(rng *objectSDK.Range) {
|
||||
p.rng = rng
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ func (p *GetRangeRes) RangeData() []byte {
|
|||
return p.rngData
|
||||
}
|
||||
|
||||
// Get reads the object from Blobovnicza by address.
|
||||
// GetRange reads range of the object from Blobovnicza by address.
|
||||
//
|
||||
// Returns any error encountered that
|
||||
// did not allow to completely read the object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue