consts

package
v1.0.22 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EmailCode      = "EmailCode"
	Name           = "name"
	ID             = "_id"
	CaptchaKey     = "CaptchaKey"
	PassCheckEmail = "PassCheckEmail"
)

Variables

View Source
var (
	ErrPasswordNotEqual  = status.Error(20001, "密码错误")
	ErrCodeNotFound      = status.Error(20002, "验证码已过期")
	ErrCodeNotEqual      = status.Error(20003, "验证码错误")
	ErrHaveExist         = status.Error(20004, "邮箱已被注册")
	ErrNotFound          = status.Error(20006, "数据不存在")
	ErrInvalidObjectId   = status.Error(20007, "ID格式错误")
	ErrNotPassEmailCheck = status.Error(20008, "未通过邮箱验证")
)

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