# Functions
No description provided by the author
No description provided by the author
NewLogInfo will return a LogInfo object which is initialized with default and other values.
No description provided by the author
NewMockTx creates a new mock instance.
NewMockTxnBeginner creates a new mock instance.
No description provided by the author
RegisterLogInfoFunc will help you to register your function.
StartMetricDump should be called if you want to dump the metrics to console - this is mostly used in debugging or perf testing.
# Constants
No description provided by the author
# Variables
DefaultLogInfoFunc is a default NoOp method.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MockTx is a mock of Tx interface.
MockTxMockRecorder is the mock recorder for MockTx.
MockTxnBeginner is a mock of TxnBeginner interface.
MockTxnBeginnerMockRecorder is the mock recorder for MockTxnBeginner.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -source=txn.go -destination=./mock_txn.go -package=goxSql.
TxnBeginner is used to Begin a transaction.
# Type aliases
LogInfoFunc is used to generate LogInfo for defer.
No description provided by the author