Documentation
¶
Index ¶
- func CompareBytesToAny(a []byte, i interface{}) bool
- func Get(db KVDB, e *Entry) error
- func LoadEntries(s interface{}, entries []Entry) error
- func LoadEntry(s interface{}, entry Entry) error
- func LoadID(s any, rowID uint32) error
- func Store(db KVDB, e Entry) error
- type Entry
- type KVDB
- type RootOwner
- type UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareBytesToAny ¶
func LoadEntries ¶
Types ¶
type Entry ¶
type Entry struct {
TableName string
ColumnName string
OwnerUUID UUID
RowID uint32
Data []byte
Meta byte
}
func ConvertToBlankEntries ¶
func ConvertToEntries ¶
type KVDB ¶
type KVDB struct {
// contains filtered or unexported fields
}
func NewMemKVDB ¶
func (KVDB) DumpToStdout ¶
Click to show internal directories.
Click to hide internal directories.