devserver

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 8 Imported by: 0

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

func (*Process) ExitCh

func (p *Process) ExitCh() <-chan error

func (*Process) Start

func (p *Process) Start() error

func (*Process) Stop

func (p *Process) Stop(gracePeriod time.Duration) error

func (*Process) WaitReady

func (p *Process) WaitReady(ctx context.Context, timeout time.Duration) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL