package
Version:
v0.0.0-...-3ecd118
Opens a new window with list of versions in this module.
Published: Oct 7, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KVResult struct {
K string `json:"k"`
CappedV string `json:"cappedV"`
VLen int `json:"vLength"`
DupIdx int `json:"dupIdx"`
}
type Table struct {
Name string `json:"name"`
PSize uint `json:"psize"`
Depth uint `json:"depth"`
BranchPages uint64 `json:"branchPages"`
LeafPages uint64 `json:"leafPages"`
OverflowPages uint64 `json:"overflowPages"`
Entries uint64 `json:"entries"`
}
type ValueResult struct {
V string `json:"v"`
}
Result type for get k -> v operations
Source Files
¶
Click to show internal directories.
Click to hide internal directories.