Documentation ¶
Overview ¶
Package mock_reliable is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDispatcher ¶ added in v0.5.0
type MockDispatcher struct {
// contains filtered or unexported fields
}
MockDispatcher is a mock of Dispatcher interface
func NewMockDispatcher ¶ added in v0.5.0
func NewMockDispatcher(ctrl *gomock.Controller) *MockDispatcher
NewMockDispatcher creates a new mock instance
func (*MockDispatcher) EXPECT ¶ added in v0.5.0
func (m *MockDispatcher) EXPECT() *MockDispatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDispatcherMockRecorder ¶ added in v0.5.0
type MockDispatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockDispatcherMockRecorder is the mock recorder for MockDispatcher
func (*MockDispatcherMockRecorder) Register ¶ added in v0.5.0
func (mr *MockDispatcherMockRecorder) Register(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Register indicates an expected call of Register
Click to show internal directories.
Click to hide internal directories.