Documentation ¶
Index ¶
- type Application
- func (_m *Application) ApplySnapshotChunk(_a0 types.RequestApplySnapshotChunk) types.ResponseApplySnapshotChunk
- func (_m *Application) BeginBlock(_a0 abcitypes.RequestBeginBlock) types.ResponseBeginBlock
- func (_m *Application) BeginRecheckTx(_a0 abcitypes.RequestBeginRecheckTx) abcitypes.ResponseBeginRecheckTx
- func (_m *Application) CheckTxAsync(_a0 types.RequestCheckTx, _a1 abcitypes.CheckTxCallback)
- func (_m *Application) CheckTxSync(_a0 types.RequestCheckTx) abcitypes.ResponseCheckTx
- func (_m *Application) Commit() types.ResponseCommit
- func (_m *Application) DeliverTx(_a0 types.RequestDeliverTx) types.ResponseDeliverTx
- func (_m *Application) EndBlock(_a0 types.RequestEndBlock) types.ResponseEndBlock
- func (_m *Application) EndRecheckTx(_a0 abcitypes.RequestEndRecheckTx) abcitypes.ResponseEndRecheckTx
- func (_m *Application) Info(_a0 types.RequestInfo) types.ResponseInfo
- func (_m *Application) InitChain(_a0 types.RequestInitChain) types.ResponseInitChain
- func (_m *Application) ListSnapshots(_a0 types.RequestListSnapshots) types.ResponseListSnapshots
- func (_m *Application) LoadSnapshotChunk(_a0 types.RequestLoadSnapshotChunk) types.ResponseLoadSnapshotChunk
- func (_m *Application) OfferSnapshot(_a0 types.RequestOfferSnapshot) types.ResponseOfferSnapshot
- func (_m *Application) Query(_a0 types.RequestQuery) types.ResponseQuery
- func (_m *Application) SetOption(_a0 types.RequestSetOption) types.ResponseSetOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
Application is an autogenerated mock type for the Application type
func NewApplication ¶
func NewApplication(t mockConstructorTestingTNewApplication) *Application
NewApplication creates a new instance of Application. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*Application) ApplySnapshotChunk ¶
func (_m *Application) ApplySnapshotChunk(_a0 types.RequestApplySnapshotChunk) types.ResponseApplySnapshotChunk
ApplySnapshotChunk provides a mock function with given fields: _a0
func (*Application) BeginBlock ¶
func (_m *Application) BeginBlock(_a0 abcitypes.RequestBeginBlock) types.ResponseBeginBlock
BeginBlock provides a mock function with given fields: _a0
func (*Application) BeginRecheckTx ¶
func (_m *Application) BeginRecheckTx(_a0 abcitypes.RequestBeginRecheckTx) abcitypes.ResponseBeginRecheckTx
BeginRecheckTx provides a mock function with given fields: _a0
func (*Application) CheckTxAsync ¶
func (_m *Application) CheckTxAsync(_a0 types.RequestCheckTx, _a1 abcitypes.CheckTxCallback)
CheckTxAsync provides a mock function with given fields: _a0, _a1
func (*Application) CheckTxSync ¶
func (_m *Application) CheckTxSync(_a0 types.RequestCheckTx) abcitypes.ResponseCheckTx
CheckTxSync provides a mock function with given fields: _a0
func (*Application) Commit ¶
func (_m *Application) Commit() types.ResponseCommit
Commit provides a mock function with given fields:
func (*Application) DeliverTx ¶
func (_m *Application) DeliverTx(_a0 types.RequestDeliverTx) types.ResponseDeliverTx
DeliverTx provides a mock function with given fields: _a0
func (*Application) EndBlock ¶
func (_m *Application) EndBlock(_a0 types.RequestEndBlock) types.ResponseEndBlock
EndBlock provides a mock function with given fields: _a0
func (*Application) EndRecheckTx ¶
func (_m *Application) EndRecheckTx(_a0 abcitypes.RequestEndRecheckTx) abcitypes.ResponseEndRecheckTx
EndRecheckTx provides a mock function with given fields: _a0
func (*Application) Info ¶
func (_m *Application) Info(_a0 types.RequestInfo) types.ResponseInfo
Info provides a mock function with given fields: _a0
func (*Application) InitChain ¶
func (_m *Application) InitChain(_a0 types.RequestInitChain) types.ResponseInitChain
InitChain provides a mock function with given fields: _a0
func (*Application) ListSnapshots ¶
func (_m *Application) ListSnapshots(_a0 types.RequestListSnapshots) types.ResponseListSnapshots
ListSnapshots provides a mock function with given fields: _a0
func (*Application) LoadSnapshotChunk ¶
func (_m *Application) LoadSnapshotChunk(_a0 types.RequestLoadSnapshotChunk) types.ResponseLoadSnapshotChunk
LoadSnapshotChunk provides a mock function with given fields: _a0
func (*Application) OfferSnapshot ¶
func (_m *Application) OfferSnapshot(_a0 types.RequestOfferSnapshot) types.ResponseOfferSnapshot
OfferSnapshot provides a mock function with given fields: _a0
func (*Application) Query ¶
func (_m *Application) Query(_a0 types.RequestQuery) types.ResponseQuery
Query provides a mock function with given fields: _a0
func (*Application) SetOption ¶
func (_m *Application) SetOption(_a0 types.RequestSetOption) types.ResponseSetOption
SetOption provides a mock function with given fields: _a0