eligibility

package
v0.0.0-...-03ea0d3 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

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