Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockstartStopper ¶
type MockstartStopper struct {
// contains filtered or unexported fields
}
MockstartStopper is a mock of startStopper interface.
func NewMockstartStopper ¶
func NewMockstartStopper(ctrl *gomock.Controller) *MockstartStopper
NewMockstartStopper creates a new mock instance.
func (*MockstartStopper) EXPECT ¶
func (m *MockstartStopper) EXPECT() *MockstartStopperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockstartStopperMockRecorder ¶
type MockstartStopperMockRecorder struct {
// contains filtered or unexported fields
}
MockstartStopperMockRecorder is the mock recorder for MockstartStopper.
func (*MockstartStopperMockRecorder) Start ¶
func (mr *MockstartStopperMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*MockstartStopperMockRecorder) Stop ¶
func (mr *MockstartStopperMockRecorder) Stop() *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.