model

package
v0.0.0-...-ede886b Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chat

type Chat struct {
	ID        int64    `db:"id"`
	Usernames []string `db:"usernames"`
}

type Message

type Message struct {
	ID        int64     `db:"id"`
	From      string    `db:"from"`
	Text      string    `db:"text"`
	Timestamp time.Time `db:"timestamp"`
}

Jump to

Keyboard shortcuts

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