seasonpass

package
v0.1.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "1.19.2"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

Types

type ExportService

type ExportService struct {
	Client           *seasonpassclient.JusticeSeasonpassService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository
}

func (*ExportService) ExportSeason deprecated

func (aaa *ExportService) ExportSeason(input *export.ExportSeasonParams, writer io.Writer) (io.Writer, error)

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

func (*ExportService) ExportSeasonShort

func (aaa *ExportService) ExportSeasonShort(input *export.ExportSeasonParams, writer io.Writer) (io.Writer, error)

func (*ExportService) GetAuthSession

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

type PassService

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

func (*PassService) CreatePass deprecated

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

func (*PassService) CreatePassShort

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

func (*PassService) DeletePass deprecated

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

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

func (*PassService) DeletePassShort

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

func (*PassService) GetAuthSession

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

func (*PassService) GetPass deprecated

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

func (*PassService) GetPassShort

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

func (*PassService) GrantUserPass deprecated

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

func (*PassService) GrantUserPassShort

func (*PassService) QueryPasses deprecated

func (aaa *PassService) QueryPasses(input *pass.QueryPassesParams) ([]*seasonpassclientmodels.PassInfo, error)

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

func (*PassService) QueryPassesShort

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

func (*PassService) UpdatePass deprecated

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

func (*PassService) UpdatePassShort

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

type RewardService

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

func (*RewardService) CreateReward deprecated

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

func (*RewardService) CreateRewardShort

func (*RewardService) DeleteReward deprecated

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

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

func (*RewardService) DeleteRewardShort

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

func (*RewardService) GetAuthSession

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

func (*RewardService) GetReward deprecated

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

func (*RewardService) GetRewardShort

func (*RewardService) PublicBulkClaimUserRewards deprecated

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

func (*RewardService) PublicBulkClaimUserRewardsShort

func (aaa *RewardService) PublicBulkClaimUserRewardsShort(input *reward.PublicBulkClaimUserRewardsParams) (*seasonpassclientmodels.ClaimableRewards, error)

func (*RewardService) PublicClaimUserReward deprecated

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

func (*RewardService) PublicClaimUserRewardShort

func (*RewardService) QueryRewards deprecated

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

func (*RewardService) QueryRewardsShort

func (aaa *RewardService) QueryRewardsShort(input *reward.QueryRewardsParams) ([]*seasonpassclientmodels.RewardInfo, error)

func (*RewardService) UpdateReward deprecated

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

func (*RewardService) UpdateRewardShort

type SeasonService

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

func (*SeasonService) BulkGetUserSeasonProgression deprecated

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

func (*SeasonService) BulkGetUserSeasonProgressionShort

func (aaa *SeasonService) BulkGetUserSeasonProgressionShort(input *season.BulkGetUserSeasonProgressionParams) ([]*seasonpassclientmodels.UserSeasonSummary, error)

func (*SeasonService) CheckSeasonPurchasable deprecated

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

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

func (*SeasonService) CheckSeasonPurchasableShort

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

func (*SeasonService) CloneSeason deprecated

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

func (*SeasonService) CloneSeasonShort

func (*SeasonService) CreateSeason deprecated

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

func (*SeasonService) CreateSeasonShort

func (*SeasonService) DeleteSeason deprecated

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

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

func (*SeasonService) DeleteSeasonShort

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

func (*SeasonService) ExistsAnyPassByPassCodes deprecated

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

func (*SeasonService) ExistsAnyPassByPassCodesShort

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

func (*SeasonService) GetAuthSession

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

func (*SeasonService) GetCurrentSeason deprecated

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

func (*SeasonService) GetCurrentSeasonShort

func (*SeasonService) GetCurrentUserSeasonProgression deprecated

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

func (*SeasonService) GetCurrentUserSeasonProgressionShort

func (aaa *SeasonService) GetCurrentUserSeasonProgressionShort(input *season.GetCurrentUserSeasonProgressionParams) (*seasonpassclientmodels.UserSeasonSummary, error)

func (*SeasonService) GetFullSeason deprecated

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

func (*SeasonService) GetFullSeasonShort

func (*SeasonService) GetSeason deprecated

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

func (*SeasonService) GetSeasonShort

func (*SeasonService) GetUserParticipatedSeasons deprecated

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

func (*SeasonService) GetUserSeason deprecated

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

func (*SeasonService) GetUserSeasonShort

func (*SeasonService) PublicGetCurrentSeason deprecated

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

func (*SeasonService) PublicGetCurrentSeasonShort

func (*SeasonService) PublicGetCurrentUserSeason deprecated

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

func (*SeasonService) PublicGetUserSeason deprecated

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

func (*SeasonService) PublicGetUserSeasonShort

func (*SeasonService) PublishSeason deprecated

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

func (*SeasonService) PublishSeasonShort

func (aaa *SeasonService) PublishSeasonShort(input *season.PublishSeasonParams) (*seasonpassclientmodels.SeasonInfo, error)

func (*SeasonService) QuerySeasons deprecated

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

func (*SeasonService) QueryUserExpGrantHistory deprecated

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

func (*SeasonService) QueryUserExpGrantHistoryTag deprecated

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

func (*SeasonService) QueryUserExpGrantHistoryTagShort

func (aaa *SeasonService) QueryUserExpGrantHistoryTagShort(input *season.QueryUserExpGrantHistoryTagParams) (*seasonpassclientmodels.ReasonTagsResult, error)

func (*SeasonService) ResetUserSeason deprecated

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

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

func (*SeasonService) ResetUserSeasonShort

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

func (*SeasonService) RetireSeason deprecated

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

func (*SeasonService) RetireSeasonShort

func (*SeasonService) UnpublishSeason deprecated

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

func (*SeasonService) UnpublishSeasonShort

func (aaa *SeasonService) UnpublishSeasonShort(input *season.UnpublishSeasonParams) (*seasonpassclientmodels.SeasonInfo, error)

func (*SeasonService) UpdateSeason deprecated

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

func (*SeasonService) UpdateSeasonShort

type TierService

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

func (*TierService) CreateTier deprecated

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

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

func (*TierService) CreateTierShort

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

func (*TierService) DeleteTier deprecated

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

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

func (*TierService) DeleteTierShort

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

func (*TierService) GetAuthSession

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

func (*TierService) GrantUserExp deprecated

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

func (*TierService) GrantUserExpShort

func (*TierService) GrantUserTier deprecated

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

func (*TierService) GrantUserTierShort

func (*TierService) QueryTiers deprecated

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

func (*TierService) QueryTiersShort

func (*TierService) ReorderTier deprecated

func (aaa *TierService) ReorderTier(input *tier.ReorderTierParams) (*seasonpassclientmodels.Tier, error)

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

func (*TierService) ReorderTierShort

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

func (*TierService) UpdateTier deprecated

func (aaa *TierService) UpdateTier(input *tier.UpdateTierParams) (*seasonpassclientmodels.Tier, error)

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

func (*TierService) UpdateTierShort

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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