package
Version:
v0.0.0-...-440c409
Opens a new window with list of versions in this module.
Published: Oct 28, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ChatMessage struct {
ID int64 `db:"id"`
ChatID int64 `db:"chat_id"`
Author string `db:"author"`
Content string `db:"content"`
CreatedAt time.Time `db:"created_at"`
UpdatedAt sql.NullTime `db:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.