Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockOobService
- func (m *MockOobService) AcceptInvitation(arg0 *outofband.Invitation, arg1 string, arg2 []string) (string, error)
- func (m *MockOobService) AcceptRequest(arg0 *outofband.Request, arg1 string, arg2 []string) (string, error)
- func (m *MockOobService) ActionContinue(arg0 string, arg1 outofband.Options) error
- func (m *MockOobService) ActionStop(arg0 string, arg1 error) error
- func (m *MockOobService) Actions() ([]outofband.Action, error)
- func (m *MockOobService) EXPECT() *MockOobServiceMockRecorder
- func (m *MockOobService) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockOobService) RegisterMsgEvent(arg0 chan<- service.StateMsg) error
- func (m *MockOobService) SaveInvitation(arg0 *outofband.Invitation) error
- func (m *MockOobService) SaveRequest(arg0 *outofband.Request) error
- func (m *MockOobService) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockOobService) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error
- type MockOobServiceMockRecorder
- func (mr *MockOobServiceMockRecorder) AcceptInvitation(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) AcceptRequest(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) ActionContinue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) ActionStop(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) Actions() *gomock.Call
- func (mr *MockOobServiceMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) SaveInvitation(arg0 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) SaveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockOobServiceMockRecorder) UnregisterMsgEvent(arg0 interface{}) *gomock.Call
- type MockProvider
- type MockProviderMockRecorder
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 string, arg2 []string) (string, error)
AcceptInvitation mocks base method
func (*MockOobService) AcceptRequest ¶
func (m *MockOobService) AcceptRequest(arg0 *outofband.Request, arg1 string, arg2 []string) (string, error)
AcceptRequest 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 ¶
func (m *MockOobService) EXPECT() *MockOobServiceMockRecorder
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) SaveRequest ¶
func (m *MockOobService) SaveRequest(arg0 *outofband.Request) error
SaveRequest 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, arg2 interface{}) *gomock.Call
AcceptInvitation indicates an expected call of AcceptInvitation
func (*MockOobServiceMockRecorder) AcceptRequest ¶
func (mr *MockOobServiceMockRecorder) AcceptRequest(arg0, arg1, arg2 interface{}) *gomock.Call
AcceptRequest indicates an expected call of AcceptRequest
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) SaveRequest ¶
func (mr *MockOobServiceMockRecorder) SaveRequest(arg0 interface{}) *gomock.Call
SaveRequest indicates an expected call of SaveRequest
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 ¶
func (m *MockProvider) EXPECT() *MockProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (mr *MockProviderMockRecorder) KMS() *gomock.Call
KMS indicates an expected call of KMS
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