mocks

package
v0.35.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func (*Client) ApplySnapshotChunkAsync

func (_m *Client) ApplySnapshotChunkAsync(_a0 context.Context, _a1 types.RequestApplySnapshotChunk) (*abciclient.ReqRes, error)

ApplySnapshotChunkAsync provides a mock function with given fields: _a0, _a1

func (*Client) ApplySnapshotChunkSync

ApplySnapshotChunkSync provides a mock function with given fields: _a0, _a1

func (*Client) BeginBlockAsync

func (_m *Client) BeginBlockAsync(_a0 context.Context, _a1 types.RequestBeginBlock) (*abciclient.ReqRes, error)

BeginBlockAsync provides a mock function with given fields: _a0, _a1

func (*Client) BeginBlockSync

func (_m *Client) BeginBlockSync(_a0 context.Context, _a1 types.RequestBeginBlock) (*types.ResponseBeginBlock, error)

BeginBlockSync provides a mock function with given fields: _a0, _a1

func (*Client) CheckTxAsync

func (_m *Client) CheckTxAsync(_a0 context.Context, _a1 types.RequestCheckTx) (*abciclient.ReqRes, error)

CheckTxAsync provides a mock function with given fields: _a0, _a1

func (*Client) CheckTxSync

func (_m *Client) CheckTxSync(_a0 context.Context, _a1 types.RequestCheckTx) (*types.ResponseCheckTx, error)

CheckTxSync provides a mock function with given fields: _a0, _a1

func (*Client) CommitAsync

func (_m *Client) CommitAsync(_a0 context.Context) (*abciclient.ReqRes, error)

CommitAsync provides a mock function with given fields: _a0

func (*Client) CommitSync

func (_m *Client) CommitSync(_a0 context.Context) (*types.ResponseCommit, error)

CommitSync provides a mock function with given fields: _a0

func (*Client) DeliverTxAsync

func (_m *Client) DeliverTxAsync(_a0 context.Context, _a1 types.RequestDeliverTx) (*abciclient.ReqRes, error)

DeliverTxAsync provides a mock function with given fields: _a0, _a1

func (*Client) DeliverTxSync

func (_m *Client) DeliverTxSync(_a0 context.Context, _a1 types.RequestDeliverTx) (*types.ResponseDeliverTx, error)

DeliverTxSync provides a mock function with given fields: _a0, _a1

func (*Client) EchoAsync

func (_m *Client) EchoAsync(ctx context.Context, msg string) (*abciclient.ReqRes, error)

EchoAsync provides a mock function with given fields: ctx, msg

func (*Client) EchoSync

func (_m *Client) EchoSync(ctx context.Context, msg string) (*types.ResponseEcho, error)

EchoSync provides a mock function with given fields: ctx, msg

func (*Client) EndBlockAsync

func (_m *Client) EndBlockAsync(_a0 context.Context, _a1 types.RequestEndBlock) (*abciclient.ReqRes, error)

EndBlockAsync provides a mock function with given fields: _a0, _a1

func (*Client) EndBlockSync

func (_m *Client) EndBlockSync(_a0 context.Context, _a1 types.RequestEndBlock) (*types.ResponseEndBlock, error)

EndBlockSync provides a mock function with given fields: _a0, _a1

func (*Client) Error

func (_m *Client) Error() error

Error provides a mock function with given fields:

func (*Client) FlushAsync

func (_m *Client) FlushAsync(_a0 context.Context) (*abciclient.ReqRes, error)

FlushAsync provides a mock function with given fields: _a0

func (*Client) FlushSync

func (_m *Client) FlushSync(_a0 context.Context) error

FlushSync provides a mock function with given fields: _a0

func (*Client) InfoAsync

func (_m *Client) InfoAsync(_a0 context.Context, _a1 types.RequestInfo) (*abciclient.ReqRes, error)

InfoAsync provides a mock function with given fields: _a0, _a1

func (*Client) InfoSync

func (_m *Client) InfoSync(_a0 context.Context, _a1 types.RequestInfo) (*types.ResponseInfo, error)

