Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VerifyPasswordStrengthRequest ¶
type VerifyPasswordStrengthRequest struct {
Password string `json:"password" validate:"required"`
}
type VerifyPasswordStrengthResponse ¶
type VerifyPasswordStrengthResponse struct {
Valid bool `json:"valid"`
}
Click to show internal directories.
Click to hide internal directories.