age_constraint.go
comment on exported const AgeConstraintUnknown should be of the form "AgeConstraintUnknown ..." Open
Open
// The constraint is not known. This is the case if none of the other
- Exclude checks
comment on exported const AgeConstraintAfterDeath should be of the form "AgeConstraintAfterDeath ..." Open
Open
// The age is after the known death of the individual. Like the "before
- Exclude checks
comment on exported const AgeConstraintLiving should be of the form "AgeConstraintLiving ..." Open
Open
// The age represents the number of years since the known birth of the
- Exclude checks
comment on exported const AgeConstraintBeforeBirth should be of the form "AgeConstraintBeforeBirth ..." Open
Open
// The age represents a time before the known birth. This would be
- Exclude checks