Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Requirement ¶
type Requirement string
const ( Required Requirement = "required" NotRequired Requirement = "not-required" Optional Requirement = "optional" )
func (Requirement) IsEnabled ¶
func (r Requirement) IsEnabled() bool
func (Requirement) IsNotRequired ¶
func (r Requirement) IsNotRequired() bool
func (Requirement) IsOptional ¶
func (r Requirement) IsOptional() bool
func (Requirement) IsRequired ¶
func (r Requirement) IsRequired() bool
Click to show internal directories.
Click to hide internal directories.