package
Version:
v0.0.0-...-46ed65f
Opens a new window with list of versions in this module.
Published: Oct 12, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SignInRequest struct {
Email string `form:"email" validate:"required,email"`
Password string `form:"password" validate:"required,min=8,max=50"`
}
type SignUpRequest struct {
Name string `form:"name" validate:"required,min=2,max=50"`
Email string `form:"email" validate:"required,email"`
Password string `form:"password" validate:"required,min=8,max=50"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.