generate ec01~ec14, generate ecx file with sorted needle values
This commit is contained in:
@@ -8,5 +8,5 @@ type NeedleValueMap interface {
|
||||
Set(key NeedleId, offset Offset, size uint32) (oldOffset Offset, oldSize uint32)
|
||||
Delete(key NeedleId) uint32
|
||||
Get(key NeedleId) (*NeedleValue, bool)
|
||||
Visit(visit func(NeedleValue) error) error
|
||||
AscendingVisit(visit func(NeedleValue) error) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user