Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildConfig ¶
type ChildConfig struct {
Args []string
Command string
CWD string
Env map[string]string
ReadyURL string
}
ChildConfig configures the child development server process.
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process supervises the child development server.
func NewProcess ¶
func NewProcess(config ChildConfig) *Process
Click to show internal directories.
Click to hide internal directories.