leaderboard

package
v0.1.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "2.28.0"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

Types

type AnonymizationService

type AnonymizationService struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*AnonymizationService) AdminAnonymizeUserLeaderboardAdminV1 deprecated

func (aaa *AnonymizationService) AdminAnonymizeUserLeaderboardAdminV1(input *anonymization.AdminAnonymizeUserLeaderboardAdminV1Params) error

Deprecated: 2022-01-10 - Please use AdminAnonymizeUserLeaderboardAdminV1Short instead.

func (*AnonymizationService) AdminAnonymizeUserLeaderboardAdminV1Short

func (aaa *AnonymizationService) AdminAnonymizeUserLeaderboardAdminV1Short(input *anonymization.AdminAnonymizeUserLeaderboardAdminV1Params) error

func (*AnonymizationService) GetAuthSession

func (aaa *AnonymizationService) GetAuthSession() auth.Session

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type LeaderboardConfigurationService

type LeaderboardConfigurationService struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*LeaderboardConfigurationService) CreateLeaderboardConfigurationAdminV1 deprecated

Deprecated: 2022-01-10 - Please use CreateLeaderboardConfigurationAdminV1Short instead.

func (*LeaderboardConfigurationService) CreateLeaderboardConfigurationPublicV1 deprecated

Deprecated: 2022-01-10 - Please use CreateLeaderboardConfigurationPublicV1Short instead.

func (*LeaderboardConfigurationService) DeleteBulkLeaderboardConfigurationAdminV1 deprecated

Deprecated: 2022-01-10 - Please use DeleteBulkLeaderboardConfigurationAdminV1Short instead.

func (*LeaderboardConfigurationService) DeleteLeaderboardConfigurationAdminV1 deprecated

Deprecated: 2022-01-10 - Please use DeleteLeaderboardConfigurationAdminV1Short instead.

func (*LeaderboardConfigurationService) DeleteLeaderboardConfigurationAdminV1Short

func (*LeaderboardConfigurationService) GetAuthSession

func (aaa *LeaderboardConfigurationService) GetAuthSession() auth.Session

func (*LeaderboardConfigurationService) GetLeaderboardConfigurationAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationAdminV1Short instead.

func (*LeaderboardConfigurationService) GetLeaderboardConfigurationsAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationsAdminV1Short instead.

func (*LeaderboardConfigurationService) GetLeaderboardConfigurationsPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationsPublicV1Short instead.

func (*LeaderboardConfigurationService) GetLeaderboardConfigurationsPublicV2 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationsPublicV2Short instead.

func (*LeaderboardConfigurationService) HardDeleteLeaderboardAdminV1 deprecated

Deprecated: 2022-01-10 - Please use HardDeleteLeaderboardAdminV1Short instead.

func (*LeaderboardConfigurationService) HardDeleteLeaderboardAdminV1Short

func (*LeaderboardConfigurationService) UpdateFlightId

func (aaa *LeaderboardConfigurationService) UpdateFlightId(flightId string)

func (*LeaderboardConfigurationService) UpdateLeaderboardConfigurationAdminV1 deprecated

Deprecated: 2022-01-10 - Please use UpdateLeaderboardConfigurationAdminV1Short instead.

type LeaderboardConfigurationV3Service

type LeaderboardConfigurationV3Service struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*LeaderboardConfigurationV3Service) CreateLeaderboardConfigurationAdminV3 deprecated

Deprecated: 2022-01-10 - Please use CreateLeaderboardConfigurationAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) DeleteBulkLeaderboardConfigurationAdminV3 deprecated

Deprecated: 2022-01-10 - Please use DeleteBulkLeaderboardConfigurationAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) DeleteLeaderboardConfigurationAdminV3 deprecated

Deprecated: 2022-01-10 - Please use DeleteLeaderboardConfigurationAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) DeleteLeaderboardConfigurationAdminV3Short

func (*LeaderboardConfigurationV3Service) GetAuthSession

func (aaa *LeaderboardConfigurationV3Service) GetAuthSession() auth.Session

func (*LeaderboardConfigurationV3Service) GetLeaderboardConfigurationAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) GetLeaderboardConfigurationPublicV3 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationPublicV3Short instead.

func (*LeaderboardConfigurationV3Service) GetLeaderboardConfigurationsAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationsAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) GetLeaderboardConfigurationsPublicV3 deprecated

