social

package
v0.38.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GameProfileService

type GameProfileService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*GameProfileService) GetAuthSession added in v0.21.0

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

func (*GameProfileService) GetProfile

deprecated(2022-01-10): please use GetProfileShort instead.

func (*GameProfileService) GetProfileShort added in v0.10.0

func (*GameProfileService) GetUserProfiles

deprecated(2022-01-10): please use GetUserProfilesShort instead.

func (*GameProfileService) GetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicCreateProfile

func (aaa *GameProfileService) PublicCreateProfile(input *game_profile.PublicCreateProfileParams) error

deprecated(2022-01-10): please use PublicCreateProfileShort instead.

func (*GameProfileService) PublicCreateProfileShort added in v0.10.0

func (aaa *GameProfileService) PublicCreateProfileShort(input *game_profile.PublicCreateProfileParams) error

func (*GameProfileService) PublicDeleteProfile

func (aaa *GameProfileService) PublicDeleteProfile(input *game_profile.PublicDeleteProfileParams) error

deprecated(2022-01-10): please use PublicDeleteProfileShort instead.

func (*GameProfileService) PublicDeleteProfileShort added in v0.10.0

func (aaa *GameProfileService) PublicDeleteProfileShort(input *game_profile.PublicDeleteProfileParams) error

func (*GameProfileService) PublicGetProfile

deprecated(2022-01-10): please use PublicGetProfileShort instead.

func (*GameProfileService) PublicGetProfileAttribute

deprecated(2022-01-10): please use PublicGetProfileAttributeShort instead.

func (*GameProfileService) PublicGetProfileAttributeShort added in v0.10.0

func (aaa *GameProfileService) PublicGetProfileAttributeShort(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)

func (*GameProfileService) PublicGetProfileShort added in v0.10.0

func (*GameProfileService) PublicGetUserGameProfiles

deprecated(2022-01-10): please use PublicGetUserGameProfilesShort instead.

func (*GameProfileService) PublicGetUserGameProfilesShort added in v0.10.0

func (*GameProfileService) PublicGetUserProfiles

deprecated(2022-01-10): please use PublicGetUserProfilesShort instead.

func (*GameProfileService) PublicGetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicUpdateAttribute

deprecated(2022-01-10): please use PublicUpdateAttributeShort instead.

func (*GameProfileService) PublicUpdateAttributeShort added in v0.10.0

func (*GameProfileService) PublicUpdateProfile

deprecated(2022-01-10): please use PublicUpdateProfileShort instead.

func (*GameProfileService) PublicUpdateProfileShort added in v0.10.0

type GlobalStatisticService

type GlobalStatisticService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*GlobalStatisticService) GetAuthSession added in v0.21.0

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

func (*GlobalStatisticService) GetGlobalStatItemByStatCode added in v0.35.0

deprecated(2022-01-10): please use GetGlobalStatItemByStatCodeShort instead.

func (*GlobalStatisticService) GetGlobalStatItemByStatCode1 added in v0.35.0

deprecated(2022-01-10): please use GetGlobalStatItemByStatCode1Short instead.

func (*GlobalStatisticService) GetGlobalStatItemByStatCode1Short added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItemByStatCodeShort added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItems

deprecated(2022-01-10): please use GetGlobalStatItemsShort instead.

func (*GlobalStatisticService) GetGlobalStatItems1 added in v0.35.0

deprecated(2022-01-10): please use GetGlobalStatItems1Short instead.

func (*GlobalStatisticService) GetGlobalStatItems1Short added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItemsShort added in v0.10.0

type SlotConfigService

type SlotConfigService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*SlotConfigService) DeleteNamespaceSlotConfig

func (aaa *SlotConfigService) DeleteNamespaceSlotConfig(input *slot_config.DeleteNamespaceSlotConfigParams) error

deprecated(2022-01-10): please use DeleteNamespaceSlotConfigShort instead.

func (*SlotConfigService) DeleteNamespaceSlotConfigShort added in v0.10.0

func (aaa *SlotConfigService) DeleteNamespaceSlotConfigShort(input *slot_config.DeleteNamespaceSlotConfigParams) error

func (*SlotConfigService) DeleteUserSlotConfig

func (aaa *SlotConfigService) DeleteUserSlotConfig(input *slot_config.DeleteUserSlotConfigParams) error

deprecated(2022-01-10): please use DeleteUserSlotConfigShort instead.

func (*SlotConfigService) DeleteUserSlotConfigShort added in v0.10.0

func (aaa *SlotConfigService) DeleteUserSlotConfigShort(input *slot_config.DeleteUserSlotConfigParams) error

func (*SlotConfigService) GetAuthSession added in v0.21.0

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

func (*SlotConfigService) GetNamespaceSlotConfig

deprecated(2022-01-10): please use GetNamespaceSlotConfigShort instead.

func (*SlotConfigService) GetNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) GetUserSlotConfig

deprecated(2022-01-10): please use GetUserSlotConfigShort instead.

func (*SlotConfigService) GetUserSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateNamespaceSlotConfig

deprecated(2022-01-10): please use UpdateNamespaceSlotConfigShort instead.

func (*SlotConfigService) UpdateNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateUserSlotConfig

deprecated(2022-01-10): please use UpdateUserSlotConfigShort instead.

func (*SlotConfigService) UpdateUserSlotConfigShort added in v0.10.0

type SlotService

type SlotService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*SlotService) GetAuthSession added in v0.21.0

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

func (*SlotService) GetSlotData

func (aaa *SlotService) GetSlotData(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)

deprecated(2022-01-10): please use GetSlotDataShort instead.

func (*SlotService) GetSlotDataShort added in v0.10.0

func (aaa *SlotService) GetSlotDataShort(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)

func (*SlotService) GetUserNamespaceSlots

func (aaa *SlotService) GetUserNamespaceSlots(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)

deprecated(2022-01-10): please use GetUserNamespaceSlotsShort instead.

func (*SlotService) GetUserNamespaceSlotsShort added in v0.10.0

func (aaa *SlotService) GetUserNamespaceSlotsShort(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)

func (*SlotService) PublicCreateUserNamespaceSlot

func (aaa *SlotService) PublicCreateUserNamespaceSlot(input *slot.PublicCreateUserNamespaceSlotParams) error

deprecated(2022-01-10): please use PublicCreateUserNamespaceSlotShort instead.

func (*SlotService) PublicCreateUserNamespaceSlotShort added in v0.10.0

func (aaa *SlotService) PublicCreateUserNamespaceSlotShort(input *slot.PublicCreateUserNamespaceSlotParams) error

func (*SlotService) PublicDeleteUserNamespaceSlot

func (aaa *SlotService) PublicDeleteUserNamespaceSlot(input *slot.PublicDeleteUserNamespaceSlotParams) error

deprecated(2022-01-10): please use PublicDeleteUserNamespaceSlotShort instead.

func (*SlotService) PublicDeleteUserNamespaceSlotShort added in v0.10.0

func (aaa *SlotService) PublicDeleteUserNamespaceSlotShort(input *slot.PublicDeleteUserNamespaceSlotParams) error

func (*SlotService) PublicGetSlotData

func (aaa *SlotService) PublicGetSlotData(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)

deprecated(2022-01-10): please use PublicGetSlotDataShort instead.

func (*SlotService) PublicGetSlotDataShort added in v0.10.0

func (aaa *SlotService) PublicGetSlotDataShort(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)

func (*SlotService) PublicGetUserNamespaceSlots

func (aaa *SlotService) PublicGetUserNamespaceSlots(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)

deprecated(2022-01-10): please use PublicGetUserNamespaceSlotsShort instead.

func (*SlotService) PublicGetUserNamespaceSlotsShort added in v0.10.0

func (aaa *SlotService) PublicGetUserNamespaceSlotsShort(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)

func (*SlotService) PublicUpdateUserNamespaceSlot

func (aaa *SlotService) PublicUpdateUserNamespaceSlot(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)

deprecated(2022-01-10): please use PublicUpdateUserNamespaceSlotShort instead.

func (*SlotService) PublicUpdateUserNamespaceSlotMetadata

func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadata(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)

deprecated(2022-01-10): please use PublicUpdateUserNamespaceSlotMetadataShort instead.

func (*SlotService) PublicUpdateUserNamespaceSlotMetadataShort added in v0.10.0

func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadataShort(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)

func (*SlotService) PublicUpdateUserNamespaceSlotShort added in v0.10.0

func (aaa *SlotService) PublicUpdateUserNamespaceSlotShort(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)

type StatConfigurationService

type StatConfigurationService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*StatConfigurationService) CreateStat

deprecated(2022-01-10): please use CreateStatShort instead.

func (*StatConfigurationService) CreateStat1 added in v0.10.0

deprecated(2022-01-10): please use CreateStat1Short instead.

func (*StatConfigurationService) CreateStat1Short added in v0.10.0

func (*StatConfigurationService) CreateStatShort added in v0.10.0

func (*StatConfigurationService) DeleteStat

deprecated(2022-01-10): please use DeleteStatShort instead.

func (*StatConfigurationService) DeleteStatShort added in v0.10.0

func (*StatConfigurationService) DeleteTiedStat added in v0.29.0

deprecated(2022-01-10): please use DeleteTiedStatShort instead.

func (*StatConfigurationService) DeleteTiedStatShort added in v0.29.0

func (aaa *StatConfigurationService) DeleteTiedStatShort(input *stat_configuration.DeleteTiedStatParams) error

func (*StatConfigurationService) ExportStats

deprecated(2022-01-10): please use ExportStatsShort instead.

func (*StatConfigurationService) ExportStatsShort added in v0.10.0

func (aaa *StatConfigurationService) ExportStatsShort(input *stat_configuration.ExportStatsParams, writer io.Writer) (io.Writer, error)

func (*StatConfigurationService) GetAuthSession added in v0.21.0

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

func (*StatConfigurationService) GetStat

deprecated(2022-01-10): please use GetStatShort instead.

func (*StatConfigurationService) GetStatShort added in v0.10.0

func (*StatConfigurationService) GetStats

deprecated(2022-01-10): please use GetStatsShort instead.

func (*StatConfigurationService) GetStatsShort added in v0.10.0

func (*StatConfigurationService) ImportStats

deprecated(2022-01-10): please use ImportStatsShort instead.

func (*StatConfigurationService) ImportStatsShort added in v0.10.0

func (*StatConfigurationService) QueryStats

deprecated(2022-01-10): please use QueryStatsShort instead.

func (*StatConfigurationService) QueryStatsShort added in v0.10.0

func (*StatConfigurationService) UpdateStat

deprecated(2022-01-10): please use UpdateStatShort instead.

func (*StatConfigurationService) UpdateStatShort added in v0.10.0

type UserStatisticService

type UserStatisticService struct {
	Client                 *socialclient.JusticeSocialService
	ConfigRepository       repository.ConfigRepository
	TokenRepository        repository.TokenRepository
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*UserStatisticService) BulkCreateUserStatItems

deprecated(2022-01-10): please use BulkCreateUserStatItemsShort instead.

func (*UserStatisticService) BulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkFetchOrDefaultStatItems added in v0.18.0

deprecated(2022-01-10): please use BulkFetchOrDefaultStatItemsShort instead.

func (*UserStatisticService) BulkFetchOrDefaultStatItems1 added in v0.18.0

deprecated(2022-01-10): please use BulkFetchOrDefaultStatItems1Short instead.

