patient

package
v0.0.0-...-7656c7d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: Unlicense Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL