forked from TrueCloudLab/frostfs-node
[#655] storage: Drop LazyHandler
LazyHandler is implemented and used incorrectly. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
4d5be5ccb5
commit
137e987a4e
6 changed files with 19 additions and 69 deletions
|
@ -15,7 +15,6 @@ type IterationHandler func(IterationElement) error
|
|||
// IteratePrm groups the parameters of Iterate operation.
|
||||
type IteratePrm struct {
|
||||
Handler IterationHandler
|
||||
LazyHandler func(oid.Address, func() ([]byte, error)) error
|
||||
IgnoreErrors bool
|
||||
ErrorHandler func(oid.Address, error) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue