enums

package
v1.0.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MessageMustContainEspecialCharacter  = "must contain a special character"
	MessageMustContainNumericCharacter   = "must contain a numeric character"
	MessageMustContainUppercaseCharacter = "must contain an uppercase character"
	MessageMustContainLowercaseCharacter = "must contain a lowercase character"
)
View Source
const (
	RegexUppercaseCharacter = "[A-Z]"
	RegexLowercaseCharacter = "[a-z]"
	RegexNumericCharacter   = "\\d"
	RegexEspecialCharacter  = "[!@#$&*-._%=+]"
)

Variables

View Source
var ErrorInvalidLdapGroup = errors.New("admin ldap group should be a valid one for this user")

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL