vendor: update leveldb
This commit is contained in:
4
vendor/github.com/syndtr/goleveldb/leveldb/iterator/iter.go
generated
vendored
4
vendor/github.com/syndtr/goleveldb/leveldb/iterator/iter.go
generated
vendored
@ -40,11 +40,11 @@ type IteratorSeeker interface {
|
||||
Seek(key []byte) bool
|
||||
|
||||
// Next moves the iterator to the next key/value pair.
|
||||
// It returns whether the iterator is exhausted.
|
||||
// It returns false if the iterator is exhausted.
|
||||
Next() bool
|
||||
|
||||
// Prev moves the iterator to the previous key/value pair.
|
||||
// It returns whether the iterator is exhausted.
|
||||
// It returns false if the iterator is exhausted.
|
||||
Prev() bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user