Deprecated: 2022-01-10 - Please use GetLeaderboardConfigurationsPublicV3Short instead.

func (*LeaderboardConfigurationV3Service) HardDeleteLeaderboardAdminV3 deprecated

Deprecated: 2022-01-10 - Please use HardDeleteLeaderboardAdminV3Short instead.

func (*LeaderboardConfigurationV3Service) HardDeleteLeaderboardAdminV3Short

func (*LeaderboardConfigurationV3Service) UpdateFlightId

func (aaa *LeaderboardConfigurationV3Service) UpdateFlightId(flightId string)

func (*LeaderboardConfigurationV3Service) UpdateLeaderboardConfigurationAdminV3 deprecated

Deprecated: 2022-01-10 - Please use UpdateLeaderboardConfigurationAdminV3Short instead.

type LeaderboardDataService

type LeaderboardDataService struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*LeaderboardDataService) AdminGetArchivedLeaderboardRankingDataV1Handler deprecated

Deprecated: 2022-01-10 - Please use AdminGetArchivedLeaderboardRankingDataV1HandlerShort instead.

func (*LeaderboardDataService) CreateArchivedLeaderboardRankingDataV1Handler deprecated

func (aaa *LeaderboardDataService) CreateArchivedLeaderboardRankingDataV1Handler(input *leaderboard_data.CreateArchivedLeaderboardRankingDataV1HandlerParams) error

Deprecated: 2022-01-10 - Please use CreateArchivedLeaderboardRankingDataV1HandlerShort instead.

func (*LeaderboardDataService) CreateArchivedLeaderboardRankingDataV1HandlerShort

func (aaa *LeaderboardDataService) CreateArchivedLeaderboardRankingDataV1HandlerShort(input *leaderboard_data.CreateArchivedLeaderboardRankingDataV1HandlerParams) error

func (*LeaderboardDataService) DeleteUserRankingAdminV1 deprecated

func (aaa *LeaderboardDataService) DeleteUserRankingAdminV1(input *leaderboard_data.DeleteUserRankingAdminV1Params) error

Deprecated: 2022-01-10 - Please use DeleteUserRankingAdminV1Short instead.

func (*LeaderboardDataService) DeleteUserRankingAdminV1Short

func (aaa *LeaderboardDataService) DeleteUserRankingAdminV1Short(input *leaderboard_data.DeleteUserRankingAdminV1Params) error

func (*LeaderboardDataService) DeleteUserRankingByLeaderboardCodeAdminV1 deprecated

func (aaa *LeaderboardDataService) DeleteUserRankingByLeaderboardCodeAdminV1(input *leaderboard_data.DeleteUserRankingByLeaderboardCodeAdminV1Params) error

Deprecated: 2022-01-10 - Please use DeleteUserRankingByLeaderboardCodeAdminV1Short instead.

func (*LeaderboardDataService) DeleteUserRankingByLeaderboardCodeAdminV1Short

func (aaa *LeaderboardDataService) DeleteUserRankingByLeaderboardCodeAdminV1Short(input *leaderboard_data.DeleteUserRankingByLeaderboardCodeAdminV1Params) error

func (*LeaderboardDataService) DeleteUserRankingPublicV1 deprecated

func (aaa *LeaderboardDataService) DeleteUserRankingPublicV1(input *leaderboard_data.DeleteUserRankingPublicV1Params) error

Deprecated: 2022-01-10 - Please use DeleteUserRankingPublicV1Short instead.

func (*LeaderboardDataService) DeleteUserRankingPublicV1Short

func (aaa *LeaderboardDataService) DeleteUserRankingPublicV1Short(input *leaderboard_data.DeleteUserRankingPublicV1Params) error

func (*LeaderboardDataService) DeleteUserRankingsAdminV1 deprecated

func (aaa *LeaderboardDataService) DeleteUserRankingsAdminV1(input *leaderboard_data.DeleteUserRankingsAdminV1Params) error

Deprecated: 2022-01-10 - Please use DeleteUserRankingsAdminV1Short instead.

func (*LeaderboardDataService) DeleteUserRankingsAdminV1Short

func (aaa *LeaderboardDataService) DeleteUserRankingsAdminV1Short(input *leaderboard_data.DeleteUserRankingsAdminV1Params) error

func (*LeaderboardDataService) GetAllTimeLeaderboardRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetAllTimeLeaderboardRankingAdminV1Short instead.

