package
Version:
v0.0.0-...-eb336c4
Opens a new window with list of versions in this module.
Published: Mar 25, 2022
License: MPL-2.0
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 Chat struct {
ID int64 `db:"id"`
Active bool `db:"active"`
ProjectID string `db:"project_id"`
}
type Project struct {
ID string `db:"id"`
Active bool `db:"active"`
ClientID string `db:"client_id"`
PrettyTitle sql.NullString `db:"pretty_title"`
SecretKey string `db:"secret_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.