model

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: AGPL-3.0, AGPL-3.0-or-later Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ELO

type ELO struct {
	gorm.Model
	Uin  int64 `gorm:"unique_index"`
	Name string
	Rate int
}

ELO user elo info

type PGN

type PGN struct {
	gorm.Model
	Data      string
	WhiteUin  int64
	BlackUin  int64
	WhiteName string
	BlackName string
}

PGN chess pgn info

Jump to

Keyboard shortcuts

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