Reset() and Clean() have new, simpler signature
This commit is contained in:
@@ -33,6 +33,8 @@ type Iterator interface {
|
||||
|
||||
type ExtIterator interface {
|
||||
Iterator
|
||||
Reset() error
|
||||
Clean() error
|
||||
HasOperation(name string) bool
|
||||
CallOperation(name string, args map[string]any) (value any, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user