func (*UserStatisticService) BulkFetchOrDefaultStatItems1Short added in v0.18.0

func (*UserStatisticService) BulkFetchOrDefaultStatItemsShort added in v0.18.0

func (*UserStatisticService) BulkFetchStatItems

deprecated(2022-01-10): please use BulkFetchStatItemsShort instead.

func (*UserStatisticService) BulkFetchStatItems1

deprecated(2022-01-10): please use BulkFetchStatItems1Short instead.

func (*UserStatisticService) BulkFetchStatItems1Short added in v0.10.0

func (*UserStatisticService) BulkFetchStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItem

deprecated(2022-01-10): please use BulkIncUserStatItemShort instead.

func (*UserStatisticService) BulkIncUserStatItem1

deprecated(2022-01-10): please use BulkIncUserStatItem1Short instead.

func (*UserStatisticService) BulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue

deprecated(2022-01-10): please use BulkIncUserStatItemValueShort instead.

func (*UserStatisticService) BulkIncUserStatItemValue1

deprecated(2022-01-10): please use BulkIncUserStatItemValue1Short instead.

func (*UserStatisticService) BulkIncUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue2

deprecated(2022-01-10): please use BulkIncUserStatItemValue2Short instead.

func (*UserStatisticService) BulkIncUserStatItemValue2Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem

deprecated(2022-01-10): please use BulkResetUserStatItemShort instead.

func (*UserStatisticService) BulkResetUserStatItem1

deprecated(2022-01-10): please use BulkResetUserStatItem1Short instead.

func (*UserStatisticService) BulkResetUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem2

deprecated(2022-01-10): please use BulkResetUserStatItem2Short instead.

func (*UserStatisticService) BulkResetUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem3

deprecated(2022-01-10): please use BulkResetUserStatItem3Short instead.

func (*UserStatisticService) BulkResetUserStatItem3Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItemValues added in v0.12.0

deprecated(2022-01-10): please use BulkResetUserStatItemValuesShort instead.

func (*UserStatisticService) BulkResetUserStatItemValuesShort added in v0.12.0

func (*UserStatisticService) BulkUpdateUserStatItem

deprecated(2022-01-10): please use BulkUpdateUserStatItemShort instead.

func (*UserStatisticService) BulkUpdateUserStatItem1

deprecated(2022-01-10): please use BulkUpdateUserStatItem1Short instead.

func (*UserStatisticService) BulkUpdateUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItem2

deprecated(2022-01-10): please use BulkUpdateUserStatItem2Short instead.

func (*UserStatisticService) BulkUpdateUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemV2

deprecated(2022-01-10): please use BulkUpdateUserStatItemV2Short instead.

func (*UserStatisticService) BulkUpdateUserStatItemV2Short added in v0.10.0

func (*UserStatisticService) CreateUserStatItem

func (aaa *UserStatisticService) CreateUserStatItem(input *user_statistic.CreateUserStatItemParams) error

deprecated(2022-01-10): please use CreateUserStatItemShort instead.

func (*UserStatisticService) CreateUserStatItemShort added in v0.10.0

func (aaa *UserStatisticService) CreateUserStatItemShort(input *user_statistic.CreateUserStatItemParams) error

func (*UserStatisticService) DeleteUserStatItems

func (aaa *UserStatisticService) DeleteUserStatItems(input *user_statistic.DeleteUserStatItemsParams) error

deprecated(2022-01-10): please use DeleteUserStatItemsShort instead.

func (*UserStatisticService) DeleteUserStatItems1

func (aaa *UserStatisticService) DeleteUserStatItems1(input *user_statistic.DeleteUserStatItems1Params) error

deprecated(2022-01-10): please use DeleteUserStatItems1Short instead.

func (*UserStatisticService) DeleteUserStatItems1Short added in v0.10.0

func (aaa *UserStatisticService) DeleteUserStatItems1Short(input *user_statistic.DeleteUserStatItems1Params) error

