Documentation ¶
Index ¶
- type Client
- func (_m *Client) ApplySnapshotChunkAsync(_a0 types.RequestApplySnapshotChunk) *abcicli.ReqRes
- func (_m *Client) ApplySnapshotChunkSync(_a0 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error)
- func (_m *Client) BeginBlockAsync(_a0 types.RequestBeginBlock) *abcicli.ReqRes
- func (_m *Client) BeginBlockSync(_a0 types.RequestBeginBlock) (*types.ResponseBeginBlock, error)
- func (_m *Client) CheckTxAsync(_a0 types.RequestCheckTx) *abcicli.ReqRes
- func (_m *Client) CheckTxSync(_a0 types.RequestCheckTx) (*types.ResponseCheckTx, error)
- func (_m *Client) CommitAsync() *abcicli.ReqRes
- func (_m *Client) CommitSync() (*types.ResponseCommit, error)
- func (_m *Client) DeliverTxAsync(_a0 types.RequestDeliverTx) *abcicli.ReqRes
- func (_m *Client) DeliverTxSync(_a0 types.RequestDeliverTx) (*types.ResponseDeliverTx, error)
- func (_m *Client) EchoAsync(msg string) *abcicli.ReqRes
- func (_m *Client) EchoSync(msg string) (*types.ResponseEcho, error)
- func (_m *Client) EndBlockAsync(_a0 types.RequestEndBlock) *abcicli.ReqRes
- func (_m *Client) EndBlockSync(_a0 types.RequestEndBlock) (*types.ResponseEndBlock, error)
- func (_m *Client) Error() error
- func (_m *Client) FlushAsync() *abcicli.ReqRes
- func (_m *Client) FlushSync() error
- func (_m *Client) InfoAsync(_a0 types.RequestInfo) *abcicli.ReqRes
- func (_m *Client) InfoSync(_a0 types.RequestInfo) (*types.ResponseInfo, error)
- func (_m *Client) InitChainAsync(_a0 types.RequestInitChain) *abcicli.ReqRes
- func (_m *Client) InitChainSync(_a0 types.RequestInitChain) (*types.ResponseInitChain, error)
- func (_m *Client) IsRunning() bool
- func (_m *Client) ListSnapshotsAsync(_a0 types.RequestListSnapshots) *abcicli.ReqRes
- func (_m *Client) ListSnapshotsSync(_a0 types.RequestListSnapshots) (*types.ResponseListSnapshots, error)
- func (_m *Client) LoadSnapshotChunkAsync(_a0 types.RequestLoadSnapshotChunk) *abcicli.ReqRes
- func (_m *Client) LoadSnapshotChunkSync(_a0 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error)
- func (_m *Client) OfferSnapshotAsync(_a0 types.RequestOfferSnapshot) *abcicli.ReqRes
- func (_m *Client) OfferSnapshotSync(_a0 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error)
- func (_m *Client) OnReset() error
- func (_m *Client) OnStart() error
- func (_m *Client) OnStop()
- func (_m *Client) PrepareProposalAsync(_a0 types.RequestPrepareProposal) *abcicli.ReqRes
- func (_m *Client) PrepareProposalSync(_a0 types.RequestPrepareProposal) (*types.ResponsePrepareProposal, error)
- func (_m *Client) ProcessProposalAsync(_a0 types.RequestProcessProposal) *abcicli.ReqRes
- func (_m *Client) ProcessProposalSync(_a0 types.RequestProcessProposal) (*types.ResponseProcessProposal, error)
- func (_m *Client) QueryAsync(_a0 types.RequestQuery) *abcicli.ReqRes
- func (_m *Client) QuerySync(_a0 types.RequestQuery) (*types.ResponseQuery, error)
- func (_m *Client) Quit() <-chan struct{}
- func (_m *Client) Reset() error
- func (_m *Client) SetLogger(_a0 log.Logger)
- func (_m *Client) SetResponseCallback(_a0 abcicli.Callback)
- func (_m *Client) Start() error
- func (_m *Client) Stop() error
- func (_m *Client) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is an autogenerated mock type for the Client type
func NewClient ¶
func NewClient(t mockConstructorTestingTNewClient) *Client
NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Client) ApplySnapshotChunkAsync ¶
func (_m *Client) ApplySnapshotChunkAsync(_a0 types.RequestApplySnapshotChunk) *abcicli.ReqRes
ApplySnapshotChunkAsync provides a mock function with given fields: _a0
func (*Client) ApplySnapshotChunkSync ¶
func (_m *Client) ApplySnapshotChunkSync(_a0 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error)
ApplySnapshotChunkSync provides a mock function with given fields: _a0
func (*Client) BeginBlockAsync ¶
func (_m *Client) BeginBlockAsync(_a0 types.RequestBeginBlock) *abcicli.ReqRes
BeginBlockAsync provides a mock function with given fields: _a0
func (*Client) BeginBlockSync ¶
func (_m *Client) BeginBlockSync(_a0 types.RequestBeginBlock) (*types.ResponseBeginBlock, error)
BeginBlockSync provides a mock function with given fields: _a0
func (*Client) CheckTxAsync ¶
func (_m *Client) CheckTxAsync(_a0 types.RequestCheckTx) *abcicli.ReqRes
CheckTxAsync provides a mock function with given fields: _a0
func (*Client) CheckTxSync ¶
func (_m *Client) CheckTxSync(_a0 types.RequestCheckTx) (*types.ResponseCheckTx, error)
CheckTxSync provides a mock function with given fields: _a0
func (*Client) CommitAsync ¶
CommitAsync provides a mock function with given fields:
func (*Client) CommitSync ¶
func (_m *Client) CommitSync() (*types.ResponseCommit, error)
CommitSync provides a mock function with given fields:
func (*Client) DeliverTxAsync ¶
func (_m *Client) DeliverTxAsync(_a0 types.RequestDeliverTx) *abcicli.ReqRes
DeliverTxAsync provides a mock function with given fields: _a0
func (*Client) DeliverTxSync ¶
func (_m *Client) DeliverTxSync(_a0 types.RequestDeliverTx) (*types.ResponseDeliverTx, error)
DeliverTxSync provides a mock function with given fields: _a0
func (*Client) EchoSync ¶
func (_m *Client) EchoSync(msg string) (*types.ResponseEcho, error)
EchoSync provides a mock function with given fields: msg
func (*Client) EndBlockAsync ¶
func (_m *Client) EndBlockAsync(_a0 types.RequestEndBlock) *abcicli.ReqRes
EndBlockAsync provides a mock function with given fields: _a0
func (*Client) EndBlockSync ¶
func (_m *Client) EndBlockSync(_a0 types.RequestEndBlock) (*types.ResponseEndBlock, error)
EndBlockSync provides a mock function with given fields: _a0
func (*Client) FlushAsync ¶
FlushAsync provides a mock function with given fields:
func (*Client) InfoAsync ¶
func (_m *Client) InfoAsync(_a0 types.RequestInfo) *abcicli.ReqRes
InfoAsync provides a mock function with given fields: _a0
func (*Client) InfoSync ¶
func (_m *Client) InfoSync(_a0 types.RequestInfo) (*types.ResponseInfo, error)
InfoSync provides a mock function with given fields: _a0
func (*Client) InitChainAsync ¶
func (_m *Client) InitChainAsync(_a0 types.RequestInitChain) *abcicli.ReqRes
InitChainAsync provides a mock function with given fields: _a0
func (*Client) InitChainSync ¶
func (_m *Client) InitChainSync(_a0 types.RequestInitChain) (*types.ResponseInitChain, error)
InitChainSync provides a mock function with given fields: _a0
func (*Client) ListSnapshotsAsync ¶
func (_m *Client) ListSnapshotsAsync(_a0 types.RequestListSnapshots) *abcicli.ReqRes
ListSnapshotsAsync provides a mock function with given fields: _a0
func (*Client) ListSnapshotsSync ¶
func (_m *Client) ListSnapshotsSync(_a0 types.RequestListSnapshots) (*types.ResponseListSnapshots, error)
ListSnapshotsSync provides a mock function with given fields: _a0
func (*Client) LoadSnapshotChunkAsync ¶
func (_m *Client) LoadSnapshotChunkAsync(_a0 types.RequestLoadSnapshotChunk) *abcicli.ReqRes
LoadSnapshotChunkAsync provides a mock function with given fields: _a0
func (*Client) LoadSnapshotChunkSync ¶
func (_m *Client) LoadSnapshotChunkSync(_a0 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error)
LoadSnapshotChunkSync provides a mock function with given fields: _a0
func (*Client) OfferSnapshotAsync ¶
func (_m *Client) OfferSnapshotAsync(_a0 types.RequestOfferSnapshot) *abcicli.ReqRes
OfferSnapshotAsync provides a mock function with given fields: _a0
func (*Client) OfferSnapshotSync ¶
func (_m *Client) OfferSnapshotSync(_a0 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error)
OfferSnapshotSync provides a mock function with given fields: _a0
func (*Client) OnStop ¶
func (_m *Client) OnStop()
OnStop provides a mock function with given fields:
func (*Client) PrepareProposalAsync ¶
func (_m *Client) PrepareProposalAsync(_a0 types.RequestPrepareProposal) *abcicli.ReqRes
PrepareProposalAsync provides a mock function with given fields: _a0
func (*Client) PrepareProposalSync ¶
func (_m *Client) PrepareProposalSync(_a0 types.RequestPrepareProposal) (*types.ResponsePrepareProposal, error)
PrepareProposalSync provides a mock function with given fields: _a0
func (*Client) ProcessProposalAsync ¶
func (_m *Client) ProcessProposalAsync(_a0 types.RequestProcessProposal) *abcicli.ReqRes
ProcessProposalAsync provides a mock function with given fields: _a0
func (*Client) ProcessProposalSync ¶
func (_m *Client) ProcessProposalSync(_a0 types.RequestProcessProposal) (*types.ResponseProcessProposal, error)
ProcessProposalSync provides a mock function with given fields: _a0
func (*Client) QueryAsync ¶
func (_m *Client) QueryAsync(_a0 types.RequestQuery) *abcicli.ReqRes
QueryAsync provides a mock function with given fields: _a0
func (*Client) QuerySync ¶
func (_m *Client) QuerySync(_a0 types.RequestQuery) (*types.ResponseQuery, error)
QuerySync provides a mock function with given fields: _a0
func (*Client) Quit ¶
func (_m *Client) Quit() <-chan struct{}
Quit provides a mock function with given fields:
func (*Client) SetResponseCallback ¶
SetResponseCallback provides a mock function with given fields: _a0