Documentation ¶
Overview ¶
Package mock_lifecycle 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(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockStartStopperMockRecorder) Stop ¶
func (mr *MockStartStopperMockRecorder) Stop(arg0 interface{}) *gomock.Call
Stop indicates an expected call of Stop.
Click to show internal directories.
Click to hide internal directories.