public

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MINIGAME_TOPLIST_QUERY = `
select 
    id, activities, unbannedcount, updated
from grouped.minigames
ORDER BY unbannedcount DESC;
`
View Source
var MINIGAME_TOPLIST_USER_QUERY = `` /* 545-byte string literal not displayed */
View Source
var SKILLER_TOPLIST_QUERY = `
select 
    id, skills, unbannedcount, updated
from grouped.skillers
ORDER BY unbannedcount DESC;
`
View Source
var SKILLER_TOPLIST_USERS_QUERY = `` /* 546-byte string literal not displayed */

Functions

func GetMinigameToplist

func GetMinigameToplist(c fiber.Ctx) error

func GetMinigameToplistUsers

func GetMinigameToplistUsers(c fiber.Ctx) error

func GetSkillToplist

func GetSkillToplist(c fiber.Ctx) error

*** SKILLER TOPLISTS ***

func GetSkillToplistUsers

func GetSkillToplistUsers(c fiber.Ctx) error

func QueryMinigameToplist

func QueryMinigameToplist() ([]model.Toplist, error)

func QueryMinigameToplistUsers

func QueryMinigameToplistUsers(minigame int) ([]model.Player, error)

func QuerySkillToplist

func QuerySkillToplist() ([]model.Toplist, error)

func QuerySkillToplistUsers

func QuerySkillToplistUsers(skillId int) ([]model.Player, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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