Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LivenessMng ¶
type LivenessMng struct {
// contains filtered or unexported fields
}
func StartServer ¶
func (*LivenessMng) SetRobotState ¶
func (lm *LivenessMng) SetRobotState(chName string, state RobotState)
type RobotState ¶
type RobotState string
const ( RobotStarted RobotState = "started" RobotStopped RobotState = "stopped" RobotStoppedWithErr RobotState = "stoppedWithErr" )
Click to show internal directories.
Click to hide internal directories.