Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModelTypeOnline = "online" ModelTypeLocal = "local" StateNormal = "normal" StateAbnormal = "abnormal" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelState ¶
type ModelState string
func ModelStateFromInt ¶
func ModelStateFromInt(i int) ModelState
func (ModelState) Int ¶
func (m ModelState) Int() int
func (ModelState) String ¶
func (m ModelState) String() string
Click to show internal directories.
Click to hide internal directories.