seasonpass

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PassService

type PassService struct {
	Client          *seasonpassclient.JusticeSeasonpassService
	TokenRepository repository.TokenRepository
}

func (*PassService) CreatePass deprecated

Deprecated: Use CreatePassShort instead

func (*PassService) CreatePassShort

func (p *PassService) CreatePassShort(input *pass.CreatePassParams) (*seasonpassclientmodels.PassInfo, error)

func (*PassService) DeletePass deprecated

func (p *PassService) DeletePass(input *pass.DeletePassParams) error

Deprecated: Use DeletePassShort instead

func (*PassService) DeletePassShort

func (p *PassService) DeletePassShort(input *pass.DeletePassParams) error

func (*PassService) GetPass deprecated

Deprecated: Use GetPassShort instead

func (*PassService) GetPassShort

func (p *PassService) GetPassShort(input *pass.GetPassParams) (*seasonpassclientmodels.PassInfo, error)

func (*PassService) GrantUserPass deprecated

Deprecated: Use GrantUserPassShort instead

func (*PassService) GrantUserPassShort

func (*PassService) QueryPasses deprecated

Deprecated: Use QueryPassesShort instead

func (*PassService) QueryPassesShort

func (p *PassService) QueryPassesShort(input *pass.QueryPassesParams) ([]*seasonpassclientmodels.PassInfo, error)

func (*PassService) UpdatePass deprecated

Deprecated: Use UpdatePassShort instead

func (*PassService) UpdatePassShort

func (p *PassService) UpdatePassShort(input *pass.UpdatePassParams) (*seasonpassclientmodels.PassInfo, error)

type RewardService

type RewardService struct {
	Client          *seasonpassclient.JusticeSeasonpassService
	TokenRepository repository.TokenRepository
}

func (*RewardService) CreateReward deprecated

Deprecated: Use CreateRewardShort instead

func (*RewardService) CreateRewardShort

func (*RewardService) DeleteReward deprecated

func (r *RewardService) DeleteReward(input *reward.DeleteRewardParams) error

Deprecated: Use DeleteRewardShort instead

func (*RewardService) DeleteRewardShort

func (r *RewardService) DeleteRewardShort(input *reward.DeleteRewardParams) error

func (*RewardService) GetReward deprecated

Deprecated: Use GetRewardShort instead

func (*RewardService) GetRewardShort

func (*RewardService) PublicBulkClaimUserRewards deprecated

Deprecated: Use PublicBulkClaimUserRewardsShort instead

func (*RewardService) PublicBulkClaimUserRewardsShort

func (*RewardService) PublicClaimUserReward deprecated

Deprecated: Use PublicClaimUserRewardShort instead

func (*RewardService) PublicClaimUserRewardShort

func (*RewardService) QueryRewards deprecated

Deprecated: Use QueryRewardsShort instead

func (*RewardService) QueryRewardsShort

func (*RewardService) UpdateReward deprecated

Deprecated: Use UpdateRewardShort instead

func (*RewardService) UpdateRewardShort

type SeasonService

type SeasonService struct {
	Client          *seasonpassclient.JusticeSeasonpassService
	TokenRepository repository.TokenRepository
}

func (*SeasonService) CheckSeasonPurchasable deprecated

func (s *SeasonService) CheckSeasonPurchasable(input *season.CheckSeasonPurchasableParams) error

Deprecated: Use CheckSeasonPurchasableShort instead

func (*SeasonService) CheckSeasonPurchasableShort

func (s *SeasonService) CheckSeasonPurchasableShort(input *season.CheckSeasonPurchasableParams) error

func (*SeasonService) CloneSeason deprecated

Deprecated: Use CloneSeasonShort instead

func (*SeasonService) CloneSeasonShort

func (*SeasonService) CreateSeason deprecated

Deprecated: Use CreateSeasonShort instead

func (*SeasonService) CreateSeasonShort

func (*SeasonService) DeleteSeason deprecated

func (s *SeasonService) DeleteSeason(input *season.DeleteSeasonParams) error

Deprecated: Use DeleteSeasonShort instead

func (*SeasonService) DeleteSeasonShort

func (s *SeasonService) DeleteSeasonShort(input *season.DeleteSeasonParams) error

func (*SeasonService) ExistsAnyPassByPassCodes deprecated

Deprecated: Use ExistsAnyPassByPassCodesShort instead

