package
Version:
v1.0.30
Opens a new window with list of versions in this module.
Published: Jun 3, 2024
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 VerifyPasswordStrengthRequest struct {
Email string `json:"email" validate:"required"`
Password string `json:"password" validate:"required"`
}
type VerifyPasswordStrengthResponse struct {
Valid bool `json:"valid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.