mocks

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOobService

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

MockOobService is a mock of OobService interface.

func NewMockOobService

func NewMockOobService(ctrl *gomock.Controller) *MockOobService

NewMockOobService creates a new mock instance.

func (*MockOobService) AcceptInvitation

func (m *MockOobService) AcceptInvitation(arg0 *outofband.Invitation, arg1 outofband.Options) (string, error)

AcceptInvitation mocks base method.

func (*MockOobService) ActionContinue

func (m *MockOobService) ActionContinue(arg0 string, arg1 outofband.Options) error

ActionContinue mocks base method.

func (*MockOobService) ActionStop

func (m *MockOobService) ActionStop(arg0 string, arg1 error) error

ActionStop mocks base method.

func (*MockOobService) Actions

func (m *MockOobService) Actions() ([]outofband.Action, error)

Actions mocks base method.

func (*MockOobService) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOobService) RegisterActionEvent

func (m *MockOobService) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error

RegisterActionEvent mocks base method.

func (*MockOobService) RegisterMsgEvent

func (m *MockOobService) RegisterMsgEvent(arg0 chan<- service.StateMsg) error

RegisterMsgEvent mocks base method.

func (*MockOobService) SaveInvitation

func (m *MockOobService) SaveInvitation(arg0 *outofband.Invitation) error

SaveInvitation mocks base method.

func (*MockOobService) UnregisterActionEvent

func (m *MockOobService) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error

UnregisterActionEvent mocks base method.

func (*MockOobService) UnregisterMsgEvent

func (m *MockOobService) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error

UnregisterMsgEvent mocks base method.

type MockOobServiceMockRecorder

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

MockOobServiceMockRecorder is the mock recorder for MockOobService.

func (*MockOobServiceMockRecorder) AcceptInvitation

func (mr *MockOobServiceMockRecorder) AcceptInvitation(arg0, arg1 interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation.

func (*MockOobServiceMockRecorder) ActionContinue

func (mr *MockOobServiceMockRecorder) ActionContinue(arg0, arg1 interface{}) *gomock.Call

ActionContinue indicates an expected call of ActionContinue.

func (*MockOobServiceMockRecorder) ActionStop

func (mr *MockOobServiceMockRecorder) ActionStop(arg0, arg1 interface{}) *gomock.Call

ActionStop indicates an expected call of ActionStop.

func (*MockOobServiceMockRecorder) Actions

func (mr *MockOobServiceMockRecorder) Actions() *gomock.Call

Actions indicates an expected call of Actions.

func (*MockOobServiceMockRecorder) RegisterActionEvent

func (mr *MockOobServiceMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call

RegisterActionEvent indicates an expected call of RegisterActionEvent.

func (*MockOobServiceMockRecorder) RegisterMsgEvent

func (mr *MockOobServiceMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call

RegisterMsgEvent indicates an expected call of RegisterMsgEvent.

func (*MockOobServiceMockRecorder) SaveInvitation

func (mr *MockOobServiceMockRecorder) SaveInvitation(arg0 interface{}) *gomock.Call

SaveInvitation indicates an expected call of SaveInvitation.

func (*MockOobServiceMockRecorder) UnregisterActionEvent

func (mr *MockOobServiceMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call

UnregisterActionEvent indicates an expected call of UnregisterActionEvent.

func (*MockOobServiceMockRecorder) UnregisterMsgEvent

func (mr *MockOobServiceMockRecorder) UnregisterMsgEvent(arg0 interface{}) *gomock.Call

UnregisterMsgEvent indicates an expected call of UnregisterMsgEvent.

type MockProvider

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

MockProvider is a mock of Provider interface.

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

NewMockProvider creates a new mock instance.

func (*MockProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProvider) KMS

func (m *MockProvider) KMS() kms.KeyManager

KMS mocks base method.

func (*MockProvider) KeyAgreementType added in v0.1.7

func (m *MockProvider) KeyAgreementType() kms.KeyType

KeyAgreementType mocks base method.

func (*MockProvider) KeyType added in v0.1.7

func (m *MockProvider) KeyType() kms.KeyType

KeyType mocks base method.

func (*MockProvider) MediaTypeProfiles added in v0.1.7

func (m *MockProvider) MediaTypeProfiles() []string

MediaTypeProfiles mocks base method.

func (*MockProvider) Service

func (m *MockProvider) Service(arg0 string) (interface{}, error)

Service mocks base method.

func (*MockProvider) ServiceEndpoint

func (m *MockProvider) ServiceEndpoint() string

ServiceEndpoint mocks base method.

type MockProviderMockRecorder

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

MockProviderMockRecorder is the mock recorder for MockProvider.

func (*MockProviderMockRecorder) KMS

KMS indicates an expected call of KMS.

func (*MockProviderMockRecorder) KeyAgreementType added in v0.1.7

func (mr *MockProviderMockRecorder) KeyAgreementType() *gomock.Call

KeyAgreementType indicates an expected call of KeyAgreementType.

func (*MockProviderMockRecorder) KeyType added in v0.1.7

func (mr *MockProviderMockRecorder) KeyType() *gomock.Call

KeyType indicates an expected call of KeyType.

func (*MockProviderMockRecorder) MediaTypeProfiles added in v0.1.7

func (mr *MockProviderMockRecorder) MediaTypeProfiles() *gomock.Call

MediaTypeProfiles indicates an expected call of MediaTypeProfiles.

func (*MockProviderMockRecorder) Service

func (mr *MockProviderMockRecorder) Service(arg0 interface{}) *gomock.Call

Service indicates an expected call of Service.

func (*MockProviderMockRecorder) ServiceEndpoint

func (mr *MockProviderMockRecorder) ServiceEndpoint() *gomock.Call

ServiceEndpoint indicates an expected call of ServiceEndpoint.

Jump to

Keyboard shortcuts

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