package
0.0.0-20201223150435-69509e0819fc
Repository: https://github.com/excel-mec/excelplay-backend-kryptos.git
Documentation: pkg.go.dev

# Functions

InitLiveLeaderboard initializes the channels and starts the goroutine that maintains the in-memory leaderboard.

# Variables

FetchRank is used to fetch the rank of a user from the in-memory leaderboard.
NewUser is used to add a new user to the in-memory leaderboard.
ReturnRank is used to return the fetched rank back to the main routine.
UpdateUser is used to update the in-memory leaderboard.