mocks

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 License: Apache-2.0 Imports: 5 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 Capabilities

type Capabilities struct {
	mock.Mock
}

Capabilities is an autogenerated mock type for the Capabilities type

func (*Capabilities) ACLs

func (_m *Capabilities) ACLs() bool

ACLs provides a mock function with given fields:

func (*Capabilities) CollectionUpgrade

func (_m *Capabilities) CollectionUpgrade() bool

CollectionUpgrade provides a mock function with given fields:

func (*Capabilities) ForbidDuplicateTXIdInBlock

func (_m *Capabilities) ForbidDuplicateTXIdInBlock() bool

ForbidDuplicateTXIdInBlock provides a mock function with given fields:

func (*Capabilities) KeyLevelEndorsement

func (_m *Capabilities) KeyLevelEndorsement() bool

KeyLevelEndorsement provides a mock function with given fields:

func (*Capabilities) MetadataLifecycle

func (_m *Capabilities) MetadataLifecycle() bool

MetadataLifecycle provides a mock function with given fields:

func (*Capabilities) PrivateChannelData

func (_m *Capabilities) PrivateChannelData() bool

PrivateChannelData provides a mock function with given fields:

func (*Capabilities) StorePvtDataOfInvalidTx added in v1.4.2

func (_m *Capabilities) StorePvtDataOfInvalidTx() bool

StorePvtDataOfInvalidTx provides a mock function with given fields:

func (*Capabilities) Supported

func (_m *Capabilities) Supported() error

Supported provides a mock function with given fields:

func (*Capabilities) V1_1Validation

func (_m *Capabilities) V1_1Validation() bool

V1_1Validation provides a mock function with given fields:

func (*Capabilities) V1_2Validation

func (_m *Capabilities) V1_2Validation() bool

V1_2Validation provides a mock function with given fields:

func (*Capabilities) V1_3Validation

func (_m *Capabilities) V1_3Validation() bool

V1_3Validation provides a mock function with given fields:

func (*Capabilities) V2_0Validation added in v1.5.6

func (_m *Capabilities) V2_0Validation() bool

V2_0Validation provides a mock function with given fields:

type IdentityDeserializer

type IdentityDeserializer struct {
	mock.Mock
}

IdentityDeserializer is an autogenerated mock type for the IdentityDeserializer type

func (*IdentityDeserializer) DeserializeIdentity

func (_m *IdentityDeserializer) DeserializeIdentity(serializedIdentity []byte) (validation.Identity, error)

DeserializeIdentity provides a mock function with given fields: serializedIdentity

type PolicyEvaluator

type PolicyEvaluator struct {
	mock.Mock
}

PolicyEvaluator is an autogenerated mock type for the PolicyEvaluator type

func (*PolicyEvaluator) Evaluate

func (_m *PolicyEvaluator) Evaluate(policyBytes []byte, signatureSet []*protoutil.SignedData) error

Evaluate provides a mock function with given fields: policyBytes, signatureSet

type State added in v1.5.6

type State struct {
	DoneStub func()

	GetPrivateDataMetadataByHashStub func(string, string, []byte) (map[string][]byte, error)

	GetStateMetadataStub func(string, string) (map[string][]byte, error)

	GetStateMultipleKeysStub func(string, []string) ([][]byte, error)

	GetStateRangeScanIteratorStub func(string, string, string) (validation.ResultsIterator, error)
	// contains filtered or unexported fields
}

func (*State) Done added in v1.5.6

func (fake *State) Done()

func (*State) DoneCallCount added in v1.5.6

func (fake *State) DoneCallCount() int

func (*State) DoneCalls added in v1.5.6

func (fake *State) DoneCalls(stub func())

func (*State) GetPrivateDataMetadataByHash added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHash(arg1 string, arg2 string, arg3 []byte) (map[string][]byte, error)

func (*State) GetPrivateDataMetadataByHashArgsForCall added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHashArgsForCall(i int) (string, string, []byte)

