Documentation
¶
Overview ¶
internal/runtime/process.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
// contains filtered or unexported fields
}
Process represents a running server process
func FindProcess ¶
FindProcess finds a process by name
func NewProcess ¶
func NewProcess(command string, args []string, opts ProcessOptions) (*Process, error)
NewProcess creates a new process
Click to show internal directories.
Click to hide internal directories.