Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager interface {
Start(context.Context, config.Config) error
Stop(context.Context, config.Config) error
Running(context.Context, config.Config) (Status, error)
Dependency(ctx context.Context, conf config.Config, name string) (deps process.Dependency, root bool)
}
Manager handles running background processes.
func NewManager ¶
func NewManager(host environment.HostActions) Manager
NewManager creates a new process manager.
Click to show internal directories.
Click to hide internal directories.