social

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: MIT Imports: 12 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
	TokenRepository repository.TokenRepository
}

func (*GameProfileService) GetProfile deprecated

Deprecated: Use GetProfileShort instead

func (*GameProfileService) GetProfileShort added in v0.10.0

func (*GameProfileService) GetUserProfiles deprecated

Deprecated: Use GetUserProfilesShort instead

func (*GameProfileService) GetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicCreateProfile deprecated

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

Deprecated: Use PublicCreateProfileShort instead

func (*GameProfileService) PublicCreateProfileShort added in v0.10.0

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

func (*GameProfileService) PublicDeleteProfile deprecated

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

Deprecated: Use PublicDeleteProfileShort instead

func (*GameProfileService) PublicDeleteProfileShort added in v0.10.0

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

func (*GameProfileService) PublicGetProfile deprecated

Deprecated: Use PublicGetProfileShort instead

func (*GameProfileService) PublicGetProfileAttribute deprecated

Deprecated: Use PublicGetProfileAttributeShort instead

func (*GameProfileService) PublicGetProfileAttributeShort added in v0.10.0

func (*GameProfileService) PublicGetProfileShort added in v0.10.0

func (*GameProfileService) PublicGetUserGameProfiles deprecated

Deprecated: Use PublicGetUserGameProfilesShort instead

func (*GameProfileService) PublicGetUserGameProfilesShort added in v0.10.0

func (*GameProfileService) PublicGetUserProfiles deprecated

Deprecated: Use PublicGetUserProfilesShort instead

func (*GameProfileService) PublicGetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicUpdateAttribute deprecated

Deprecated: Use PublicUpdateAttributeShort instead

func (*GameProfileService) PublicUpdateAttributeShort added in v0.10.0

func (*GameProfileService) PublicUpdateProfile deprecated

Deprecated: Use PublicUpdateProfileShort instead

func (*GameProfileService) PublicUpdateProfileShort added in v0.10.0

type GlobalStatisticService

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

func (*GlobalStatisticService) GetGlobalStatItems deprecated

Deprecated: Use GetGlobalStatItemsShort instead

func (*GlobalStatisticService) GetGlobalStatItemsShort added in v0.10.0

type SlotConfigService

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

func (*SlotConfigService) DeleteNamespaceSlotConfig deprecated

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

Deprecated: Use DeleteNamespaceSlotConfigShort instead

func (*SlotConfigService) DeleteNamespaceSlotConfigShort added in v0.10.0

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

func (*SlotConfigService) DeleteUserSlotConfig deprecated

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

Deprecated: Use DeleteUserSlotConfigShort instead

func (*SlotConfigService) DeleteUserSlotConfigShort added in v0.10.0

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

func (*SlotConfigService) GetNamespaceSlotConfig deprecated

Deprecated: Use GetNamespaceSlotConfigShort instead

func (*SlotConfigService) GetNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) GetUserSlotConfig deprecated

Deprecated: Use GetUserSlotConfigShort instead

func (*SlotConfigService) GetUserSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateNamespaceSlotConfig deprecated

Deprecated: Use UpdateNamespaceSlotConfigShort instead

func (*SlotConfigService) UpdateNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateUserSlotConfig deprecated

Deprecated: Use UpdateUserSlotConfigShort instead

func (*SlotConfigService) UpdateUserSlotConfigShort added in v0.10.0

type SlotService

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

func (*SlotService) GetSlotData deprecated

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

Deprecated: Use GetSlotDataShort instead

func (*SlotService) GetSlotDataShort added in v0.10.0

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

func (*SlotService) GetUserNamespaceSlots deprecated

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

Deprecated: Use GetUserNamespaceSlotsShort instead

func (*SlotService) GetUserNamespaceSlotsShort added in v0.10.0

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

func (*SlotService) PublicCreateUserNamespaceSlot deprecated

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

Deprecated: Use PublicCreateUserNamespaceSlotShort instead

func (*SlotService) PublicCreateUserNamespaceSlotShort added in v0.10.0

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

func (*SlotService) PublicDeleteUserNamespaceSlot deprecated

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

Deprecated: Use PublicDeleteUserNamespaceSlotShort instead