func (*UserStatisticService) DeleteUserStatItems2

func (aaa *UserStatisticService) DeleteUserStatItems2(input *user_statistic.DeleteUserStatItems2Params) error

deprecated(2022-01-10): please use DeleteUserStatItems2Short instead.

func (*UserStatisticService) DeleteUserStatItems2Short added in v0.10.0

func (aaa *UserStatisticService) DeleteUserStatItems2Short(input *user_statistic.DeleteUserStatItems2Params) error

func (*UserStatisticService) DeleteUserStatItemsShort added in v0.10.0

func (aaa *UserStatisticService) DeleteUserStatItemsShort(input *user_statistic.DeleteUserStatItemsParams) error

func (*UserStatisticService) GetAuthSession added in v0.21.0

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

func (*UserStatisticService) GetUserStatItems

deprecated(2022-01-10): please use GetUserStatItemsShort instead.

func (*UserStatisticService) GetUserStatItemsShort added in v0.10.0

func (*UserStatisticService) IncUserStatItemValue

deprecated(2022-01-10): please use IncUserStatItemValueShort instead.

func (*UserStatisticService) IncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicBulkCreateUserStatItems

deprecated(2022-01-10): please use PublicBulkCreateUserStatItemsShort instead.

func (*UserStatisticService) PublicBulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItem

deprecated(2022-01-10): please use PublicBulkIncUserStatItemShort instead.

func (*UserStatisticService) PublicBulkIncUserStatItem1

deprecated(2022-01-10): please use PublicBulkIncUserStatItem1Short instead.

func (*UserStatisticService) PublicBulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemValue

deprecated(2022-01-10): please use PublicBulkIncUserStatItemValueShort instead.

func (*UserStatisticService) PublicBulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicCreateUserStatItem

func (aaa *UserStatisticService) PublicCreateUserStatItem(input *user_statistic.PublicCreateUserStatItemParams) error

deprecated(2022-01-10): please use PublicCreateUserStatItemShort instead.

func (*UserStatisticService) PublicCreateUserStatItemShort added in v0.10.0

func (aaa *UserStatisticService) PublicCreateUserStatItemShort(input *user_statistic.PublicCreateUserStatItemParams) error

func (*UserStatisticService) PublicIncUserStatItem

deprecated(2022-01-10): please use PublicIncUserStatItemShort instead.

func (*UserStatisticService) PublicIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicIncUserStatItemValue

deprecated(2022-01-10): please use PublicIncUserStatItemValueShort instead.

func (*UserStatisticService) PublicIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicQueryUserStatItems

deprecated(2022-01-10): please use PublicQueryUserStatItemsShort instead.

func (*UserStatisticService) PublicQueryUserStatItems1 added in v0.18.0

deprecated(2022-01-10): please use PublicQueryUserStatItems1Short instead.

func (*UserStatisticService) PublicQueryUserStatItems1Short added in v0.18.0

func (*UserStatisticService) PublicQueryUserStatItems2 added in v0.18.0

deprecated(2022-01-10): please use PublicQueryUserStatItems2Short instead.

func (*UserStatisticService) PublicQueryUserStatItems2Short added in v0.18.0

func (*UserStatisticService) PublicQueryUserStatItemsShort added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValue

deprecated(2022-01-10): please use ResetUserStatItemValueShort instead.

func (*UserStatisticService) ResetUserStatItemValue1

deprecated(2022-01-10): please use ResetUserStatItemValue1Short instead.

func (*UserStatisticService) ResetUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) UpdateUserStatItemValue

deprecated(2022-01-10): please use UpdateUserStatItemValueShort instead.

func (*UserStatisticService) UpdateUserStatItemValue1

deprecated(2022-01-10): please use UpdateUserStatItemValue1Short instead.

func (*UserStatisticService) UpdateUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) UpdateUserStatItemValueShort added in v0.10.0

Jump to

Keyboard shortcuts

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