mocks

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockRetriever

type BlockRetriever struct {
	mock.Mock
}

BlockRetriever is an autogenerated mock type for the BlockRetriever type

func (*BlockRetriever) Block

func (_m *BlockRetriever) Block(number uint64) *common.Block

Block provides a mock function with given fields: number

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 []*protoutil.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, error)

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() []cluster.ChannelGenesisBlock

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, 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) DispatchConsensus

func (_m *Dispatcher) DispatchConsensus(ctx context.Context, request *orderer.ConsensusRequest) error

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

func (*Dispatcher) DispatchSubmit

func (_m *Dispatcher) DispatchSubmit(ctx context.Context, request *orderer.SubmitRequest) 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) OnConsensus

func (_m *Handler) OnConsensus(channel string, sender uint64, req *orderer.ConsensusRequest) error

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

func (*Handler) OnSubmit

func (_m *Handler) OnSubmit(channel string, sender uint64, req *orderer.SubmitRequest) 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 MetricsProvider

type MetricsProvider struct {
	mock.Mock
}

MetricsProvider is an autogenerated mock type for the MetricsProvider type

func (*MetricsProvider) NewCounter

func (_m *MetricsProvider) NewCounter(opts metrics.CounterOpts) metrics.Counter

NewCounter provides a mock function with given fields: opts

func (*MetricsProvider) NewGauge

func (_m *MetricsProvider) NewGauge(opts metrics.GaugeOpts) metrics.Gauge

NewGauge provides a mock function with given fields: opts

func (*MetricsProvider) NewHistogram

func (_m *MetricsProvider) NewHistogram(opts metrics.HistogramOpts) metrics.Histogram

NewHistogram provides a mock function with given fields: opts

type Policy

type Policy struct {
	EvaluateIdentitiesStub func([]msp.Identity) error

	EvaluateSignedDataStub func([]*protoutil.SignedData) error
	// contains filtered or unexported fields
}

func (*Policy) EvaluateIdentities

func (fake *Policy) EvaluateIdentities(arg1 []msp.Identity) error

func (*Policy) EvaluateIdentitiesArgsForCall

func (fake *Policy) EvaluateIdentitiesArgsForCall(i int) []msp.Identity

func (*Policy) EvaluateIdentitiesCallCount

func (fake *Policy) EvaluateIdentitiesCallCount() int

func (*Policy) EvaluateIdentitiesCalls

func (fake *Policy) EvaluateIdentitiesCalls(stub func([]msp.Identity) error)

func (*Policy) EvaluateIdentitiesReturns

func (fake *Policy) EvaluateIdentitiesReturns(result1 error)

func (*Policy) EvaluateIdentitiesReturnsOnCall

func (fake *Policy) EvaluateIdentitiesReturnsOnCall(i int, result1 error)

func (*Policy) EvaluateSignedData

func (fake *Policy) EvaluateSignedData(arg1 []*protoutil.SignedData) error

func (*Policy) EvaluateSignedDataArgsForCall

func (fake *Policy) EvaluateSignedDataArgsForCall(i int) []*protoutil.SignedData

func (*Policy) EvaluateSignedDataCallCount

func (fake *Policy) EvaluateSignedDataCallCount() int

func (*Policy) EvaluateSignedDataCalls

func (fake *Policy) EvaluateSignedDataCalls(stub func([]*protoutil.SignedData) error)

func (*Policy) EvaluateSignedDataReturns

func (fake *Policy) EvaluateSignedDataReturns(result1 error)

func (*Policy) EvaluateSignedDataReturnsOnCall

func (fake *Policy) EvaluateSignedDataReturnsOnCall(i int, result1 error)

func (*Policy) Invocations

func (fake *Policy) Invocations() map[string][][]interface{}

type PolicyManager

type PolicyManager struct {
	GetPolicyStub func(string) (policies.Policy, bool)

	ManagerStub func([]string) (policies.Manager, bool)
	// contains filtered or unexported fields
}

func (*PolicyManager) GetPolicy

func (fake *PolicyManager) GetPolicy(arg1 string) (policies.Policy, bool)

func (*PolicyManager) GetPolicyArgsForCall

func (fake *PolicyManager) GetPolicyArgsForCall(i int) string

func (*PolicyManager) GetPolicyCallCount

func (fake *PolicyManager) GetPolicyCallCount() int

func (*PolicyManager) GetPolicyCalls

func (fake *PolicyManager) GetPolicyCalls(stub func(string) (policies.Policy, bool))

func (*PolicyManager) GetPolicyReturns

func (fake *PolicyManager) GetPolicyReturns(result1 policies.Policy, result2 bool)

func (*PolicyManager) GetPolicyReturnsOnCall

func (fake *PolicyManager) GetPolicyReturnsOnCall(i int, result1 policies.Policy, result2 bool)

func (*PolicyManager) Invocations

func (fake *PolicyManager) Invocations() map[string][][]interface{}

func (*PolicyManager) Manager

