Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Host is the PD host address. Host string // Port is the PD port. Port string // Mode is the client mode: raw/txn Mode string // Keyspace name for tikv V2 storage KeySpace string // APIVersion is the API version: v1/v1ttl/v2 APIVersion string // Debug determines whether to enable logging in tikv/client-go. Debug bool )
View Source
var ( ErrNotExist = errors.New("(nil)") ErrInvalidArgs = errors.New("(error) ERR wrong number of arguments for command") ErrCommandNotSupported = errors.New("(error) ERR txn mode doesn't support command") )
View Source
var Version string
Version can be set the version info from the -ldflags when building
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.