model

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chatroom

type Chatroom struct {
	ID       int64  `json:"id" db:"id"`
	Chatroom string `json:"chatroom" db:"chatroom"`
}

type Message

type Message struct {
	ID         int64     `json:"id" db:"id"`
	ChatroomId int64     `json:"chatroom_id" db:"chatroom_id"`
	Username   string    `json:"username" db:"username"`
	Payload    string    `json:"payload" db:"payload"`
	CreatedAt  time.Time `json:"created_at" db:"created_at"`
}

Jump to

Keyboard shortcuts

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