InfoSync provides a mock function with given fields: _a0, _a1

func (*Client) InitChainAsync

func (_m *Client) InitChainAsync(_a0 context.Context, _a1 types.RequestInitChain) (*abciclient.ReqRes, error)

InitChainAsync provides a mock function with given fields: _a0, _a1

func (*Client) InitChainSync

func (_m *Client) InitChainSync(_a0 context.Context, _a1 types.RequestInitChain) (*types.ResponseInitChain, error)

InitChainSync provides a mock function with given fields: _a0, _a1

func (*Client) IsRunning

func (_m *Client) IsRunning() bool

IsRunning provides a mock function with given fields:

func (*Client) ListSnapshotsAsync

func (_m *Client) ListSnapshotsAsync(_a0 context.Context, _a1 types.RequestListSnapshots) (*abciclient.ReqRes, error)

ListSnapshotsAsync provides a mock function with given fields: _a0, _a1

func (*Client) ListSnapshotsSync

func (_m *Client) ListSnapshotsSync(_a0 context.Context, _a1 types.RequestListSnapshots) (*types.ResponseListSnapshots, error)

ListSnapshotsSync provides a mock function with given fields: _a0, _a1

func (*Client) LoadSnapshotChunkAsync

func (_m *Client) LoadSnapshotChunkAsync(_a0 context.Context, _a1 types.RequestLoadSnapshotChunk) (*abciclient.ReqRes, error)

LoadSnapshotChunkAsync provides a mock function with given fields: _a0, _a1

func (*Client) LoadSnapshotChunkSync

func (_m *Client) LoadSnapshotChunkSync(_a0 context.Context, _a1 types.RequestLoadSnapshotChunk) (*types.ResponseLoadSnapshotChunk, error)

LoadSnapshotChunkSync provides a mock function with given fields: _a0, _a1

func (*Client) OfferSnapshotAsync

func (_m *Client) OfferSnapshotAsync(_a0 context.Context, _a1 types.RequestOfferSnapshot) (*abciclient.ReqRes, error)

OfferSnapshotAsync provides a mock function with given fields: _a0, _a1

func (*Client) OfferSnapshotSync

func (_m *Client) OfferSnapshotSync(_a0 context.Context, _a1 types.RequestOfferSnapshot) (*types.ResponseOfferSnapshot, error)

OfferSnapshotSync provides a mock function with given fields: _a0, _a1

func (*Client) OnReset

func (_m *Client) OnReset() error

OnReset provides a mock function with given fields:

func (*Client) OnStart

func (_m *Client) OnStart() error

OnStart provides a mock function with given fields:

func (*Client) OnStop

func (_m *Client) OnStop()

OnStop provides a mock function with given fields:

func (*Client) QueryAsync

func (_m *Client) QueryAsync(_a0 context.Context, _a1 types.RequestQuery) (*abciclient.ReqRes, error)

QueryAsync provides a mock function with given fields: _a0, _a1

func (*Client) QuerySync

func (_m *Client) QuerySync(_a0 context.Context, _a1 types.RequestQuery) (*types.ResponseQuery, error)

QuerySync provides a mock function with given fields: _a0, _a1

func (*Client) Quit

func (_m *Client) Quit() <-chan struct{}

Quit provides a mock function with given fields:

func (*Client) Reset

func (_m *Client) Reset() error

Reset provides a mock function with given fields:

func (*Client) SetLogger

func (_m *Client) SetLogger(_a0 log.Logger)

SetLogger provides a mock function with given fields: _a0

func (*Client) SetResponseCallback

func (_m *Client) SetResponseCallback(_a0 abciclient.Callback)

SetResponseCallback provides a mock function with given fields: _a0

func (*Client) Start

func (_m *Client) Start() error

Start provides a mock function with given fields:

func (*Client) Stop

func (_m *Client) Stop() error

Stop provides a mock function with given fields:

func (*Client) String

func (_m *Client) String() string

String provides a mock function with given fields:

func (*Client) Wait added in v0.35.0

func (_m *Client) Wait()

Wait provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL