Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NotSmiteErrMsg is an error message from making non Smite requests to the Smite URL NotSmiteErrMsg = "is only available for Smite requests" // NotPaladinsErrMsg is an error message from making non Paladins requests to the Paladins URL NotPaladinsErrMsg = "is only available for Paladins requests" // NotRankedErrMsg is an error message from making a request to an endpoint marked as "Ranked Only" NotRankedErrMsg = "only applies to queues: Joust1v1Ranked, Joust3v3Ranked, and ConquestRanked (440, 450, and 451)" )
Variables ¶
This section is empty.
Functions ¶
func FormatTime ¶
FormatTime formats a go timestamp to the format expected/returned by the HiRez API
func GenerateDesiredOutput ¶
func IsNotRanked ¶
IsNotRanked returns true if the passed in queueID is not a ranked queueID
func IsPaladinsPath ¶
IsPaladinsPath checks that the client BasePath is for Paladins
func IsSmitePath ¶
IsSmitePath checks that the client BasePath is for Smite
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.