package
Version:
v0.0.0-...-33909b6
Opens a new window with list of versions in this module.
Published: Jun 5, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AddRanking は,usersテーブルにユーザデータを追加します
type UserMap struct {
ID string `gorm:"primaryKey"`
Name string `gorm:"not null"`
HighScore int `gorm:"not null;index:,sort:desc"`
}
GetRankings は,上位{limit}件のユーザデータを返します
Source Files
¶
Click to show internal directories.
Click to hide internal directories.