Documentation
¶
Index ¶
- Constants
- type CompetitiveUpdatesOptions
- type GoValoAPI
- func (vapi *GoValoAPI) GetAccountXP() (*api.AccountExperienceResponseBody, error)
- func (vapi *GoValoAPI) GetCompetitiveUpdates(uuid string, options *CompetitiveUpdatesOptions) (*api.CompetitiveUpdatesResponseBody, error)
- func (vapi *GoValoAPI) GetLeaderboard(seasonID string, options *LeaderboardOptions) (*api.LeaderboardResponseBody, error)
- func (vapi *GoValoAPI) GetMatchDetails(uuid string) (*api.MatchDetailsResponseBody, error)
- func (vapi *GoValoAPI) GetMatchHistory(uuid string, options *MatchHistoryOptions) (*api.MatchHistoryResponseBody, error)
- func (vapi *GoValoAPI) GetNameService(uuid string) (*api.NameServiceResponseBody, error)
- func (vapi *GoValoAPI) GetOwnedItems(itemType string) (*api.OwnedItemsResponseBody, error)
- func (vapi *GoValoAPI) GetPlayerLoadout() (*api.PlayerLoadoutResponseBody, error)
- func (vapi *GoValoAPI) GetPlayerMMR(puuid string) (*api.PlayerMMRResponseBody, error)
- func (vapi *GoValoAPI) GetSelfNameService() (*api.NameServiceResponseBody, error)
- func (vapi *GoValoAPI) GetStorePrices() (*api.PricesResponseBody, error)
- func (vapi *GoValoAPI) GetStorefront() (*api.StoreFrontResponseBody, error)
- func (vapi *GoValoAPI) GetUserInfo() (*api.UserInfoResponseBody, error)
- func (vapi *GoValoAPI) GetWallet() (*api.WalletResponseBody, error)
- type LeaderboardOptions
- type MatchHistoryOptions
Constants ¶
View Source
const ( VALORANT_REGION_NA string = "na" VALORANT_REGION_LATAM string = "latam" VALORANT_REGION_BR string = "br" VALORANT_REGION_EU string = "eu" VALORANT_REGION_AP string = "ap" VALORANT_REGION_KR string = "kr" )
View Source
const ( VALORANT_SHARD_NA string = "na" VALORANT_SHARD_PBE string = "pbe" VALORANT_SHARD_EU string = "eu" VALORANT_SHARD_AP string = "ap" VALORANT_SHARD_KR string = "kr" )
View Source
const ( OWNED_ITEM_TYPE_AGENTS string = "01bb38e1-da47-4e6a-9b3d-945fe4655707" OWNED_ITEM_TYPE_CONTRACTS string = "f85cb6f7-33e5-4dc8-b609-ec7212301948" OWNED_ITEM_TYPE_SPRAYS string = "d5f120f8-ff8c-4aac-92ea-f2b5acbe9475" OWNED_ITEM_TYPE_GUN_BUDDIES string = "dd3bf334-87f3-40bd-b043-682a57a8dc3a" OWNED_ITEM_TYPE_CARDS string = "3f296c07-64c3-494c-923b-fe692a4fa1bd" OWNED_ITEM_TYPE_SKINS string = "e7c63390-eda7-46e0-bb7a-a6abdacd2433" OWNED_ITEM_TYPE_SKIN_VARIANTS string = "3ad1b2b2-acdb-4524-852f-954a76ddae0a" OWNED_ITEM_TYPE_TITLES string = "de7caa6b-adf7-4588-bbd1-143831e786c6" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompetitiveUpdatesOptions ¶
type CompetitiveUpdatesOptions = api.CompetitiveUpdatesOptions
type GoValoAPI ¶
func (*GoValoAPI) GetAccountXP ¶
func (vapi *GoValoAPI) GetAccountXP() (*api.AccountExperienceResponseBody, error)
func (*GoValoAPI) GetCompetitiveUpdates ¶
func (vapi *GoValoAPI) GetCompetitiveUpdates(uuid string, options *CompetitiveUpdatesOptions) (*api.CompetitiveUpdatesResponseBody, error)
func (*GoValoAPI) GetLeaderboard ¶
func (vapi *GoValoAPI) GetLeaderboard(seasonID string, options *LeaderboardOptions) (*api.LeaderboardResponseBody, error)
func (*GoValoAPI) GetMatchDetails ¶
func (vapi *GoValoAPI) GetMatchDetails(uuid string) (*api.MatchDetailsResponseBody, error)
func (*GoValoAPI) GetMatchHistory ¶
func (vapi *GoValoAPI) GetMatchHistory(uuid string, options *MatchHistoryOptions) (*api.MatchHistoryResponseBody, error)
func (*GoValoAPI) GetNameService ¶
func (vapi *GoValoAPI) GetNameService(uuid string) (*api.NameServiceResponseBody, error)
func (*GoValoAPI) GetOwnedItems ¶
func (vapi *GoValoAPI) GetOwnedItems(itemType string) (*api.OwnedItemsResponseBody, error)
func (*GoValoAPI) GetPlayerLoadout ¶
func (vapi *GoValoAPI) GetPlayerLoadout() (*api.PlayerLoadoutResponseBody, error)
func (*GoValoAPI) GetPlayerMMR ¶
func (vapi *GoValoAPI) GetPlayerMMR(puuid string) (*api.PlayerMMRResponseBody, error)
func (*GoValoAPI) GetSelfNameService ¶
func (vapi *GoValoAPI) GetSelfNameService() (*api.NameServiceResponseBody, error)
func (*GoValoAPI) GetStorePrices ¶
func (vapi *GoValoAPI) GetStorePrices() (*api.PricesResponseBody, error)
func (*GoValoAPI) GetStorefront ¶
func (vapi *GoValoAPI) GetStorefront() (*api.StoreFrontResponseBody, error)
func (*GoValoAPI) GetUserInfo ¶
func (vapi *GoValoAPI) GetUserInfo() (*api.UserInfoResponseBody, error)
type LeaderboardOptions ¶
type LeaderboardOptions = api.LeaderboardOptions
type MatchHistoryOptions ¶
type MatchHistoryOptions = api.MatchHistoryOptions
Click to show internal directories.
Click to hide internal directories.