en

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EN = map[string]string{
	"notNull":              "field can't be empty or null value",
	"email":                "field must be an email",
	"numeric":              "field must be a numeric value",
	"containsString":       "field must contain at least one character",
	"containsNumber":       "field must contain at least one number",
	"containsSpecialChars": "field must contain at least one of the special chars",
	"eqNumber":             "field must be equal to",
	"eqString":             "field's length must be equal to",
	"gtNumber":             "field must be greater than",
	"gtString":             "field's length must be greater than",
	"ltNumber":             "field must be less than",
	"ltString":             "field's length must be less than",
	"lteNumber":            "field must be equal to or less than",
	"lteString":            "field's length must be equal to or less than",
	"gteNumber":            "field must be equal to or greater than",
	"gteString":            "field's length must be equal to or greater than",
	"neNumber":             "field must be not equal to",
	"neString":             "field's length must be not equal to",
	"contains":             "field must contain",
	"notContains":          "field must not contain",
	"begin":                "field must begin with",
	"notBegin":             "field must not begin with",
	"end":                  "field must end with",
	"notEnd":               "field must not end with",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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