Documentation
¶
Overview ¶
Package edgehub is a generated GoMock package.
Index ¶
- type MockAdapter
- type MockAdapterMockRecorder
- func (mr *MockAdapterMockRecorder) Init() *gomock.Call
- func (mr *MockAdapterMockRecorder) Notify(arg0 interface{}) *gomock.Call
- func (mr *MockAdapterMockRecorder) Receive() *gomock.Call
- func (mr *MockAdapterMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockAdapterMockRecorder) UnInit() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAdapter ¶
type MockAdapter struct {
// contains filtered or unexported fields
}
MockAdapter is a mock of Adapter interface
func NewMockAdapter ¶
func NewMockAdapter(ctrl *gomock.Controller) *MockAdapter
NewMockAdapter creates a new mock instance
func (*MockAdapter) EXPECT ¶
func (m *MockAdapter) EXPECT() *MockAdapterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAdapter) Notify ¶
func (m *MockAdapter) Notify(arg0 map[string]string)
Notify mocks base method
func (*MockAdapter) Receive ¶
func (m *MockAdapter) Receive() (model.Message, error)
Receive mocks base method
func (*MockAdapter) Send ¶
func (m *MockAdapter) Send(arg0 model.Message) error
Send mocks base method
func (*MockAdapter) UnInit ¶ added in v1.6.0
func (m *MockAdapter) UnInit()
UnInit mocks base method
type MockAdapterMockRecorder ¶
type MockAdapterMockRecorder struct {
// contains filtered or unexported fields
}
MockAdapterMockRecorder is the mock recorder for MockAdapter
func (*MockAdapterMockRecorder) Init ¶
func (mr *MockAdapterMockRecorder) Init() *gomock.Call
Init indicates an expected call of Init
func (*MockAdapterMockRecorder) Notify ¶
func (mr *MockAdapterMockRecorder) Notify(arg0 interface{}) *gomock.Call
Notify indicates an expected call of Notify
func (*MockAdapterMockRecorder) Receive ¶
func (mr *MockAdapterMockRecorder) Receive() *gomock.Call
Receive indicates an expected call of Receive
func (*MockAdapterMockRecorder) Send ¶
func (mr *MockAdapterMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*MockAdapterMockRecorder) UnInit ¶ added in v1.6.0
func (mr *MockAdapterMockRecorder) UnInit() *gomock.Call
UnInit indicates an expected call of UnInit
Click to show internal directories.
Click to hide internal directories.