comment

package
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL