package
Version:
v0.0.0-...-91cc735
Opens a new window with list of versions in this module.
Published: Sep 6, 2023
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
¶
Rule is the enum that defines the rules of the password.
const (
MinSize Rule = "minSize"
MinUppercase Rule = "minUppercase"
MinLowercase Rule = "minLowercase"
MinDigit Rule = "minDigit"
MinSpecialChars Rule = "minSpecialChars"
NoRepeted Rule = "noRepeted"
)
Constants that defines the rules of the password.
String returns the string representation of the rule.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.