Skip to content

Commit

Permalink
remove unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Dec 19, 2023
1 parent b006126 commit 431de72
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ type BatchOptions struct {
ReadOnly bool
}

// IteratorOptions is the options for the iterator.
type IteratorOptions struct {
// Prefix filters the keys by prefix.
Prefix []byte

// Reverse indicates whether the iterator is reversed.
// false is forward, true is backward.
Reverse bool
}

const (
B = 1
KB = 1024 * B
Expand Down

0 comments on commit 431de72

Please sign in to comment.