The highest tagged major version is
v3.
package
Version:
v0.50.9
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AssertKeyAtLeastLength(bz []byte, length int)
AssertKeyAtLeastLength panics when store key length is less than the given length.
func AssertKeyLength(bz []byte, length int)
AssertKeyLength panics when store key length is not equal to the given length.
type Pair struct {
Key []byte
Value []byte
}
type Pairs struct {
Pairs []Pair
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.