Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckerPatient ¶
type CheckerPatient interface {
CheckCondition() ConditionPatient
}
type ConditionPatient ¶
type ConditionPatient string
const ( ConditionCritical ConditionPatient = "Critical" ConditionNormal ConditionPatient = "Normal" ConditionGood ConditionPatient = "Good" )
type Patient ¶
type Patient struct {
CheckerPatient CheckerPatient
}
func (*Patient) CheckCondition ¶
func (p *Patient) CheckCondition() ConditionPatient
Click to show internal directories.
Click to hide internal directories.