model

package
v0.0.0-...-6d75db2 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: GPL-3.0 Imports: 0 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
	Title string
}

type ChatStatistics

type ChatStatistics struct {
	Title string

	// How many games have been done
	Guessed int
}

type Statistics

type Statistics struct {
	Chats       int64
	Users       int64
	GamesPlayed int64
}

type UserInChat

type UserInChat struct {
	ID     int
	ChatID int64

	Name string

	// When user was a Host
	WasHost int
	Success int

	// When user was a guesser
	Guessed int
}

Jump to

Keyboard shortcuts

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