Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
Component is an autogenerated mock type for the Component type
func NewComponent ¶ added in v0.26.1
NewComponent creates a new instance of Component. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Component) Done ¶
func (_m *Component) Done() <-chan struct{}
Done provides a mock function with no fields
func (*Component) Ready ¶
func (_m *Component) Ready() <-chan struct{}
Ready provides a mock function with no fields
func (*Component) Start ¶
func (_m *Component) Start(_a0 irrecoverable.SignalerContext)
Start provides a mock function with given fields: _a0
type ComponentManagerBuilder ¶
ComponentManagerBuilder is an autogenerated mock type for the ComponentManagerBuilder type
func NewComponentManagerBuilder ¶ added in v0.26.1
func NewComponentManagerBuilder(t interface { mock.TestingT Cleanup(func()) }) *ComponentManagerBuilder
NewComponentManagerBuilder creates a new instance of ComponentManagerBuilder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ComponentManagerBuilder) AddWorker ¶
func (_m *ComponentManagerBuilder) AddWorker(_a0 component.ComponentWorker) component.ComponentManagerBuilder
AddWorker provides a mock function with given fields: _a0
func (*ComponentManagerBuilder) Build ¶
func (_m *ComponentManagerBuilder) Build() *component.ComponentManager
Build provides a mock function with no fields