package
Version:
v0.0.10
Opens a new window with list of versions in this module.
Published: Mar 2, 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 Message struct {
uniq.Head
ThreadHash uniq.Hash `db:"thread_hash" json:"thread_hash"`
VisitorHash uniq.Hash `db:"visitor_hash" json:"visitor_hash"`
Approved bool `db:"approved" json:"approved"`
Text string `db:"text" json:"text"`
}
type Thread struct {
uniq.Head
Type string `db:"type" json:"type"`
RelatedHash uniq.Hash `db:"related_hash" json:"related_hash"`
RelatedAt *time.Time `db:"related_at" json:"related_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.