func (*LeaderboardDataService) GetAllTimeLeaderboardRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetAllTimeLeaderboardRankingPublicV1Short instead.

func (*LeaderboardDataService) GetAllTimeLeaderboardRankingPublicV2 deprecated

Deprecated: 2022-01-10 - Please use GetAllTimeLeaderboardRankingPublicV2Short instead.

func (*LeaderboardDataService) GetArchivedLeaderboardRankingDataV1Handler deprecated

Deprecated: 2022-01-10 - Please use GetArchivedLeaderboardRankingDataV1HandlerShort instead.

func (*LeaderboardDataService) GetAuthSession

func (aaa *LeaderboardDataService) GetAuthSession() auth.Session

func (*LeaderboardDataService) GetCurrentMonthLeaderboardRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentMonthLeaderboardRankingAdminV1Short instead.

func (*LeaderboardDataService) GetCurrentMonthLeaderboardRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentMonthLeaderboardRankingPublicV1Short instead.

func (*LeaderboardDataService) GetCurrentSeasonLeaderboardRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentSeasonLeaderboardRankingAdminV1Short instead.

func (*LeaderboardDataService) GetCurrentSeasonLeaderboardRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentSeasonLeaderboardRankingPublicV1Short instead.

func (*LeaderboardDataService) GetCurrentWeekLeaderboardRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentWeekLeaderboardRankingAdminV1Short instead.

func (*LeaderboardDataService) GetCurrentWeekLeaderboardRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentWeekLeaderboardRankingPublicV1Short instead.

func (*LeaderboardDataService) GetTodayLeaderboardRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetTodayLeaderboardRankingAdminV1Short instead.

func (*LeaderboardDataService) GetTodayLeaderboardRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetTodayLeaderboardRankingPublicV1Short instead.

func (*LeaderboardDataService) GetUserRankingAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetUserRankingAdminV1Short instead.

func (*LeaderboardDataService) GetUserRankingPublicV1 deprecated

Deprecated: 2022-01-10 - Please use GetUserRankingPublicV1Short instead.

func (*LeaderboardDataService) UpdateFlightId

func (aaa *LeaderboardDataService) UpdateFlightId(flightId string)

func (*LeaderboardDataService) UpdateUserPointAdminV1 deprecated

Deprecated: 2022-01-10 - Please use UpdateUserPointAdminV1Short instead.

type LeaderboardDataV3Service

type LeaderboardDataV3Service struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*LeaderboardDataV3Service) BulkGetUsersRankingPublicV3 deprecated

Deprecated: 2022-01-10 - Please use BulkGetUsersRankingPublicV3Short instead.

func (*LeaderboardDataV3Service) DeleteUserRankingAdminV3 deprecated

Deprecated: 2022-01-10 - Please use DeleteUserRankingAdminV3Short instead.

func (*LeaderboardDataV3Service) DeleteUserRankingAdminV3Short

func (aaa *LeaderboardDataV3Service) DeleteUserRankingAdminV3Short(input *leaderboard_data_v3.DeleteUserRankingAdminV3Params) error

func (*LeaderboardDataV3Service) DeleteUserRankingByLeaderboardCodeAdminV3 deprecated

func (aaa *LeaderboardDataV3Service) DeleteUserRankingByLeaderboardCodeAdminV3(input *leaderboard_data_v3.DeleteUserRankingByLeaderboardCodeAdminV3Params) error

Deprecated: 2022-01-10 - Please use DeleteUserRankingByLeaderboardCodeAdminV3Short instead.

func (*LeaderboardDataV3Service) DeleteUserRankingByLeaderboardCodeAdminV3Short

func (aaa *LeaderboardDataV3Service) DeleteUserRankingByLeaderboardCodeAdminV3Short(input *leaderboard_data_v3.DeleteUserRankingByLeaderboardCodeAdminV3Params) error

func (*LeaderboardDataV3Service) DeleteUserRankingsAdminV3 deprecated

Deprecated: 2022-01-10 - Please use DeleteUserRankingsAdminV3Short instead.

func (*LeaderboardDataV3Service) DeleteUserRankingsAdminV3Short

func (aaa *LeaderboardDataV3Service) DeleteUserRankingsAdminV3Short(input *leaderboard_data_v3.DeleteUserRankingsAdminV3Params) error

