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