func (*SlotService) PublicDeleteUserNamespaceSlotShort added in v0.10.0

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

func (*SlotService) PublicGetSlotData deprecated

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

Deprecated: Use PublicGetSlotDataShort instead

func (*SlotService) PublicGetSlotDataShort added in v0.10.0

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

func (*SlotService) PublicGetUserNamespaceSlots deprecated

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

Deprecated: Use PublicGetUserNamespaceSlotsShort instead

func (*SlotService) PublicGetUserNamespaceSlotsShort added in v0.10.0

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

func (*SlotService) PublicUpdateUserNamespaceSlot deprecated

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

Deprecated: Use PublicUpdateUserNamespaceSlotShort instead

func (*SlotService) PublicUpdateUserNamespaceSlotMetadata deprecated

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

Deprecated: Use PublicUpdateUserNamespaceSlotMetadataShort instead

func (*SlotService) PublicUpdateUserNamespaceSlotMetadataShort added in v0.10.0

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

func (*SlotService) PublicUpdateUserNamespaceSlotShort added in v0.10.0

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

type StatConfigurationService

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

func (*StatConfigurationService) CreateStat deprecated

Deprecated: Use CreateStatShort instead

func (*StatConfigurationService) CreateStat1 deprecated added in v0.10.0

Deprecated: Use CreateStat1Short instead

func (*StatConfigurationService) CreateStat1Short added in v0.10.0

func (*StatConfigurationService) CreateStatShort added in v0.10.0

func (*StatConfigurationService) DeleteStat deprecated

Deprecated: Use DeleteStatShort instead

func (*StatConfigurationService) DeleteStatShort added in v0.10.0

func (*StatConfigurationService) ExportStats deprecated

Deprecated: Use ExportStatsShort instead

func (*StatConfigurationService) ExportStatsShort added in v0.10.0

func (*StatConfigurationService) GetStat deprecated

Deprecated: Use GetStatShort instead

func (*StatConfigurationService) GetStatShort added in v0.10.0

func (*StatConfigurationService) GetStats deprecated

Deprecated: Use GetStatsShort instead

func (*StatConfigurationService) GetStatsShort added in v0.10.0

func (*StatConfigurationService) ImportStats deprecated

Deprecated: Use ImportStatsShort instead

func (*StatConfigurationService) ImportStatsShort added in v0.10.0

func (*StatConfigurationService) QueryStats deprecated

Deprecated: Use QueryStatsShort instead

func (*StatConfigurationService) QueryStatsShort added in v0.10.0

func (*StatConfigurationService) UpdateStat deprecated

Deprecated: Use UpdateStatShort instead

func (*StatConfigurationService) UpdateStatShort added in v0.10.0

type UserStatisticService

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

func (*UserStatisticService) BulkCreateUserStatItems deprecated

Deprecated: Use BulkCreateUserStatItemsShort instead

func (*UserStatisticService) BulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkFetchStatItems deprecated

Deprecated: Use BulkFetchStatItemsShort instead

func (*UserStatisticService) BulkFetchStatItems1 deprecated

Deprecated: Use BulkFetchStatItems1Short instead

func (*UserStatisticService) BulkFetchStatItems1Short added in v0.10.0

func (*UserStatisticService) BulkFetchStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItem deprecated

Deprecated: Use BulkIncUserStatItemShort instead

func (*UserStatisticService) BulkIncUserStatItem1 deprecated

Deprecated: Use BulkIncUserStatItem1Short instead

func (*UserStatisticService) BulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue deprecated

Deprecated: Use BulkIncUserStatItemValueShort instead

func (*UserStatisticService) BulkIncUserStatItemValue1 deprecated

Deprecated: Use BulkIncUserStatItemValue1Short instead

func (*UserStatisticService) BulkIncUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue2 deprecated

Deprecated: Use BulkIncUserStatItemValue2Short instead

func (*UserStatisticService) BulkIncUserStatItemValue2Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem deprecated

Deprecated: Use BulkResetUserStatItemShort instead

func (*UserStatisticService) BulkResetUserStatItem1 deprecated

Deprecated: Use BulkResetUserStatItem1Short instead

