Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockDIDComm
- func (m *MockDIDComm) EXPECT() *MockDIDCommMockRecorder
- func (m *MockDIDComm) HandleInbound(arg0 *service.DIDCommMsg) (string, error)
- func (m *MockDIDComm) HandleOutbound(arg0 *service.DIDCommMsg, arg1 *service.Destination) error
- func (m *MockDIDComm) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockDIDComm) RegisterMsgEvent(arg0 chan<- service.StateMsg) error
- func (m *MockDIDComm) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error
- func (m *MockDIDComm) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error
- type MockDIDCommMockRecorder
- func (mr *MockDIDCommMockRecorder) HandleInbound(arg0 interface{}) *gomock.Call
- func (mr *MockDIDCommMockRecorder) HandleOutbound(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDIDCommMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockDIDCommMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call
- func (mr *MockDIDCommMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call
- func (mr *MockDIDCommMockRecorder) UnregisterMsgEvent(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDIDComm ¶
type MockDIDComm struct {
// contains filtered or unexported fields
}
MockDIDComm is a mock of DIDComm interface
func NewMockDIDComm ¶
func NewMockDIDComm(ctrl *gomock.Controller) *MockDIDComm
NewMockDIDComm creates a new mock instance
func (*MockDIDComm) EXPECT ¶
func (m *MockDIDComm) EXPECT() *MockDIDCommMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDIDComm) HandleInbound ¶
func (m *MockDIDComm) HandleInbound(arg0 *service.DIDCommMsg) (string, error)
HandleInbound mocks base method
func (*MockDIDComm) HandleOutbound ¶
func (m *MockDIDComm) HandleOutbound(arg0 *service.DIDCommMsg, arg1 *service.Destination) error
HandleOutbound mocks base method
func (*MockDIDComm) RegisterActionEvent ¶
func (m *MockDIDComm) RegisterActionEvent(arg0 chan<- service.DIDCommAction) error
RegisterActionEvent mocks base method
func (*MockDIDComm) RegisterMsgEvent ¶
func (m *MockDIDComm) RegisterMsgEvent(arg0 chan<- service.StateMsg) error
RegisterMsgEvent mocks base method
func (*MockDIDComm) UnregisterActionEvent ¶
func (m *MockDIDComm) UnregisterActionEvent(arg0 chan<- service.DIDCommAction) error
UnregisterActionEvent mocks base method
func (*MockDIDComm) UnregisterMsgEvent ¶
func (m *MockDIDComm) UnregisterMsgEvent(arg0 chan<- service.StateMsg) error
UnregisterMsgEvent mocks base method
type MockDIDCommMockRecorder ¶
type MockDIDCommMockRecorder struct {
// contains filtered or unexported fields
}
MockDIDCommMockRecorder is the mock recorder for MockDIDComm
func (*MockDIDCommMockRecorder) HandleInbound ¶
func (mr *MockDIDCommMockRecorder) HandleInbound(arg0 interface{}) *gomock.Call
HandleInbound indicates an expected call of HandleInbound
func (*MockDIDCommMockRecorder) HandleOutbound ¶
func (mr *MockDIDCommMockRecorder) HandleOutbound(arg0, arg1 interface{}) *gomock.Call
HandleOutbound indicates an expected call of HandleOutbound
func (*MockDIDCommMockRecorder) RegisterActionEvent ¶
func (mr *MockDIDCommMockRecorder) RegisterActionEvent(arg0 interface{}) *gomock.Call
RegisterActionEvent indicates an expected call of RegisterActionEvent
func (*MockDIDCommMockRecorder) RegisterMsgEvent ¶
func (mr *MockDIDCommMockRecorder) RegisterMsgEvent(arg0 interface{}) *gomock.Call
RegisterMsgEvent indicates an expected call of RegisterMsgEvent
func (*MockDIDCommMockRecorder) UnregisterActionEvent ¶
func (mr *MockDIDCommMockRecorder) UnregisterActionEvent(arg0 interface{}) *gomock.Call
UnregisterActionEvent indicates an expected call of UnregisterActionEvent
func (*MockDIDCommMockRecorder) UnregisterMsgEvent ¶
func (mr *MockDIDCommMockRecorder) UnregisterMsgEvent(arg0 interface{}) *gomock.Call
UnregisterMsgEvent indicates an expected call of UnregisterMsgEvent