wp
This commit is contained in:
@@ -3,7 +3,7 @@ package atree
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
diploma "gordenko.dev/dima/qb"
|
||||
"gordenko.dev/dima/qb"
|
||||
)
|
||||
|
||||
type ContinueFullScanReq struct {
|
||||
@@ -23,7 +23,7 @@ func (s *Atree) ContinueFullScan(req ContinueFullScanReq) error {
|
||||
PageData: buf,
|
||||
Atree: s,
|
||||
FracDigits: req.FracDigits,
|
||||
MetricType: diploma.Instant,
|
||||
MetricType: qb.Instant,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
@@ -60,7 +60,7 @@ func (s *Atree) ContinueRangeScan(req ContinueRangeScanReq) error {
|
||||
PageData: buf,
|
||||
Atree: s,
|
||||
FracDigits: req.FracDigits,
|
||||
MetricType: diploma.Instant,
|
||||
MetricType: qb.Instant,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
@@ -101,7 +101,7 @@ func (s *Atree) RangeScan(req RangeScanReq) error {
|
||||
PageData: buf,
|
||||
Atree: s,
|
||||
FracDigits: req.FracDigits,
|
||||
MetricType: diploma.Instant,
|
||||
MetricType: qb.Instant,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user