func (*UserStatisticService) BulkResetUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem2 deprecated

Deprecated: Use BulkResetUserStatItem2Short instead

func (*UserStatisticService) BulkResetUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem3 deprecated

Deprecated: Use BulkResetUserStatItem3Short instead

func (*UserStatisticService) BulkResetUserStatItem3Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItemValues deprecated added in v0.12.0

Deprecated: Use BulkResetUserStatItemValuesShort instead

func (*UserStatisticService) BulkResetUserStatItemValuesShort added in v0.12.0

func (*UserStatisticService) BulkUpdateUserStatItem deprecated

Deprecated: Use BulkUpdateUserStatItemShort instead

func (*UserStatisticService) BulkUpdateUserStatItem1 deprecated

Deprecated: Use BulkUpdateUserStatItem1Short instead

func (*UserStatisticService) BulkUpdateUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItem2 deprecated

Deprecated: Use BulkUpdateUserStatItem2Short instead

func (*UserStatisticService) BulkUpdateUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemV2 deprecated

Deprecated: Use BulkUpdateUserStatItemV2Short instead

func (*UserStatisticService) BulkUpdateUserStatItemV2Short added in v0.10.0

func (*UserStatisticService) CreateUserStatItem deprecated

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

Deprecated: Use CreateUserStatItemShort instead

func (*UserStatisticService) CreateUserStatItemShort added in v0.10.0

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

func (*UserStatisticService) DeleteUserStatItems deprecated

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

Deprecated: Use DeleteUserStatItemsShort instead

func (*UserStatisticService) DeleteUserStatItems1 deprecated

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

Deprecated: Use DeleteUserStatItems1Short instead

func (*UserStatisticService) DeleteUserStatItems1Short added in v0.10.0

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

func (*UserStatisticService) DeleteUserStatItems2 deprecated

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

Deprecated: Use DeleteUserStatItems2Short instead

func (*UserStatisticService) DeleteUserStatItems2Short added in v0.10.0

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

func (*UserStatisticService) DeleteUserStatItemsShort added in v0.10.0

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

func (*UserStatisticService) GetUserStatItems deprecated

Deprecated: Use GetUserStatItemsShort instead

func (*UserStatisticService) GetUserStatItemsShort added in v0.10.0

func (*UserStatisticService) IncUserStatItemValue deprecated

Deprecated: Use IncUserStatItemValueShort instead

func (*UserStatisticService) IncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicBulkCreateUserStatItems deprecated

Deprecated: Use PublicBulkCreateUserStatItemsShort instead

func (*UserStatisticService) PublicBulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItem deprecated

Deprecated: Use PublicBulkIncUserStatItemShort instead

func (*UserStatisticService) PublicBulkIncUserStatItem1 deprecated

Deprecated: Use PublicBulkIncUserStatItem1Short instead

func (*UserStatisticService) PublicBulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemValue deprecated

Deprecated: Use PublicBulkIncUserStatItemValueShort instead

func (*UserStatisticService) PublicBulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicCreateUserStatItem deprecated

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

Deprecated: Use PublicCreateUserStatItemShort instead

func (*UserStatisticService) PublicCreateUserStatItemShort added in v0.10.0

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

func (*UserStatisticService) PublicIncUserStatItem deprecated

Deprecated: Use PublicIncUserStatItemShort instead

func (*UserStatisticService) PublicIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicIncUserStatItemValue deprecated

Deprecated: Use PublicIncUserStatItemValueShort instead

func (*UserStatisticService) PublicIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicQueryUserStatItems deprecated

Deprecated: Use PublicQueryUserStatItemsShort instead

func (*UserStatisticService) PublicQueryUserStatItemsShort added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValue deprecated

Deprecated: Use ResetUserStatItemValueShort instead

func (*UserStatisticService) ResetUserStatItemValue1 deprecated

Deprecated: Use ResetUserStatItemValue1Short instead

func (*UserStatisticService) ResetUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) UpdateUserStatItemValue deprecated

Deprecated: Use UpdateUserStatItemValueShort instead

func (*UserStatisticService) UpdateUserStatItemValue1 deprecated

Deprecated: 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