func (fake *PolicyManager) Manager(arg1 []string) (policies.Manager, bool)

func (*PolicyManager) ManagerArgsForCall

func (fake *PolicyManager) ManagerArgsForCall(i int) []string

func (*PolicyManager) ManagerCallCount

func (fake *PolicyManager) ManagerCallCount() int

func (*PolicyManager) ManagerCalls

func (fake *PolicyManager) ManagerCalls(stub func([]string) (policies.Manager, bool))

func (*PolicyManager) ManagerReturns

func (fake *PolicyManager) ManagerReturns(result1 policies.Manager, result2 bool)

func (*PolicyManager) ManagerReturnsOnCall

func (fake *PolicyManager) ManagerReturnsOnCall(i int, result1 policies.Manager, result2 bool)

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 SignerSerializer

type SignerSerializer struct {
	SerializeStub func() ([]byte, error)

	SignStub func([]byte) ([]byte, error)
	// contains filtered or unexported fields
}

func (*SignerSerializer) Invocations

func (fake *SignerSerializer) Invocations() map[string][][]interface{}

func (*SignerSerializer) Serialize

func (fake *SignerSerializer) Serialize() ([]byte, error)

func (*SignerSerializer) SerializeCallCount

func (fake *SignerSerializer) SerializeCallCount() int

func (*SignerSerializer) SerializeCalls

func (fake *SignerSerializer) SerializeCalls(stub func() ([]byte, error))

func (*SignerSerializer) SerializeReturns

func (fake *SignerSerializer) SerializeReturns(result1 []byte, result2 error)

func (*SignerSerializer) SerializeReturnsOnCall

func (fake *SignerSerializer) SerializeReturnsOnCall(i int, result1 []byte, result2 error)

func (*SignerSerializer) Sign

func (fake *SignerSerializer) Sign(arg1 []byte) ([]byte, error)

func (*SignerSerializer) SignArgsForCall

func (fake *SignerSerializer) SignArgsForCall(i int) []byte

func (*SignerSerializer) SignCallCount

func (fake *SignerSerializer) SignCallCount() int

func (*SignerSerializer) SignCalls

func (fake *SignerSerializer) SignCalls(stub func([]byte) ([]byte, error))

func (*SignerSerializer) SignReturns

func (fake *SignerSerializer) SignReturns(result1 []byte, result2 error)

func (*SignerSerializer) SignReturnsOnCall

func (fake *SignerSerializer) SignReturnsOnCall(i int, result1 []byte, result2 error)

type StepClient

type StepClient struct {
	mock.Mock
}

StepClient is an autogenerated mock type for the StepClient type

func (*StepClient) CloseSend

func (_m *StepClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*StepClient) Context

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

Context provides a mock function with given fields:

func (*StepClient) Header

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

Header provides a mock function with given fields:

func (*StepClient) Recv

func (_m *StepClient) Recv() (*orderer.StepResponse, error)

Recv provides a mock function with given fields:

func (*StepClient) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*StepClient) Send

func (_m *StepClient) Send(_a0 *orderer.StepRequest) error

Send provides a mock function with given fields: _a0

func (*StepClient) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*StepClient) Trailer

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

Trailer provides a mock function with given fields:

type StepStream

type StepStream struct {
	mock.Mock
}

StepStream is an autogenerated mock type for the StepStream type

func (*StepStream) Context

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

Context provides a mock function with given fields:

func (*StepStream) Recv

func (_m *StepStream) Recv() (*orderer.StepRequest, error)

Recv provides a mock function with given fields:

func (*StepStream) RecvMsg

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

RecvMsg provides a mock function with given fields: m

func (*StepStream) Send

func (_m *StepStream) Send(response *orderer.StepResponse) error

Send provides a mock function with given fields: response

func (*StepStream) SendHeader

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

SendHeader provides a mock function with given fields: _a0

func (*StepStream) SendMsg

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

SendMsg provides a mock function with given fields: m

func (*StepStream) SetHeader

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

SetHeader provides a mock function with given fields: _a0

func (*StepStream) SetTrailer

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

SetTrailer provides a mock function with given fields: _a0

type VerifierFactory

type VerifierFactory struct {
	mock.Mock
}

VerifierFactory is an autogenerated mock type for the VerifierFactory type

func (*VerifierFactory) VerifierFromConfig

func (_m *VerifierFactory) VerifierFromConfig(configuration *common.ConfigEnvelope, channel string) (cluster.BlockVerifier, error)

VerifierFromConfig provides a mock function with given fields: configuration, channel

type VerifierRetriever

type VerifierRetriever struct {
	mock.Mock
}

VerifierRetriever is an autogenerated mock type for the VerifierRetriever type

func (*VerifierRetriever) RetrieveVerifier

func (_m *VerifierRetriever) RetrieveVerifier(channel string) cluster.BlockVerifier

RetrieveVerifier provides a mock function with given fields: channel

Jump to

Keyboard shortcuts

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