package
3.1.3
Repository: https://github.com/jk1zhang/client-go.git
Documentation: pkg.go.dev

# Functions

NewClientHelper creates a helper instance.
NewTiKVSnapshot creates a snapshot of an TiKV store.

# Constants

RC stands for 'read committed'.
RCCheckTS stands for 'read consistency' with ts check.
SI stands for 'snapshot isolation'.

# Structs

ClientHelper wraps LockResolver and RegionRequestSender.
ConfigProbe exposes configurations and global variables for testing purpose.
KVSnapshot implements the tidbkv.Snapshot interface.
Scanner support tikv scan.
SnapshotProbe exposes some snapshot utilities for testing purpose.
SnapshotRuntimeStats records the runtime stats of snapshot.

# Type aliases

IsoLevel is the transaction's isolation level.