Documentation ¶
Index ¶
- type TestsFeature
- func (f *TestsFeature) Diagnostics(path string) diagnostics.Diagnostics
- func (f *TestsFeature) PathContext(path lang.Path) (*decoder.PathContext, error)
- func (f *TestsFeature) Paths(ctx context.Context) []lang.Path
- func (f *TestsFeature) SetLogger(logger *log.Logger)
- func (f *TestsFeature) Start(ctx context.Context)
- func (f *TestsFeature) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestsFeature ¶
type TestsFeature struct {
// contains filtered or unexported fields
}
func NewTestsFeature ¶
func NewTestsFeature(bus *eventbus.EventBus, stateStore *globalState.StateStore, fs jobs.ReadOnlyFS, moduleFeature testDecoder.ModuleReader, rootFeature testDecoder.RootReader) (*TestsFeature, error)
func (*TestsFeature) Diagnostics ¶
func (f *TestsFeature) Diagnostics(path string) diagnostics.Diagnostics
func (*TestsFeature) PathContext ¶
func (f *TestsFeature) PathContext(path lang.Path) (*decoder.PathContext, error)
func (*TestsFeature) SetLogger ¶
func (f *TestsFeature) SetLogger(logger *log.Logger)
func (*TestsFeature) Start ¶
func (f *TestsFeature) Start(ctx context.Context)
Start starts the features separate goroutine. It listens to various events from the EventBus and performs corresponding actions.
func (*TestsFeature) Stop ¶
func (f *TestsFeature) Stop()
Click to show internal directories.
Click to hide internal directories.