package
Version:
v0.0.0-...-b0a4e96
Opens a new window with list of versions in this module.
Published: Jan 18, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserForm struct {
Name string `form:"name" json:"name" validate:"required|CustomValidator"`
}
type UserLogin struct {
Email string `form:"email" json:"email" validate:"required|email"`
Password string `form:"password" json:"password" validate:"required|minLen:6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.