model

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AUTH_UID    = "auth_uid"
	SIGN_NAME   = "sign_name"
	TEMPLATE_ID = "template_id"
	APP_ID      = "app_id"
	MOBILE      = "mobile"
	VERIFY      = "verify"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Sms

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)"`
}

Jump to

Keyboard shortcuts

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