Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func NewClientCreator(tableCount int, readLock, txnMode, replicaRead string) core.ClientCreator + type RegisterChecker struct + func (RegisterChecker) Check(_ core.Model, ops []core.Operation) (bool, error) + func (a RegisterChecker) Name() string + type RegisterParser struct + func (RegisterParser) OnRequest(data json.RawMessage) (interface{}, error) + func (a RegisterParser) OnNoopResponse() interface{} + func (a RegisterParser) OnResponse(data json.RawMessage) (interface{}, error) + func (a RegisterParser) OnState(state json.RawMessage) (interface{}, error)