Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func NewBankCase(cfg *Config) core.Client + type ClientCreator struct + Cfg *Config + func (c ClientCreator) Create(_ cluster.ClientNode) core.Client + type Config struct + Accounts int + Concurrency int + DbName string + EnableLongTxn bool + Interval time.Duration + Pessimistic bool + ReplicaRead string + RetryLimit int + Tables int