models

package
v0.0.0-...-5b6e3bb Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUserNotFound = errors.New("user doesn't exists")
)

Functions

This section is empty.

Types

type Chat

type Chat struct {
	ID               int64
	Title            string
	NotificationCron string
	EntryId          cron.EntryID
	OnlyMyChat       bool
}

type User

type User struct {
	ID             int64
	FirstName      string
	LastName       string
	UserName       string
	Score          int64
	IsLastUp       bool
	Achievements   string
	ScoreUpdatedAt *time.Time
}

Jump to

Keyboard shortcuts

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