package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Dec 15, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
AUTH_UID = "auth_uid"
SIGN_NAME = "sign_name"
TEMPLATE_ID = "template_id"
APP_ID = "app_id"
MOBILE = "mobile"
VERIFY = "verify"
)
type Sms struct {
db.ModelWithUID
AuthUID string `gorm:"type:char(32);index"`
UserUID string `gorm:"type:char(32)"`
SignName string `gorm:"type:varchar(64)"`
TemplateID string `gorm:"type:varchar(64)"`
AppID string `gorm:"type:varchar(32)"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.