Documentation ¶
Overview ¶
Package healthstatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Green = HealthStatus{"green"} Yellow = HealthStatus{"yellow"} Red = HealthStatus{"red"} )
Functions ¶
This section is empty.
Types ¶
type HealthStatus ¶
type HealthStatus struct {
Name string
}
func (HealthStatus) MarshalText ¶
func (h HealthStatus) MarshalText() (text []byte, err error)
func (HealthStatus) String ¶
func (h HealthStatus) String() string
func (*HealthStatus) UnmarshalText ¶
func (h *HealthStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.