Documentation
¶
Overview ¶
Package status provides runtime mode, data header type, and status constant definitions.
Index ¶
Constants ¶
View Source
const ( UNSET int = iota - 1 OFFLINE SERVER CLIENT )
Runtime mode constants.
View Source
const ( REQTASK = iota + 1 // task request header TASK // task response stream header LOG // log output header )
Data header type constants.
View Source
const ( STOPPED = iota - 1 STOP RUN PAUSE )
Runtime status constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.