Categorygithub.com/stdutil/validation
modulepackage
0.0.0-20250123090717-3f436d2d9c27
Repository: https://github.com/stdutil/validation.git
Documentation: pkg.go.dev

# Functions

ValidateDecimal validates a decimal input against decimal validation options.
ValidateEmail validates an e-mail address.
ValidateNumeric validates a numeric input against numeric validation options Currently supported data types are: - constraints.Integer (Signed | Unsigned) - constraints.Float (~float32 | ~float64) This function requires version 1.18+.
ValidateString validates an input string against the string validation options.
ValidateTime validates an input time against the time validation options.
ValidateUrl validates a URL.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author