mocks

package
v0.0.0-...-f69b815 Latest Latest
Warning

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

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

Documentation

Overview

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 AccessController

type AccessController struct {
	mock.Mock
}

AccessController is an autogenerated mock type for the AccessController type

func (*AccessController) Evaluate

func (_m *AccessController) Evaluate(signatureSet []*common.SignedData) error

Evaluate provides a mock function with given fields: signatureSet

type Bundle

type Bundle struct {
	mock.Mock
}

Bundle is an autogenerated mock type for the Bundle type

func (*Bundle) ApplicationConfig

func (_m *Bundle) ApplicationConfig() (channelconfig.Application, bool)

ApplicationConfig provides a mock function with given fields:

func (*Bundle) ChannelConfig

func (_m *Bundle) ChannelConfig() channelconfig.Channel

ChannelConfig provides a mock function with given fields:

func (*Bundle) ConfigtxValidator

func (_m *Bundle) ConfigtxValidator() configtx.Validator

ConfigtxValidator provides a mock function with given fields:

func (*Bundle) ConsortiumsConfig

func (_m *Bundle) ConsortiumsConfig() (channelconfig.Consortiums, bool)

ConsortiumsConfig provides a mock function with given fields:

func (*Bundle) MSPManager

func (_m *Bundle) MSPManager() msp.MSPManager

MSPManager provides a mock function with given fields:

func (*Bundle) OrdererConfig

func (_m *Bundle) OrdererConfig() (channelconfig.Orderer, bool)

OrdererConfig provides a mock function with given fields:

func (*Bundle) PolicyManager

func (_m *Bundle) PolicyManager() policies.Manager

PolicyManager provides a mock function with given fields:

func (*Bundle) ValidateNew

func (_m *Bundle) ValidateNew(resources channelconfig.Resources) error

ValidateNew provides a mock function with given fields: resources

type ChannelConfigTemplator

type ChannelConfigTemplator struct {
	mock.Mock
}

ChannelConfigTemplator is an autogenerated mock type for the ChannelConfigTemplator type

func (*ChannelConfigTemplator) NewChannelConfig

func (_m *ChannelConfigTemplator) NewChannelConfig(env *common.Envelope) (channelconfig.Resources, error)

NewChannelConfig provides a mock function with given fields: env

type ConfigTxValidator

type ConfigTxValidator struct {
	mock.Mock
}

ConfigTxValidator is an autogenerated mock type for the ConfigTxValidator type

func (*ConfigTxValidator) ChainID

func (_m *ConfigTxValidator) ChainID() string

ChainID provides a mock function with given fields:

func (*ConfigTxValidator) ConfigProto

func (_m *ConfigTxValidator) ConfigProto() *common.Config

ConfigProto provides a mock function with given fields:

func (*ConfigTxValidator) ProposeConfigUpdate

func (_m *ConfigTxValidator) ProposeConfigUpdate(configtx *common.Envelope) (*common.ConfigEnvelope, error)

ProposeConfigUpdate provides a mock function with given fields: configtx

func (*ConfigTxValidator) Sequence

func (_m *ConfigTxValidator) Sequence() uint64

Sequence provides a mock function with given fields:

func (*ConfigTxValidator) Validate

func (_m *ConfigTxValidator) Validate(configEnv *common.ConfigEnvelope) error

Validate provides a mock function with given fields: configEnv

type ConfigUpdateProposer

type ConfigUpdateProposer struct {
	mock.Mock
}

ConfigUpdateProposer is an autogenerated mock type for the ConfigUpdateProposer type

func (*ConfigUpdateProposer) ProposeConfigUpdate

func (_m *ConfigUpdateProposer) ProposeConfigUpdate(channel string, configtx *common.Envelope) (*common.ConfigEnvelope, error)

ProposeConfigUpdate provides a mock function with given fields: channel, configtx

type ConsenterVerifier

type ConsenterVerifier struct {
	mock.Mock
}

ConsenterVerifier is an autogenerated mock type for the ConsenterVerifier type

func (*ConsenterVerifier) Evaluate

func (_m *ConsenterVerifier) Evaluate(signatureSet []*common.SignedData) error

Evaluate provides a mock function with given fields: signatureSet

type FakeBlockPuller

type FakeBlockPuller struct {
	CloseStub func()

	HeightsByEndpointsStub func() (map[string]uint64, error)

	PullBlockStub func(uint64) *common.Block
	// contains filtered or unexported fields
}

func (*FakeBlockPuller) Close

func (fake *FakeBlockPuller) Close()

func (*FakeBlockPuller) CloseCallCount

func (fake *FakeBlockPuller) CloseCallCount() int

