Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeComponentLiveDebugging ¶
type FakeComponentLiveDebugging struct{}
func (*FakeComponentLiveDebugging) LiveDebugging ¶
func (f *FakeComponentLiveDebugging) LiveDebugging()
type FakeComponentNoLiveDebugging ¶
type FakeComponentNoLiveDebugging struct { }
type FakeServiceHost ¶
func (*FakeServiceHost) GetComponent ¶
func (h *FakeServiceHost) GetComponent(id component.ID, opts component.InfoOptions) (*component.Info, error)
func (*FakeServiceHost) ListComponents ¶ added in v1.8.0
func (h *FakeServiceHost) ListComponents(moduleID string, opts component.InfoOptions) ([]*component.Info, error)
Click to show internal directories.
Click to hide internal directories.