Documentation
¶
Overview ¶
Package lifecycle is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLifecycle ¶
type MockLifecycle struct {
// contains filtered or unexported fields
}
MockLifecycle is a mock of Lifecycle interface.
func NewMockLifecycle ¶
func NewMockLifecycle(ctrl *gomock.Controller) *MockLifecycle
NewMockLifecycle creates a new mock instance.
func (*MockLifecycle) Append ¶
func (m *MockLifecycle) Append(arg0 lifecycle.Hook)
Append mocks base method.
func (*MockLifecycle) EXPECT ¶
func (m *MockLifecycle) EXPECT() *MockLifecycleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLifecycleMockRecorder ¶
type MockLifecycleMockRecorder struct {
// contains filtered or unexported fields
}
MockLifecycleMockRecorder is the mock recorder for MockLifecycle.
Click to show internal directories.
Click to hide internal directories.