func (*FakeBlockPuller) CloseCalls

func (fake *FakeBlockPuller) CloseCalls(stub func())

func (*FakeBlockPuller) HeightsByEndpoints

func (fake *FakeBlockPuller) HeightsByEndpoints() (map[string]uint64, error)

func (*FakeBlockPuller) HeightsByEndpointsCallCount

func (fake *FakeBlockPuller) HeightsByEndpointsCallCount() int

func (*FakeBlockPuller) HeightsByEndpointsCalls

func (fake *FakeBlockPuller) HeightsByEndpointsCalls(stub func() (map[string]uint64, error))

func (*FakeBlockPuller) HeightsByEndpointsReturns

func (fake *FakeBlockPuller) HeightsByEndpointsReturns(result1 map[string]uint64, result2 error)

func (*FakeBlockPuller) HeightsByEndpointsReturnsOnCall

func (fake *FakeBlockPuller) HeightsByEndpointsReturnsOnCall(i int, result1 map[string]uint64, result2 error)

func (*FakeBlockPuller) Invocations

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

func (*FakeBlockPuller) PullBlock

func (fake *FakeBlockPuller) PullBlock(arg1 uint64) *common.Block

func (*FakeBlockPuller) PullBlockArgsForCall

func (fake *FakeBlockPuller) PullBlockArgsForCall(i int) uint64

func (*FakeBlockPuller) PullBlockCallCount

func (fake *FakeBlockPuller) PullBlockCallCount() int

func (*FakeBlockPuller) PullBlockCalls

func (fake *FakeBlockPuller) PullBlockCalls(stub func(uint64) *common.Block)

func (*FakeBlockPuller) PullBlockReturns

func (fake *FakeBlockPuller) PullBlockReturns(result1 *common.Block)

func (*FakeBlockPuller) PullBlockReturnsOnCall

func (fake *FakeBlockPuller) PullBlockReturnsOnCall(i int, result1 *common.Block)

type Filters

type Filters struct {
	mock.Mock
}

Filters is an autogenerated mock type for the Filters type

func (*Filters) ApplyFilters

func (_m *Filters) ApplyFilters(channel string, env *common.Envelope) error

ApplyFilters provides a mock function with given fields: channel, env

type Ledger

type Ledger struct {
	mock.Mock
}

Ledger is an autogenerated mock type for the Ledger type

func (*Ledger) Block

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

Block provides a mock function with given fields: number

func (*Ledger) Height

func (_m *Ledger) Height() uint64

Height provides a mock function with given fields:

type MessageReceiver

type MessageReceiver struct {
	mock.Mock
}

MessageReceiver is an autogenerated mock type for the MessageReceiver type

func (*MessageReceiver) HandleMessage

func (_m *MessageReceiver) HandleMessage(sender uint64, m *smartbftprotos.Message)

HandleMessage provides a mock function with given fields: sender, m

func (*MessageReceiver) HandleRequest

func (_m *MessageReceiver) HandleRequest(sender uint64, req []byte)

HandleRequest provides a mock function with given fields: sender, req

type RPC

type RPC struct {
	mock.Mock
}

RPC is an autogenerated mock type for the RPC type

func (*RPC) SendConsensus

func (_m *RPC) SendConsensus(dest uint64, msg *orderer.ConsensusRequest) error

SendConsensus provides a mock function with given fields: dest, msg

func (*RPC) SendSubmit

func (_m *RPC) SendSubmit(dest uint64, request *orderer.SubmitRequest) error

SendSubmit provides a mock function with given fields: dest, request

type ReceiverGetter

type ReceiverGetter struct {
	mock.Mock
}

ReceiverGetter is an autogenerated mock type for the ReceiverGetter type

func (*ReceiverGetter) ReceiverByChain

func (_m *ReceiverGetter) ReceiverByChain(channelID string) smartbft.MessageReceiver

ReceiverByChain provides a mock function with given fields: channelID

type Sequencer

type Sequencer struct {
	mock.Mock
}

Sequencer is an autogenerated mock type for the Sequencer type

func (*Sequencer) Sequence

func (_m *Sequencer) Sequence() uint64

Sequence provides a mock function with given fields:

type SignerSerializer

type SignerSerializer struct {
	mock.Mock
}

SignerSerializer is an autogenerated mock type for the SignerSerializer type

func (*SignerSerializer) Serialize

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

Serialize provides a mock function with given fields:

func (*SignerSerializer) Sign

func (_m *SignerSerializer) Sign(message []byte) ([]byte, error)

Sign provides a mock function with given fields: message

Jump to

Keyboard shortcuts

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