Versions in this module Expand all Collapse all v0 v0.1.0-alpha Feb 4, 2024 v0.0.1 Jan 21, 2024 Changes in this version + func Alpha() types.BeMatcher + func AlphaNumeric() types.BeMatcher + func AlphaNumericWithDots() types.BeMatcher + func EmptyString() types.BeMatcher + func Float() types.BeMatcher + func LowerCaseOnly() types.BeMatcher + func MatchTemplate(template string, vars ...*V) types.BeMatcher + func MatchWildcard(pattern string) types.BeMatcher + func NonEmptyString() types.BeMatcher + func Numeric() types.BeMatcher + func Titled(languageArg ...language.Tag) types.BeMatcher + func ValidEmail() types.BeMatcher + type V struct + Matcher types.BeMatcher + Name string + func Var(name string, matching any) *V