func (*SeasonService) ExistsAnyPassByPassCodesShort

func (s *SeasonService) ExistsAnyPassByPassCodesShort(input *season.ExistsAnyPassByPassCodesParams) (*seasonpassclientmodels.Ownership, error)

func (*SeasonService) GetCurrentSeason deprecated

Deprecated: Use GetCurrentSeasonShort instead

func (*SeasonService) GetCurrentSeasonShort

func (*SeasonService) GetCurrentUserSeasonProgression deprecated

Deprecated: Use GetCurrentUserSeasonProgressionShort instead

func (*SeasonService) GetSeason deprecated

Deprecated: Use GetSeasonShort instead

func (*SeasonService) GetSeasonShort

func (*SeasonService) GetUserParticipatedSeasons deprecated

Deprecated: Use GetUserParticipatedSeasonsShort instead

func (*SeasonService) GetUserSeason deprecated

Deprecated: Use GetUserSeasonShort instead

func (*SeasonService) GetUserSeasonShort

func (*SeasonService) PublicGetCurrentSeason deprecated

Deprecated: Use PublicGetCurrentSeasonShort instead

func (*SeasonService) PublicGetCurrentUserSeason deprecated

Deprecated: Use PublicGetCurrentUserSeasonShort instead

func (*SeasonService) PublicGetUserSeason deprecated

Deprecated: Use PublicGetUserSeasonShort instead

func (*SeasonService) PublishSeason deprecated

Deprecated: Use PublishSeasonShort instead

func (*SeasonService) PublishSeasonShort

func (*SeasonService) QuerySeasons deprecated

Deprecated: Use QuerySeasonsShort instead

func (*SeasonService) ResetUserSeason deprecated

func (s *SeasonService) ResetUserSeason(input *season.ResetUserSeasonParams) error

Deprecated: Use ResetUserSeasonShort instead

func (*SeasonService) ResetUserSeasonShort

func (s *SeasonService) ResetUserSeasonShort(input *season.ResetUserSeasonParams) error

func (*SeasonService) RetireSeason deprecated

Deprecated: Use RetireSeasonShort instead

func (*SeasonService) RetireSeasonShort

func (*SeasonService) UnpublishSeason deprecated

Deprecated: Use UnpublishSeasonShort instead

func (*SeasonService) UnpublishSeasonShort

func (*SeasonService) UpdateSeason deprecated

Deprecated: Use UpdateSeasonShort instead

func (*SeasonService) UpdateSeasonShort

type TierService

type TierService struct {
	Client          *seasonpassclient.JusticeSeasonpassService
	TokenRepository repository.TokenRepository
}

func (*TierService) CreateTier deprecated

func (t *TierService) CreateTier(input *tier.CreateTierParams) ([]*seasonpassclientmodels.Tier, error)

Deprecated: Use CreateTierShort instead

func (*TierService) CreateTierShort

func (t *TierService) CreateTierShort(input *tier.CreateTierParams) ([]*seasonpassclientmodels.Tier, error)

func (*TierService) DeleteTier deprecated

func (t *TierService) DeleteTier(input *tier.DeleteTierParams) error

Deprecated: Use DeleteTierShort instead

func (*TierService) DeleteTierShort

func (t *TierService) DeleteTierShort(input *tier.DeleteTierParams) error

func (*TierService) GrantUserExp deprecated

Deprecated: Use GrantUserExpShort instead

func (*TierService) GrantUserExpShort

func (*TierService) GrantUserTier deprecated

Deprecated: Use GrantUserTierShort instead

func (*TierService) GrantUserTierShort

func (*TierService) QueryTiers deprecated

Deprecated: Use QueryTiersShort instead

func (*TierService) QueryTiersShort

func (*TierService) ReorderTier deprecated added in v0.12.0

Deprecated: Use ReorderTierShort instead

func (*TierService) ReorderTierShort added in v0.12.0

func (t *TierService) ReorderTierShort(input *tier.ReorderTierParams) (*seasonpassclientmodels.Tier, error)

func (*TierService) UpdateTier deprecated

Deprecated: Use UpdateTierShort instead

func (*TierService) UpdateTierShort

func (t *TierService) UpdateTierShort(input *tier.UpdateTierParams) (*seasonpassclientmodels.Tier, error)

Jump to

Keyboard shortcuts

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