func (*State) GetPrivateDataMetadataByHashCallCount added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHashCallCount() int

func (*State) GetPrivateDataMetadataByHashCalls added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHashCalls(stub func(string, string, []byte) (map[string][]byte, error))

func (*State) GetPrivateDataMetadataByHashReturns added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHashReturns(result1 map[string][]byte, result2 error)

func (*State) GetPrivateDataMetadataByHashReturnsOnCall added in v1.5.6

func (fake *State) GetPrivateDataMetadataByHashReturnsOnCall(i int, result1 map[string][]byte, result2 error)

func (*State) GetStateMetadata added in v1.5.6

func (fake *State) GetStateMetadata(arg1 string, arg2 string) (map[string][]byte, error)

func (*State) GetStateMetadataArgsForCall added in v1.5.6

func (fake *State) GetStateMetadataArgsForCall(i int) (string, string)

func (*State) GetStateMetadataCallCount added in v1.5.6

func (fake *State) GetStateMetadataCallCount() int

func (*State) GetStateMetadataCalls added in v1.5.6

func (fake *State) GetStateMetadataCalls(stub func(string, string) (map[string][]byte, error))

func (*State) GetStateMetadataReturns added in v1.5.6

func (fake *State) GetStateMetadataReturns(result1 map[string][]byte, result2 error)

func (*State) GetStateMetadataReturnsOnCall added in v1.5.6

func (fake *State) GetStateMetadataReturnsOnCall(i int, result1 map[string][]byte, result2 error)

func (*State) GetStateMultipleKeys added in v1.5.6

func (fake *State) GetStateMultipleKeys(arg1 string, arg2 []string) ([][]byte, error)

func (*State) GetStateMultipleKeysArgsForCall added in v1.5.6

func (fake *State) GetStateMultipleKeysArgsForCall(i int) (string, []string)

func (*State) GetStateMultipleKeysCallCount added in v1.5.6

func (fake *State) GetStateMultipleKeysCallCount() int

func (*State) GetStateMultipleKeysCalls added in v1.5.6

func (fake *State) GetStateMultipleKeysCalls(stub func(string, []string) ([][]byte, error))

func (*State) GetStateMultipleKeysReturns added in v1.5.6

func (fake *State) GetStateMultipleKeysReturns(result1 [][]byte, result2 error)

func (*State) GetStateMultipleKeysReturnsOnCall added in v1.5.6

func (fake *State) GetStateMultipleKeysReturnsOnCall(i int, result1 [][]byte, result2 error)

func (*State) GetStateRangeScanIterator added in v1.5.6

func (fake *State) GetStateRangeScanIterator(arg1 string, arg2 string, arg3 string) (validation.ResultsIterator, error)

func (*State) GetStateRangeScanIteratorArgsForCall added in v1.5.6

func (fake *State) GetStateRangeScanIteratorArgsForCall(i int) (string, string, string)

func (*State) GetStateRangeScanIteratorCallCount added in v1.5.6

func (fake *State) GetStateRangeScanIteratorCallCount() int

func (*State) GetStateRangeScanIteratorCalls added in v1.5.6

func (fake *State) GetStateRangeScanIteratorCalls(stub func(string, string, string) (validation.ResultsIterator, error))

func (*State) GetStateRangeScanIteratorReturns added in v1.5.6

func (fake *State) GetStateRangeScanIteratorReturns(result1 validation.ResultsIterator, result2 error)

func (*State) GetStateRangeScanIteratorReturnsOnCall added in v1.5.6

func (fake *State) GetStateRangeScanIteratorReturnsOnCall(i int, result1 validation.ResultsIterator, result2 error)

func (*State) Invocations added in v1.5.6

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

type StateFetcher

type StateFetcher struct {
	mock.Mock
}

StateFetcher is an autogenerated mock type for the StateFetcher type

func (*StateFetcher) FetchState

func (_m *StateFetcher) FetchState() (validation.State, error)

FetchState 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