Documentation ¶ Index ¶ type Status func (f Status) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Status ¶ type Status int Status definition. const ( // Disabled means that a component is inactive, disabled. Disabled Status = iota // Enabled means that a component is active, enabled. Enabled ) func (Status) String ¶ func (f Status) String() string String translates enum Status to string. Source Files ¶ View all Source files status.go Click to show internal directories. Click to hide internal directories.