Documentation ¶ Index ¶ type Type func ParseType(s string) Type func (t Type) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Type ¶ type Type int Type defines the eligibility criteria type. const ( // Unknown is the type of unknown criteria Unknown Type = iota // Inclusion is the type of inclusion criteria Inclusion // Exclusion is the type of exclusion criteria Exclusion ) func ParseType ¶ func ParseType(s string) Type ParseType converts a string to an eligibility type. func (Type) String ¶ func (t Type) String() string String converts the type to a string. Source Files ¶ View all Source files type.go Click to show internal directories. Click to hide internal directories.