achievement

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AchievementsService

type AchievementsService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AchievementsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AchievementsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*AchievementsService) AdminDeleteAchievementShort

func (aaa *AchievementsService) AdminDeleteAchievementShort(input *achievements.AdminDeleteAchievementParams) error

func (*AchievementsService) AdminGetAchievementShort

func (*AchievementsService) AdminListAchievementsShort

func (*AchievementsService) AdminUpdateAchievementListOrderShort

func (aaa *AchievementsService) AdminUpdateAchievementListOrderShort(input *achievements.AdminUpdateAchievementListOrderParams) error

func (*AchievementsService) ExportAchievementsShort

func (*AchievementsService) GetAuthSession

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

func (*AchievementsService) ImportAchievementsShort

func (*AchievementsService) PublicGetAchievementShort

func (*AchievementsService) UpdateFlightId

func (aaa *AchievementsService) UpdateFlightId(flightId string)

type AnonymizationService

type AnonymizationService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

AnonymizationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use AnonymizationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*AnonymizationService) AdminAnonymizeUserAchievementShort

func (aaa *AnonymizationService) AdminAnonymizeUserAchievementShort(input *anonymization.AdminAnonymizeUserAchievementParams) error

func (*AnonymizationService) GetAuthSession

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

func (*AnonymizationService) UpdateFlightId

func (aaa *AnonymizationService) UpdateFlightId(flightId string)

type GlobalAchievementsService

type GlobalAchievementsService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

GlobalAchievementsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use GlobalAchievementsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*GlobalAchievementsService) ClaimGlobalAchievementRewardShort

func (aaa *GlobalAchievementsService) ClaimGlobalAchievementRewardShort(input *global_achievements.ClaimGlobalAchievementRewardParams) error

func (*GlobalAchievementsService) GetAuthSession

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

func (*GlobalAchievementsService) ResetGlobalAchievementShort

func (aaa *GlobalAchievementsService) ResetGlobalAchievementShort(input *global_achievements.ResetGlobalAchievementParams) error

func (*GlobalAchievementsService) UpdateFlightId

func (aaa *GlobalAchievementsService) UpdateFlightId(flightId string)

type PlatformAchievementService

type PlatformAchievementService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

PlatformAchievementService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use PlatformAchievementService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*PlatformAchievementService) GetAuthSession

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

func (*PlatformAchievementService) UpdateFlightId

func (aaa *PlatformAchievementService) UpdateFlightId(flightId string)

type TagsService

type TagsService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

TagsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use TagsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*TagsService) AdminListTagsShort

func (aaa *TagsService) AdminListTagsShort(input *tags.AdminListTagsParams) (*tags.AdminListTagsResponse, error)

func (*TagsService) GetAuthSession

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

func (*TagsService) PublicListTagsShort

func (aaa *TagsService) PublicListTagsShort(input *tags.PublicListTagsParams) (*tags.PublicListTagsResponse, error)

func (*TagsService) UpdateFlightId

func (aaa *TagsService) UpdateFlightId(flightId string)

type UserAchievementsService

type UserAchievementsService struct {
	Client           *achievementclient.JusticeAchievementService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

UserAchievementsService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use UserAchievementsService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/achievement-sdk/pkg"

func (*UserAchievementsService) AdminResetAchievementShort

func (aaa *UserAchievementsService) AdminResetAchievementShort(input *user_achievements.AdminResetAchievementParams) error

func (*UserAchievementsService) AdminUnlockAchievementShort

func (aaa *UserAchievementsService) AdminUnlockAchievementShort(input *user_achievements.AdminUnlockAchievementParams) error

func (*UserAchievementsService) GetAuthSession

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

func (*UserAchievementsService) PublicUnlockAchievementShort

func (aaa *UserAchievementsService) PublicUnlockAchievementShort(input *user_achievements.PublicUnlockAchievementParams) error

func (*UserAchievementsService) UpdateFlightId

func (aaa *UserAchievementsService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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