Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerManager ¶
type ControllerManager struct {
// contains filtered or unexported fields
}
func (*ControllerManager) Start ¶
func (a *ControllerManager) Start() error
func (*ControllerManager) Stop ¶
func (a *ControllerManager) Stop() error
type Options ¶
type Options struct { MainPath string BuildOptions []buildutils.BuildOption Command []string Args process.Args MergeArgs func(customArgs, defaultArgs process.Args) process.Args Host string Port int AttachOutput bool Stdout io.Writer Stderr io.Writer HealthTimeout time.Duration WaitTimeout time.Duration }
Click to show internal directories.
Click to hide internal directories.