Documentation ¶
Index ¶
- type AppConnMempool
- type AppConnQuery
- func (_m *AppConnQuery) Echo(_a0 context.Context, _a1 string) (*types.ResponseEcho, error)
- func (_m *AppConnQuery) Error() error
- func (_m *AppConnQuery) Info(_a0 context.Context, _a1 types.RequestInfo) (*types.ResponseInfo, error)
- func (_m *AppConnQuery) Query(_a0 context.Context, _a1 types.RequestQuery) (*types.ResponseQuery, error)
- type AppConnSnapshot
- func (_m *AppConnSnapshot) ApplySnapshotChunk(_a0 context.Context, _a1 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error)
- func (_m *AppConnSnapshot) Error() error
- func (_m *AppConnSnapshot) ListSnapshots(_a0 context.Context, _a1 types.RequestListSnapshots) (*types.ResponseListSnapshots, error)
- func (_m *AppConnSnapshot) LoadSnapshotChunk(_a0 context.Context, _a1 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error)
- func (_m *AppConnSnapshot) OfferSnapshot(_a0 context.Context, _a1 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConnMempool ¶
AppConnMempool is an autogenerated mock type for the AppConnMempool type
func (*AppConnMempool) CheckTx ¶
func (_m *AppConnMempool) CheckTx(_a0 context.Context, _a1 types.RequestCheckTx) (*types.ResponseCheckTx, error)
CheckTx provides a mock function with given fields: _a0, _a1
func (*AppConnMempool) Error ¶
func (_m *AppConnMempool) Error() error
Error provides a mock function with given fields:
type AppConnQuery ¶
AppConnQuery is an autogenerated mock type for the AppConnQuery type
func (*AppConnQuery) Echo ¶
func (_m *AppConnQuery) Echo(_a0 context.Context, _a1 string) (*types.ResponseEcho, error)
Echo provides a mock function with given fields: _a0, _a1
func (*AppConnQuery) Error ¶
func (_m *AppConnQuery) Error() error
Error provides a mock function with given fields:
func (*AppConnQuery) Info ¶
func (_m *AppConnQuery) Info(_a0 context.Context, _a1 types.RequestInfo) (*types.ResponseInfo, error)
Info provides a mock function with given fields: _a0, _a1
func (*AppConnQuery) Query ¶
func (_m *AppConnQuery) Query(_a0 context.Context, _a1 types.RequestQuery) (*types.ResponseQuery, error)
Query provides a mock function with given fields: _a0, _a1
type AppConnSnapshot ¶
AppConnSnapshot is an autogenerated mock type for the AppConnSnapshot type
func (*AppConnSnapshot) ApplySnapshotChunk ¶
func (_m *AppConnSnapshot) ApplySnapshotChunk(_a0 context.Context, _a1 types.RequestApplySnapshotChunk) (*types.ResponseApplySnapshotChunk, error)
ApplySnapshotChunk provides a mock function with given fields: _a0, _a1
func (*AppConnSnapshot) Error ¶
func (_m *AppConnSnapshot) Error() error
Error provides a mock function with given fields:
func (*AppConnSnapshot) ListSnapshots ¶
func (_m *AppConnSnapshot) ListSnapshots(_a0 context.Context, _a1 types.RequestListSnapshots) (*types.ResponseListSnapshots, error)
ListSnapshots provides a mock function with given fields: _a0, _a1
func (*AppConnSnapshot) LoadSnapshotChunk ¶
func (_m *AppConnSnapshot) LoadSnapshotChunk(_a0 context.Context, _a1 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error)
LoadSnapshotChunk provides a mock function with given fields: _a0, _a1
func (*AppConnSnapshot) OfferSnapshot ¶
func (_m *AppConnSnapshot) OfferSnapshot(_a0 context.Context, _a1 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error)
OfferSnapshot provides a mock function with given fields: _a0, _a1