package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: Unlicense
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 Message struct {
Question string `json:"question"`
Answer string `json:"answer"`
Session string `json:"session"`
}
type User struct {
UID string `gorm:"UNIQUE"`
Session string `gorm:"NOT NULL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.