package
Version:
v0.0.0-...-60376ea
Opens a new window with list of versions in this module.
Published: Dec 14, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Login struct {
Email string `validate:"required,email"`
Password string `validate:"required,gte=6,lte=8"`
}
type Register struct {
Name string `validate:"required,lte=50"`
Email string `validate:"required,email"`
Password string `validate:"required,gte=6,lte=8"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.