Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatGptMessage ¶
type ChatGptMessage struct {
*chatgptpb.ChatGptMessage
}
type ChatLog ¶
type ChatLog struct { Id int `gorm:"primary_key;AUTO_INCREMENT;not null"` UserId string `gorm:"type:char(64);not null;index;"` Message ChatGptMessage `gorm:"type:text;not null"` }
type ChatScene ¶
type ChatScene struct { UserId string `gorm:"primary_key;type:char(64);not null"` Message ChatGptMessage `gorm:"type:text;not null"` }
Click to show internal directories.
Click to hide internal directories.