package
1.0.1
Repository: https://github.com/programmer-richa/utility.git
Documentation: pkg.go.dev

# Functions

New returns a pointer to Form It accepts prefix value for each field, encryption to specify if the form accepts multipart data, action specifies the url of form submission, and method (GET/POST) supported by the form.
No description provided by the author
PasswordValidator validates data using valid password criteria in package validators.
RangeValidator validates data using given range of values.
ReValidator validates data using given regular expression pattern.

# Constants

The below constant block contains the list of form field types.
The below constant block contains the list of form field types.
The below constant block contains the list of form field types.
The below constant block contains the list of form field types.
The below constant block contains the list of form field types.
The below constant block contains the list of form field types.

# Variables

IntLoader specifies form data as int.
StringLoader specifies form data as string.
TimeLoader specifies form data as time.

# Structs

Field represents an element of a form.
FieldBuilder is a helper to construct the form Field.
Form struct represents an HTML form.

# Type aliases

FormatterFunc implements the formating functionality on the form field.
FormValidator represents a form validator function.
FormValues represents a map of form field values.
LoaderFunc specifies the datatype of data is stored in a field.
ValidatorFunc specifies the criteria of testing the field data.