Documentation ¶
Overview ¶
Package state provides the state of the USM monitor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MonitorState ¶
type MonitorState = string
MonitorState represents the state of the USM monitor.
const ( // Disabled represents the state of the USM monitor when it is disabled. Disabled MonitorState = "Disabled" // Running represents the state of the USM monitor when it is running. Running MonitorState = "Running" // NotRunning represents the state of the USM monitor when it is not running. NotRunning MonitorState = "Not running" // Stopped represents the state of the USM monitor when it is stopped. Stopped MonitorState = "Stopped" )
Click to show internal directories.
Click to hide internal directories.