forked from TrueCloudLab/frostfs-node
[#235] object/getrangehash: Implement new service processing
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
0fc5ea674c
commit
7e56427534
7 changed files with 151 additions and 31 deletions
9
pkg/services/object/get/res.go
Normal file
9
pkg/services/object/get/res.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package getsvc
|
||||
|
||||
type RangeHashRes struct {
|
||||
hashes [][]byte
|
||||
}
|
||||
|
||||
func (r *RangeHashRes) Hashes() [][]byte {
|
||||
return r.hashes
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue