package
Version:
v0.0.0-...-55e1567
Opens a new window with list of versions in this module.
Published: Mar 24, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
ID int64 `gorm:"primarykey"`
ToUserId int64 `gorm:"not null"`
FromUserId int64 `gorm:"not null"`
Content string `gorm:"type:varchar(256);not null"`
CreateTime int64 `gorm:"not null"`
}
BeforeCreate uses snowflake to generate an ID.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.