strfmt

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ASCIIValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringASCII, "ascii")
View Source
var AlphaNumericValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringAlphaNumeric,
	"alpha-numeric",
	"alphaNumeric",
)
View Source
var AlphaUnicodeNumericValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringAlphaUnicodeNumeric,
	"alpha-unicode-numeric",
	"alphaUnicodeNumeric",
)
View Source
var AlphaUnicodeValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringAlphaUnicode,
	"alpha-unicode",
	"alphaUnicode",
)
View Source
var AlphaValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringAlpha, "alpha")
View Source
var Base64URLValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringBase64URL,
	"base64-url",
	"base64URL",
)
View Source
var Base64Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringBase64, "base64")
View Source
var BtcAddressLowerValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringBtcAddressLower,
	"btc-address-lower",
	"btcAddressLower",
)
View Source
var BtcAddressUpperValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringBtcAddressUpper,
	"btc-address-upper",
	"btcAddressUpper",
)
View Source
var BtcAddressValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringBtcAddress,
	"btc-address",
	"btcAddress",
)
View Source
var DataURIValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringDataURI,
	"data-uri",
	"dataURI",
)
View Source
var EmailValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringEmail, "email")
View Source
var EthAddressLowerValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringEthAddressLower,
	"eth-address-lower",
	"ethAddressLower",
)
View Source
var EthAddressUpperValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringEthAddressUpper,
	"eth-address-upper",
	"ethAddressUpper",
)
View Source
var EthAddressValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringEthAddress,
	"eth-address",
	"ethAddress",
)
View Source
var HexAdecimalValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringHexAdecimal,
	"hex-adecimal",
	"hexAdecimal",
)
View Source
var HexColorValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringHexColor,
	"hex-color",
	"hexColor",
)
View Source
var HostnameValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringHostname, "hostname")
View Source
var HostnameXValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringHostnameX,
	"hostname-x",
	"hostnameX",
)
View Source
var HslValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringHSL, "hsl")
View Source
var HslaValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringHSLA, "hsla")
View Source
var Isbn10Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringISBN10, "isbn10")
View Source
var Isbn13Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringISBN13, "isbn13")
View Source
var LatitudeValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringLatitude, "latitude")
View Source
var LongitudeValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringLongitude, "longitude")
View Source
var MultibyteValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringMultibyte, "multibyte")
View Source
var NumberValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringNumber, "number")
View Source
var NumericValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringNumeric, "numeric")
View Source
var PrintableASCIIValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(
	regexpStringPrintableASCII,
	"printable-ascii",
	"printableASCII",
)
View Source
var RgbValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringRGB, "rgb")
View Source
var RgbaValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringRGBA, "rgba")
View Source
var SsnValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringSSN, "ssn")
View Source
var UUIDValidator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringUUID, "uuid")
View Source
var Uuid3Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringUUID3, "uuid3")
View Source
var Uuid4Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringUUID4, "uuid4")
View Source
var Uuid5Validator = github_com_go_courier_validator.NewRegexpStrfmtValidator(regexpStringUUID5, "uuid5")

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