package
1.1.0-beta
Repository: https://github.com/lcwangchao/tidb.git
Documentation: pkg.go.dev

# Functions

NewStructure creates a TxStructure with Retriever, RetrieverMutator and key prefix.

# Constants

HashData is the flag for hash data.
HashMeta is the flag for hash meta.
ListData is the flag for list data.
ListMeta is the flag for list meta.
StringData is the flag for string data.
StringMeta is the flag for string meta.

# Structs

HashPair is the pair for (field, value) in a hash.
TxStructure supports some simple data structures like string, hash, list, etc..

# Type aliases

TypeFlag is for data structure meta/data flag.