strfmt

package
v1.0.0-rc2 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ASCIIValidator = validator.NewRegexpStrfmtValidator(regexpStringASCII, "ascii")
View Source
var AlphaNumericValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaNumeric, "alpha-numeric")
View Source
var AlphaUnicodeNumericValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaUnicodeNumeric, "alpha-unicode-numeric")
View Source
var AlphaUnicodeValidator = validator.NewRegexpStrfmtValidator(regexpStringAlphaUnicode, "alpha-unicode")
View Source
var AlphaValidator = validator.NewRegexpStrfmtValidator(regexpStringAlpha, "alpha")
View Source
var Base64URLValidator = validator.NewRegexpStrfmtValidator(regexpStringBase64URL, "base-64-url")
View Source
var Base64Validator = validator.NewRegexpStrfmtValidator(regexpStringBase64, "base-64")
View Source
var BtcAddressLowerBech32Validator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddressLowerBech32, "btc-address-lower-bech-32")
View Source
var BtcAddressUpperBech32Validator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddressUpperBech32, "btc-address-upper-bech-32")
View Source
var BtcAddressValidator = validator.NewRegexpStrfmtValidator(regexpStringBtcAddress, "btc-address")
View Source
var DataURIValidator = validator.NewRegexpStrfmtValidator(regexpStringDataURI, "data-uri")
View Source
var E164Validator = validator.NewRegexpStrfmtValidator(regexpStringE164, "e-164")
View Source
var EmailValidator = validator.NewRegexpStrfmtValidator(regexpStringEmail, "email")
View Source
var EthAddressLowerValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddressLower, "eth-address-lower")
View Source
var EthAddressUpperValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddressUpper, "eth-address-upper")
View Source
var EthAddressValidator = validator.NewRegexpStrfmtValidator(regexpStringEthAddress, "eth-address")
View Source
var HTMLEncodedValidator = validator.NewRegexpStrfmtValidator(regexpStringHTMLEncoded, "html-encoded")
View Source
var HTMLValidator = validator.NewRegexpStrfmtValidator(regexpStringHTML, "html")
View Source
var HexColorValidator = validator.NewRegexpStrfmtValidator(regexpStringHexColor, "hex-color")
View Source
var HexadecimalValidator = validator.NewRegexpStrfmtValidator(regexpStringHexadecimal, "hexadecimal")
View Source
var HostnameRfc1123Validator = validator.NewRegexpStrfmtValidator(regexpStringHostnameRFC1123, "hostname-rfc-1123")
View Source
var HostnameRfc952Validator = validator.NewRegexpStrfmtValidator(regexpStringHostnameRFC952, "hostname-rfc-952")
View Source
var HslValidator = validator.NewRegexpStrfmtValidator(regexpStringHSL, "hsl")
View Source
var HslaValidator = validator.NewRegexpStrfmtValidator(regexpStringHSLA, "hsla")
View Source
var Isbn10Validator = validator.NewRegexpStrfmtValidator(regexpStringISBN10, "isbn-10")
View Source
var Isbn13Validator = validator.NewRegexpStrfmtValidator(regexpStringISBN13, "isbn-13")
View Source
var LatitudeValidator = validator.NewRegexpStrfmtValidator(regexpStringLatitude, "latitude")
View Source
var LongitudeValidator = validator.NewRegexpStrfmtValidator(regexpStringLongitude, "longitude")
View Source
var MultibyteValidator = validator.NewRegexpStrfmtValidator(regexpStringMultibyte, "multibyte")
View Source
var NumberValidator = validator.NewRegexpStrfmtValidator(regexpStringNumber, "number")
View Source
var NumericValidator = validator.NewRegexpStrfmtValidator(regexpStringNumeric, "numeric")
View Source
var PrintableASCIIValidator = validator.NewRegexpStrfmtValidator(regexpStringPrintableASCII, "printable-ascii")
View Source
var RgbValidator = validator.NewRegexpStrfmtValidator(regexpStringRGB, "rgb")
View Source
var RgbaValidator = validator.NewRegexpStrfmtValidator(regexpStringRGBA, "rgba")
View Source
var SsnValidator = validator.NewRegexpStrfmtValidator(regexpStringSSN, "ssn")
View Source
var URLEncodedValidator = validator.NewRegexpStrfmtValidator(regexpStringURLEncoded, "url-encoded")
View Source
var UUID3Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID3RFC4122, "uuid-3-rfc-4122")
View Source
var UUID3Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID3, "uuid-3")
View Source
var UUID4Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID4RFC4122, "uuid-4-rfc-4122")
View Source
var UUID4Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID4, "uuid-4")
View Source
var UUID5Rfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID5RFC4122, "uuid-5-rfc-4122")
View Source
var UUID5Validator = validator.NewRegexpStrfmtValidator(regexpStringUUID5, "uuid-5")
View Source
var UUIDValidator = validator.NewRegexpStrfmtValidator(regexpStringUUID, "uuid")
View Source
var Uuidrfc4122Validator = validator.NewRegexpStrfmtValidator(regexpStringUUIDRFC4122, "uuidrfc-4122")

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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