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: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelPolicyManagerGetter

type ChannelPolicyManagerGetter struct {
	mock.Mock
}

ChannelPolicyManagerGetter is an autogenerated mock type for the ChannelPolicyManagerGetter type

func (*ChannelPolicyManagerGetter) Manager

func (_m *ChannelPolicyManagerGetter) Manager(channelID string) policies.Manager

Manager provides a mock function with given fields: channelID

type ChannelPolicyReferenceProvider

type ChannelPolicyReferenceProvider struct {
	mock.Mock
}

ChannelPolicyReferenceProvider is an autogenerated mock type for the ChannelPolicyReferenceProvider type

func (*ChannelPolicyReferenceProvider) NewPolicy

func (_m *ChannelPolicyReferenceProvider) NewPolicy(channelConfigPolicyReference string) (policies.Policy, error)

NewPolicy provides a mock function with given fields: channelConfigPolicyReference

type Identity

type Identity struct {
	mock.Mock
}

Identity is an autogenerated mock type for the Identity type

func (*Identity) Anonymous

func (_m *Identity) Anonymous() bool

Anonymous provides a mock function with given fields:

func (*Identity) ExpiresAt

func (_m *Identity) ExpiresAt() time.Time

ExpiresAt provides a mock function with given fields:

func (*Identity) GetIdentifier

func (_m *Identity) GetIdentifier() *msp.IdentityIdentifier

GetIdentifier provides a mock function with given fields:

func (*Identity) GetMSPIdentifier

func (_m *Identity) GetMSPIdentifier() string

GetMSPIdentifier provides a mock function with given fields:

func (*Identity) GetOrganizationalUnits

func (_m *Identity) GetOrganizationalUnits() []*msp.OUIdentifier

GetOrganizationalUnits provides a mock function with given fields:

func (*Identity) SatisfiesPrincipal

func (_m *Identity) SatisfiesPrincipal(principal *fabric_protos_gomsp.MSPPrincipal) error

SatisfiesPrincipal provides a mock function with given fields: principal

func (*Identity) Serialize

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

Serialize provides a mock function with given fields:

func (*Identity) Validate

func (_m *Identity) Validate() error

Validate provides a mock function with given fields:

func (*Identity) Verify

func (_m *Identity) Verify(msg []byte, sig []byte) error

Verify provides a mock function with given fields: msg, sig

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) (msp.Identity, error)

DeserializeIdentity provides a mock function with given fields: serializedIdentity

func (*IdentityDeserializer) IsWellFormed

IsWellFormed provides a mock function with given fields: identity

type MockChannelPolicyManager

type MockChannelPolicyManager struct {
	MockPolicy policies.Policy
}

func (*MockChannelPolicyManager) GetPolicy

func (m *MockChannelPolicyManager) GetPolicy(id string) (policies.Policy, bool)

func (*MockChannelPolicyManager) Manager

func (m *MockChannelPolicyManager) Manager(path []string) (policies.Manager, bool)

type MockChannelPolicyManagerGetter

type MockChannelPolicyManagerGetter struct {
	Managers map[string]policies.Manager
}

func (*MockChannelPolicyManagerGetter) Manager

func (c *MockChannelPolicyManagerGetter) Manager(channelID string) policies.Manager

type MockIdentity

type MockIdentity struct {
	// contains filtered or unexported fields
}

func (*MockIdentity) Anonymous added in v1.2.0

func (id *MockIdentity) Anonymous() bool

func (*MockIdentity) ExpiresAt added in v1.1.0

func (id *MockIdentity) ExpiresAt() time.Time

func (*MockIdentity) GetIdentifier

func (id *MockIdentity) GetIdentifier() *msp.IdentityIdentifier

func (*MockIdentity) GetMSPIdentifier

func (id *MockIdentity) GetMSPIdentifier() string

func (*MockIdentity) GetOrganizationalUnits

func (id *MockIdentity) GetOrganizationalUnits() []*msp.OUIdentifier

func (*MockIdentity) SatisfiesPrincipal

func (id *MockIdentity) SatisfiesPrincipal(p *mspproto.MSPPrincipal) error

func (*MockIdentity) Serialize

func (id *MockIdentity) Serialize() ([]byte, error)

func (*MockIdentity) Validate

func (id *MockIdentity) Validate() error

func (*MockIdentity) Verify

func (id *MockIdentity) Verify(msg []byte, sig []byte) error

type MockIdentityDeserializer

type MockIdentityDeserializer struct {
	Identity []byte
	Msg      []byte
}

func (*MockIdentityDeserializer) DeserializeIdentity

func (d *MockIdentityDeserializer) DeserializeIdentity(serializedIdentity []byte) (msp.Identity, error)

func (*MockIdentityDeserializer) IsWellFormed added in v1.1.0

type MockMSPPrincipalGetter

type MockMSPPrincipalGetter struct {
	Principal []byte
}

func (*MockMSPPrincipalGetter) Get

type MockPolicy

type MockPolicy struct {
	Deserializer msp.IdentityDeserializer
}

func (*MockPolicy) EvaluateIdentities

func (m *MockPolicy) EvaluateIdentities(identities []msp.Identity) error

EvaluateIdentities takes an array of identities and evaluates whether they satisfy the policy

func (*MockPolicy) EvaluateSignedData

func (m *MockPolicy) EvaluateSignedData(signatureSet []*protoutil.SignedData) error

EvaluateSignedData takes a set of SignedData and evaluates whether this set of signatures satisfies the policy

type Policy

type Policy struct {
	mock.Mock
}

Policy is an autogenerated mock type for the Policy type

func (*Policy) EvaluateIdentities

func (_m *Policy) EvaluateIdentities(identities []msp.Identity) error

EvaluateIdentities provides a mock function with given fields: identities

func (*Policy) EvaluateSignedData

func (_m *Policy) EvaluateSignedData(signatureSet []*protoutil.SignedData) error

EvaluateSignedData provides a mock function with given fields: signatureSet

type PolicyManager

type PolicyManager struct {
	mock.Mock
}

PolicyManager is an autogenerated mock type for the PolicyManager type

func (*PolicyManager) GetPolicy

func (_m *PolicyManager) GetPolicy(id string) (policies.Policy, bool)

GetPolicy provides a mock function with given fields: id

func (*PolicyManager) Manager

func (_m *PolicyManager) Manager(path []string) (policies.Manager, bool)

Manager provides a mock function with given fields: path

type SignaturePolicyProvider

type SignaturePolicyProvider struct {
	mock.Mock
}

SignaturePolicyProvider is an autogenerated mock type for the SignaturePolicyProvider type

func (*SignaturePolicyProvider) NewPolicy

func (_m *SignaturePolicyProvider) NewPolicy(signaturePolicy *common.SignaturePolicyEnvelope) (policies.Policy, error)

NewPolicy provides a mock function with given fields: signaturePolicy

Jump to

Keyboard shortcuts

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