package
1.1.0
Repository: https://github.com/amalgam8/amalgam8.git
Documentation: pkg.go.dev

# Packages

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

# Functions

IsInRange ensures the integer is within the specified inclusive range.
IsInRangeDuration ensures the time value is between the given min and max times.
IsNotEmpty ensures the value is not empty.
IsValidURL ensures that the URL is valid and has a protocol specified (http, https, etc...).
Validate runs validation checks.

# Constants

Header keys.
Keys of rest.Request.Env used by rest.Middleware.
Keys of rest.Request.Env used by rest.Middleware.
Header keys.
Header keys.

# Type aliases

ValidatorFunc performs a validation check.