Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockProtocolService
- func (m *MockProtocolService) ActionContinue(arg0 string, arg1 ...presentproof.Opt) error
- func (m *MockProtocolService) ActionStop(arg0 string, arg1 error, arg2 ...presentproof.Opt) error
- func (m *MockProtocolService) Actions() ([]presentproof.Action, error)
- func (m *MockProtocolService) EXPECT() *MockProtocolServiceMockRecorder
- func (m *MockProtocolService) HandleInbound(arg0 service.DIDCommMsg, arg1 service.DIDCommContext) (string, error)
- func (m *MockProtocolService) HandleOutbound(arg0 service.DIDCommMsg, arg1, arg2 string) (string, error)
- func (m *MockProtocolService) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockProtocolService) RegisterMsgEvent(arg0 chan<- service.StateMsg) error
- func (m *MockProtocolService) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockProtocolService) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error
- type MockProtocolServiceMockRecorder
- func (mr *MockProtocolServiceMockRecorder) ActionContinue(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) ActionStop(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) Actions() *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) HandleInbound(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) HandleOutbound(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockProtocolServiceMockRecorder) 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 MockProtocolService ¶
type MockProtocolService struct {
// contains filtered or unexported fields
}
MockProtocolService is a mock of ProtocolService interface.
func NewMockProtocolService ¶
func NewMockProtocolService(ctrl *gomock.Controller) *MockProtocolService
NewMockProtocolService creates a new mock instance.
func (*MockProtocolService) ActionContinue ¶
func (m *MockProtocolService) ActionContinue(arg0 string, arg1 ...presentproof.Opt) error
ActionContinue mocks base method.
func (*MockProtocolService) ActionStop ¶
func (m *MockProtocolService) ActionStop(arg0 string, arg1 error, arg2 ...presentproof.Opt) error
ActionStop mocks base method.
func (*MockProtocolService) Actions ¶
func (m *MockProtocolService) Actions() ([]presentproof.Action, error)
Actions mocks base method.
func (*MockProtocolService) EXPECT ¶
func (m *MockProtocolService) EXPECT() *MockProtocolServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProtocolService) HandleInbound ¶
func (m *MockProtocolService) HandleInbound(arg0 service.DIDCommMsg, arg1 service.DIDCommContext) (string, error)
HandleInbound mocks base method.
func (*MockProtocolService) HandleOutbound ¶
func (m *MockProtocolService) HandleOutbound(arg0 service.DIDCommMsg, arg1, arg2 string) (string, error)
HandleOutbound mocks base method.
func (*MockProtocolService) RegisterActionEvent ¶
func (m *MockProtocolService) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error
RegisterActionEvent mocks base method.
func (*MockProtocolService) RegisterMsgEvent ¶
func (m *MockProtocolService) RegisterMsgEvent(arg0 chan<- service.StateMsg) error
RegisterMsgEvent mocks base method.
func (*MockProtocolService) UnregisterActionEvent ¶
func (m *MockProtocolService) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error
UnregisterActionEvent mocks base method.
func (*MockProtocolService) UnregisterMsgEvent ¶
func (m *MockProtocolService) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error
UnregisterMsgEvent mocks base method.
type MockProtocolServiceMockRecorder ¶
type MockProtocolServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockProtocolServiceMockRecorder is the mock recorder for MockProtocolService.
func (*MockProtocolServiceMockRecorder) ActionContinue ¶
func (mr *MockProtocolServiceMockRecorder) ActionContinue(arg0 interface{}, arg1 ...interface{}) *gomock.Call
ActionContinue indicates an expected call of ActionContinue.
func (*MockProtocolServiceMockRecorder) ActionStop ¶
func (mr *MockProtocolServiceMockRecorder) ActionStop(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ActionStop indicates an expected call of ActionStop.
func (*MockProtocolServiceMockRecorder) Actions ¶
func (mr *MockProtocolServiceMockRecorder) Actions() *gomock.Call
Actions indicates an expected call of Actions.
func (*MockProtocolServiceMockRecorder) HandleInbound ¶
func (mr *MockProtocolServiceMockRecorder) HandleInbound(arg0, arg1 interface{}) *gomock.Call
HandleInbound indicates an expected call of HandleInbound.
func (*MockProtocolServiceMockRecorder) HandleOutbound ¶
func (mr *MockProtocolServiceMockRecorder) HandleOutbound(arg0, arg1, arg2 interface{}) *gomock.Call
HandleOutbound indicates an expected call of HandleOutbound.
func (*MockProtocolServiceMockRecorder) RegisterActionEvent ¶
func (mr *MockProtocolServiceMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call
RegisterActionEvent indicates an expected call of RegisterActionEvent.
func (*MockProtocolServiceMockRecorder) RegisterMsgEvent ¶
func (mr *MockProtocolServiceMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call
RegisterMsgEvent indicates an expected call of RegisterMsgEvent.
func (*MockProtocolServiceMockRecorder) UnregisterActionEvent ¶
func (mr *MockProtocolServiceMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call
UnregisterActionEvent indicates an expected call of UnregisterActionEvent.
func (*MockProtocolServiceMockRecorder) UnregisterMsgEvent ¶
func (mr *MockProtocolServiceMockRecorder) 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.
type MockProviderMockRecorder ¶
type MockProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockProviderMockRecorder is the mock recorder for MockProvider.
func (*MockProviderMockRecorder) Service ¶
func (mr *MockProviderMockRecorder) Service(arg0 interface{}) *gomock.Call
Service indicates an expected call of Service.