Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvVarDiscordToken = "DISCORD_TOKEN" EnvVarDiscordGuildID = "DISCORD_GUILD_ID" EnvVarJWTSecret = "JWT_SECRET" EnvVarChartMakerHost = "CHARTMAKER_HOST" EnvVarPostgresUser = "POSTGRES_USER" EnvVarPostgresPassword = "POSTGRES_PASSWORD" EnvVarPostgresDB = "POSTGRES_DB" EnvVarClientPostgresPort = "CLIENT_POSTGRES_PORT" EnvVarClientPostgresHost = "CLIENT_POSTGRES_HOST" EnvVarRedisHost = "REDIS_HOST" EnvVarRedisPort = "REDIS_PORT" EnvVarFrontendURL = "FRONTEND_URL" )
View Source
const MaxCulvertScoreThreshold int64 = 10000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharacterStatistics ¶
type ChartMakeMultiplePoints ¶
type ChartMakerPoints ¶
type PlayerRank ¶
type PlayerRankingResponse ¶
type PlayerRankingResponse struct { TotalCount int `json:"totalCount"` Ranks []PlayerRank `json:"ranks"` }
Click to show internal directories.
Click to hide internal directories.