package
Version:
v0.0.0-...-3b276ab
Opens a new window with list of versions in this module.
Published: Feb 21, 2023
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
¶
type ChatExtend struct {
Content string `gorm:"column:content"`
SenderId int64 `gorm:"column:sender"`
}
type Message struct {
ID int64 `gorm:"primaryKey;column:id"`
CreatedAt time.Time `gorm:"column:create_time"`
ChatId int64 `gorm:"column:chat_id"`
Content string `gorm:"column:content"`
SenderId int64 `gorm:"column:sender"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.