package
0.0.0-20230221082639-0c8b833e4bae
Repository: https://github.com/gopherlinzy/gin-vue3-admin.git
Documentation: pkg.go.dev

# Packages

Package validators 存放自定义规则和验证器.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LoginByPassword 验证表单,返回长度等于零即通过.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResetByEmail 验证表单,返回长度等于零即通过.
ResetByPhone 验证表单,返回长度等于零即通过.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Validate 控制器里调用示例: if ok := requests.Validate(c, &requests.UserSaveRequest{}, requests.UserSave); !ok { return }.
No description provided by the author
No description provided by the author
VerifyCodeEmail 验证表单,返回长度等于零即通过.
VerifyCodePhone 验证表单,返回长度等于零即通过.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SignupUsingEmailRequest 通过手机注册的请求信息.
SignupUsingPhoneRequest 通过手机注册的请求信息.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ValidatorFunc 验证函数类型.