Versions in this module Expand all Collapse all v1 v1.4.2 Jan 13, 2025 Changes in this version + const LevelA + const LevelB + const LevelC + const LevelS + const PasswordCannotContainSpaces + const QuestionLinkTypeID + const QuestionLinkTypeURL + func CheckPassword(password string) error + func DecodeAndCheckImageFile(localFilePath string, maxImageMegapixel int) bool + func EmailInAllowEmailDomain(email string, allowEmailDomains []string) bool + func IsChinese(str string) bool + func IsInvalidUsername(username string) bool + func IsNotZeroString(s string) bool + func IsQuestionsIgnorePath(questionID string) bool + func IsReservedUsername(username string) bool + func IsURL(str string) bool + func IsUnAuthorizedExtension(fileName string, allowedExtensions []string) bool + func IsUsersIgnorePath(username string) bool + type PathIgnore struct + Questions []string + Users []string + type QuestionLink struct + AnswerID string + LinkType int + QuestionID string + func GetQuestionLink(content string) []QuestionLink v1.4.2-RC2 Jan 13, 2025