Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + const Initing + const QueryString + type Context interface + ActivePendingTxn func() error + ClearValue func(key fmt.Stringer) + GetClient func() kv.Client + GetSessionManager func() util.SessionManager + GetSessionVars func() *variable.SessionVars + GetStore func() kv.Storage + GoCtx func() goctx.Context + InitTxnWithStartTS func(startTS uint64) error + NewTxn func() error + RefreshTxnCtx func() error + SetValue func(key fmt.Stringer, value interface{}) + Txn func() kv.Transaction + Value func(key fmt.Stringer) interface{}