func (*LeaderboardDataV3Service) GetAllTimeLeaderboardRankingAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetAllTimeLeaderboardRankingAdminV3Short instead.

func (*LeaderboardDataV3Service) GetAllTimeLeaderboardRankingPublicV3 deprecated

Deprecated: 2022-01-10 - Please use GetAllTimeLeaderboardRankingPublicV3Short instead.

func (*LeaderboardDataV3Service) GetAuthSession

func (aaa *LeaderboardDataV3Service) GetAuthSession() auth.Session

func (*LeaderboardDataV3Service) GetCurrentCycleLeaderboardRankingAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentCycleLeaderboardRankingAdminV3Short instead.

func (*LeaderboardDataV3Service) GetCurrentCycleLeaderboardRankingPublicV3 deprecated

Deprecated: 2022-01-10 - Please use GetCurrentCycleLeaderboardRankingPublicV3Short instead.

func (*LeaderboardDataV3Service) GetUserRankingAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetUserRankingAdminV3Short instead.

func (*LeaderboardDataV3Service) GetUserRankingPublicV3 deprecated

Deprecated: 2022-01-10 - Please use GetUserRankingPublicV3Short instead.

func (*LeaderboardDataV3Service) UpdateFlightId

func (aaa *LeaderboardDataV3Service) UpdateFlightId(flightId string)

type UserDataService

type UserDataService struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserDataService) GetAuthSession

func (aaa *UserDataService) GetAuthSession() auth.Session

func (*UserDataService) GetUserLeaderboardRankingsAdminV1 deprecated

Deprecated: 2022-01-10 - Please use GetUserLeaderboardRankingsAdminV1Short instead.

func (*UserDataService) UpdateFlightId

func (aaa *UserDataService) UpdateFlightId(flightId string)

type UserDataV3Service

type UserDataV3Service struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserDataV3Service) GetAuthSession

func (aaa *UserDataV3Service) GetAuthSession() auth.Session

func (*UserDataV3Service) GetUserLeaderboardRankingsAdminV3 deprecated

Deprecated: 2022-01-10 - Please use GetUserLeaderboardRankingsAdminV3Short instead.

func (*UserDataV3Service) UpdateFlightId

func (aaa *UserDataV3Service) UpdateFlightId(flightId string)

type UserVisibilityService

type UserVisibilityService struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserVisibilityService) GetAuthSession

func (aaa *UserVisibilityService) GetAuthSession() auth.Session

func (*UserVisibilityService) GetHiddenUsersV2 deprecated

Deprecated: 2022-01-10 - Please use GetHiddenUsersV2Short instead.

func (*UserVisibilityService) GetUserVisibilityStatusV2 deprecated

Deprecated: 2022-01-10 - Please use GetUserVisibilityStatusV2Short instead.

func (*UserVisibilityService) SetUserLeaderboardVisibilityStatusV2 deprecated

Deprecated: 2022-01-10 - Please use SetUserLeaderboardVisibilityStatusV2Short instead.

func (*UserVisibilityService) SetUserVisibilityStatusV2 deprecated

Deprecated: 2022-01-10 - Please use SetUserVisibilityStatusV2Short instead.

func (*UserVisibilityService) UpdateFlightId

func (aaa *UserVisibilityService) UpdateFlightId(flightId string)

type UserVisibilityV3Service

type UserVisibilityV3Service struct {
	Client           *leaderboardclient.JusticeLeaderboardService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserVisibilityV3Service) GetAuthSession

func (aaa *UserVisibilityV3Service) GetAuthSession() auth.Session

func (*UserVisibilityV3Service) GetHiddenUsersV3 deprecated

Deprecated: 2022-01-10 - Please use GetHiddenUsersV3Short instead.

func (*UserVisibilityV3Service) GetUserVisibilityStatusV3 deprecated

Deprecated: 2022-01-10 - Please use GetUserVisibilityStatusV3Short instead.

func (*UserVisibilityV3Service) SetUserLeaderboardVisibilityV3 deprecated

Deprecated: 2022-01-10 - Please use SetUserLeaderboardVisibilityV3Short instead.

func (*UserVisibilityV3Service) SetUserVisibilityV3 deprecated

Deprecated: 2022-01-10 - Please use SetUserVisibilityV3Short instead.

func (*UserVisibilityV3Service) UpdateFlightId

func (aaa *UserVisibilityV3Service) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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