mocks

package
v1.4.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Code generated by mockery v1.0.0. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockVerifier

type BlockVerifier struct {
	mock.Mock
}

BlockVerifier is an autogenerated mock type for the BlockVerifier type

func (*BlockVerifier) VerifyBlockSignature

func (_m *BlockVerifier) VerifyBlockSignature(sd []*common.SignedData, config *common.ConfigEnvelope) error

VerifyBlockSignature provides a mock function with given fields: sd, config

type ChainPuller

type ChainPuller struct {
	mock.Mock
}

ChainPuller is an autogenerated mock type for the ChainPuller type

func (*ChainPuller) Close

func (_m *ChainPuller) Close()

Close provides a mock function with given fields:

func (*ChainPuller) HeightsByEndpoints

func (_m *ChainPuller) HeightsByEndpoints() map[string]uint64

HeightsByEndpoints provides a mock function with given fields:

func (*ChainPuller) PullBlock

func (_m *ChainPuller) PullBlock(seq uint64) *common.Block

PullBlock provides a mock function with given fields: seq

type ChannelLister

type ChannelLister struct {
	mock.Mock
}

ChannelLister is an autogenerated mock type for the ChannelLister type

func (*ChannelLister) Channels

func (_m *ChannelLister) Channels() []string

Channels provides a mock function with given fields:

func (*ChannelLister) Close

func (_m *ChannelLister) Close()

Close provides a mock function with given fields:

type ClusterClient

type ClusterClient struct {
	mock.Mock
}

ClusterClient is an autogenerated mock type for the ClusterClient type

func (*ClusterClient) Step

Step provides a mock function with given fields: ctx, in, opts

func (*ClusterClient) Submit added in v1.3.0

Submit provides a mock function with given fields: ctx, opts

type Communicator

type Communicator struct {
	mock.Mock
}

Communicator is an autogenerated mock type for the Communicator type

func (*Communicator) Configure

func (_m *Communicator) Configure(channel string, members []cluster.RemoteNode)

Configure provides a mock function with given fields: channel, members

func (*Communicator) Remote

func (_m *Communicator) Remote(channel string, id uint64) (*cluster.RemoteContext, error)

Remote provides a mock function with given fields: channel, id

func (*Communicator) Shutdown

func (_m *Communicator) Shutdown()

Shutdown provides a mock function with given fields:

type Dispatcher

type Dispatcher struct {
	mock.Mock
}

Dispatcher is an autogenerated mock type for the Dispatcher type

func (*Dispatcher) DispatchStep added in v1.3.0

func (_m *Dispatcher) DispatchStep(ctx context.Context, request *orderer.StepRequest) (*orderer.StepResponse, error)

DispatchStep provides a mock function with given fields: ctx, request

func (*Dispatcher) DispatchSubmit

func (_m *Dispatcher) DispatchSubmit(ctx context.Context, request *orderer.SubmitRequest) (*orderer.SubmitResponse, error)

DispatchSubmit provides a mock function with given fields: ctx, request

type Handler

type Handler struct {
	mock.Mock
}

Handler is an autogenerated mock type for the Handler type

func (*Handler) OnStep added in v1.3.0

func (_m *Handler) OnStep(channel string, sender uint64, req *orderer.StepRequest) (*orderer.StepResponse, error)

OnStep provides a mock function with given fields: channel, sender, req

func (*Handler) OnSubmit

func (_m *Handler) OnSubmit(channel string, sender uint64, req *orderer.SubmitRequest) (*orderer.SubmitResponse, error)

OnSubmit provides a mock function with given fields: channel, sender, req

type LedgerFactory

type LedgerFactory struct {
	mock.Mock
}

LedgerFactory is an autogenerated mock type for the LedgerFactory type

func (*LedgerFactory) GetOrCreate

func (_m *LedgerFactory) GetOrCreate(chainID string) (cluster.LedgerWriter, error)

GetOrCreate provides a mock function with given fields: chainID

type LedgerWriter

type LedgerWriter struct {
	mock.Mock
}

LedgerWriter is an autogenerated mock type for the LedgerWriter type

func (*LedgerWriter) Append

func (_m *LedgerWriter) Append(block *common.Block) error

Append provides a mock function with given fields: block

func (*LedgerWriter) Height

func (_m *LedgerWriter) Height() uint64

Height provides a mock function with given fields:

type SecureDialer

type SecureDialer struct {
	mock.Mock
}

SecureDialer is an autogenerated mock type for the SecureDialer type

func (*SecureDialer) Dial

func (_m *SecureDialer) Dial(address string, verifyFunc cluster.RemoteVerifier) (*grpc.ClientConn, error)

Dial provides a mock function with given fields: address, verifyFunc

type SubmitClient added in v1.3.0

type SubmitClient struct {
	mock.Mock
}

SubmitClient is an autogenerated mock type for the SubmitClient type

func (*SubmitClient) CloseSend added in v1.3.0

func (_m *SubmitClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*SubmitClient) Context added in v1.3.0

func (_m *SubmitClient) Context() context.Context

Context provides a mock function with given fields:

func (*SubmitClient) Header added in v1.3.0

func (_m *SubmitClient) Header() (metadata.MD, error)

Header provides a mock function with given fields:

func (*SubmitClient) Recv added in v1.3.0

func (_m *SubmitClient) Recv() (*orderer.SubmitResponse, error)

Recv provides a mock function with given fields:

func (*SubmitClient) RecvMsg added in v1.3.0

func (_m *SubmitClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*SubmitClient) Send added in v1.3.0

func (_m *SubmitClient) Send(request *orderer.SubmitRequest) error

Send provides a mock function with given fields: request

func (*SubmitClient) SendMsg added in v1.3.0

func (_m *SubmitClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*SubmitClient) Trailer added in v1.3.0

func (_m *SubmitClient) Trailer() metadata.MD

Trailer provides a mock function with given fields:

type SubmitStream added in v1.3.0

type SubmitStream struct {
	mock.Mock
}

SubmitStream is an autogenerated mock type for the SubmitStream type

func (*SubmitStream) Context added in v1.3.0

func (_m *SubmitStream) Context() context.Context

Context provides a mock function with given fields:

func (*SubmitStream) Recv added in v1.3.0

func (_m *SubmitStream) Recv() (*orderer.SubmitRequest, error)

Recv provides a mock function with given fields:

func (*SubmitStream) RecvMsg added in v1.3.0

func (_m *SubmitStream) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*SubmitStream) Send added in v1.3.0

func (_m *SubmitStream) Send(response *orderer.SubmitResponse) error

Send provides a mock function with given fields: response

func (*SubmitStream) SendHeader added in v1.3.0

func (_m *SubmitStream) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*SubmitStream) SendMsg added in v1.3.0

func (_m *SubmitStream) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*SubmitStream) SetHeader added in v1.3.0

func (_m *SubmitStream) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*SubmitStream) SetTrailer added in v1.3.0

func (_m *SubmitStream) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

Jump to

Keyboard shortcuts

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