model

package
v0.0.17 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	UID         = "uid"
	LINK        = "link"
	AVATAR      = "avatar"
	VENDOR      = "vendor"
	USER_UID    = "user_uid"
	PLACE_UID   = "place_uid"
	AUTH_UID    = "auth_uid"
	AUTH_STATUS = "auth_status"
	USER_ID     = "user_id"
	MEETING_UID = "meeting_uid"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Tencentmeeting

type Tencentmeeting struct {
	db.ModelWithUID
	AuthUID   string `gorm:"type:char(32);index"`
	UserUID   string `gorm:"type:char(32)"`
	AppID     string `gorm:"type:varchar(16)"`
	SdkID     string `gorm:"type:varchar(16)"`
	SecretID  string `gorm:"type:varchar(32)"`
	SecretKey string `gorm:"type:varchar(64)"`
	UserID    string `gorm:"type:varchar(32)"`
}

Jump to

Keyboard shortcuts

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