Documentation
¶
Overview ¶
ports are used to interact with external system processes. Basically wraps os.Exec.Cmd instance, but you get exit signals if the process exits. If the external command closes without error, the port process will exit with exitreason.Normal
Index ¶
Constants ¶
View Source
const ( PortExitedReason = "port exited" PortClosedReason = "port closed" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PortClosed ¶
type ShutdownReason ¶ added in v0.5.1
type ShutdownReason string
Click to show internal directories.
Click to hide internal directories.