Documentation ¶
Index ¶
- type GameProfileService
- func (g *GameProfileService) GetAuthSession() auth.Session
- func (g *GameProfileService) GetProfile(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (g *GameProfileService) GetProfileShort(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
- func (g *GameProfileService) GetUserProfiles(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)deprecated
- func (g *GameProfileService) GetUserProfilesShort(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
- func (g *GameProfileService) PublicCreateProfile(input *game_profile.PublicCreateProfileParams) errordeprecated
- func (g *GameProfileService) PublicCreateProfileShort(input *game_profile.PublicCreateProfileParams) error
- func (g *GameProfileService) PublicDeleteProfile(input *game_profile.PublicDeleteProfileParams) errordeprecated
- func (g *GameProfileService) PublicDeleteProfileShort(input *game_profile.PublicDeleteProfileParams) error
- func (g *GameProfileService) PublicGetProfile(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (g *GameProfileService) PublicGetProfileAttribute(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)deprecated
- func (g *GameProfileService) PublicGetProfileAttributeShort(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
- func (g *GameProfileService) PublicGetProfileShort(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
- func (g *GameProfileService) PublicGetUserGameProfiles(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)deprecated
- func (g *GameProfileService) PublicGetUserGameProfilesShort(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
- func (g *GameProfileService) PublicGetUserProfiles(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)deprecated
- func (g *GameProfileService) PublicGetUserProfilesShort(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
- func (g *GameProfileService) PublicUpdateAttribute(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (g *GameProfileService) PublicUpdateAttributeShort(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
- func (g *GameProfileService) PublicUpdateProfile(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (g *GameProfileService) PublicUpdateProfileShort(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
- type GlobalStatisticService
- func (g *GlobalStatisticService) GetAuthSession() auth.Session
- func (g *GlobalStatisticService) GetGlobalStatItems(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)deprecated
- func (g *GlobalStatisticService) GetGlobalStatItemsShort(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
- type SlotConfigService
- func (s *SlotConfigService) DeleteNamespaceSlotConfig(input *slot_config.DeleteNamespaceSlotConfigParams) errordeprecated
- func (s *SlotConfigService) DeleteNamespaceSlotConfigShort(input *slot_config.DeleteNamespaceSlotConfigParams) error
- func (s *SlotConfigService) DeleteUserSlotConfig(input *slot_config.DeleteUserSlotConfigParams) errordeprecated
- func (s *SlotConfigService) DeleteUserSlotConfigShort(input *slot_config.DeleteUserSlotConfigParams) error
- func (s *SlotConfigService) GetAuthSession() auth.Session
- func (s *SlotConfigService) GetNamespaceSlotConfig(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)deprecated
- func (s *SlotConfigService) GetNamespaceSlotConfigShort(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
- func (s *SlotConfigService) GetUserSlotConfig(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)deprecated
- func (s *SlotConfigService) GetUserSlotConfigShort(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
- func (s *SlotConfigService) UpdateNamespaceSlotConfig(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)deprecated
- func (s *SlotConfigService) UpdateNamespaceSlotConfigShort(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
- func (s *SlotConfigService) UpdateUserSlotConfig(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)deprecated
- func (s *SlotConfigService) UpdateUserSlotConfigShort(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
- type SlotService
- func (s *SlotService) GetAuthSession() auth.Session
- func (s *SlotService) GetSlotData(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)deprecated
- func (s *SlotService) GetSlotDataShort(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)
- func (s *SlotService) GetUserNamespaceSlots(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)deprecated
- func (s *SlotService) GetUserNamespaceSlotsShort(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
- func (s *SlotService) PublicCreateUserNamespaceSlot(input *slot.PublicCreateUserNamespaceSlotParams) errordeprecated
- func (s *SlotService) PublicCreateUserNamespaceSlotShort(input *slot.PublicCreateUserNamespaceSlotParams) error
- func (s *SlotService) PublicDeleteUserNamespaceSlot(input *slot.PublicDeleteUserNamespaceSlotParams) errordeprecated
- func (s *SlotService) PublicDeleteUserNamespaceSlotShort(input *slot.PublicDeleteUserNamespaceSlotParams) error
- func (s *SlotService) PublicGetSlotData(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)deprecated
- func (s *SlotService) PublicGetSlotDataShort(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)
- func (s *SlotService) PublicGetUserNamespaceSlots(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)deprecated
- func (s *SlotService) PublicGetUserNamespaceSlotsShort(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
- func (s *SlotService) PublicUpdateUserNamespaceSlot(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)deprecated
- func (s *SlotService) PublicUpdateUserNamespaceSlotMetadata(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)deprecated
- func (s *SlotService) PublicUpdateUserNamespaceSlotMetadataShort(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)
- func (s *SlotService) PublicUpdateUserNamespaceSlotShort(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)
- type StatConfigurationService
- func (s *StatConfigurationService) CreateStat(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (s *StatConfigurationService) CreateStat1(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)deprecated
- func (s *StatConfigurationService) CreateStat1Short(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
- func (s *StatConfigurationService) CreateStatShort(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
- func (s *StatConfigurationService) DeleteStat(input *stat_configuration.DeleteStatParams) errordeprecated
- func (s *StatConfigurationService) DeleteStatShort(input *stat_configuration.DeleteStatParams) error
- func (s *StatConfigurationService) ExportStats(input *stat_configuration.ExportStatsParams) errordeprecated
- func (s *StatConfigurationService) ExportStatsShort(input *stat_configuration.ExportStatsParams) error
- func (s *StatConfigurationService) GetAuthSession() auth.Session
- func (s *StatConfigurationService) GetStat(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (s *StatConfigurationService) GetStatShort(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
- func (s *StatConfigurationService) GetStats(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)deprecated
- func (s *StatConfigurationService) GetStatsShort(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
- func (s *StatConfigurationService) ImportStats(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)deprecated
- func (s *StatConfigurationService) ImportStatsShort(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
- func (s *StatConfigurationService) QueryStats(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)deprecated
- func (s *StatConfigurationService) QueryStatsShort(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
- func (s *StatConfigurationService) UpdateStat(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (s *StatConfigurationService) UpdateStatShort(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
- type UserStatisticService
- func (u *UserStatisticService) BulkCreateUserStatItems(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkCreateUserStatItemsShort(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkFetchOrDefaultStatItems(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (u *UserStatisticService) BulkFetchOrDefaultStatItems1(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (u *UserStatisticService) BulkFetchOrDefaultStatItems1Short(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (u *UserStatisticService) BulkFetchOrDefaultStatItemsShort(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (u *UserStatisticService) BulkFetchStatItems(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)deprecated
- func (u *UserStatisticService) BulkFetchStatItems1(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)deprecated
- func (u *UserStatisticService) BulkFetchStatItems1Short(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
- func (u *UserStatisticService) BulkFetchStatItemsShort(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
- func (u *UserStatisticService) BulkIncUserStatItem(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkIncUserStatItem1(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkIncUserStatItem1Short(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkIncUserStatItemShort(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkIncUserStatItemValue(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkIncUserStatItemValue1(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkIncUserStatItemValue1Short(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkIncUserStatItemValue2(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkIncUserStatItemValue2Short(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkIncUserStatItemValueShort(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkResetUserStatItem(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkResetUserStatItem1(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkResetUserStatItem1Short(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkResetUserStatItem2(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkResetUserStatItem2Short(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkResetUserStatItem3(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkResetUserStatItem3Short(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkResetUserStatItemShort(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkResetUserStatItemValues(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkResetUserStatItemValuesShort(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkUpdateUserStatItem(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkUpdateUserStatItem1(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkUpdateUserStatItem1Short(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkUpdateUserStatItem2(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkUpdateUserStatItem2Short(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkUpdateUserStatItemShort(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) BulkUpdateUserStatItemV2(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) BulkUpdateUserStatItemV2Short(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) CreateUserStatItem(input *user_statistic.CreateUserStatItemParams) errordeprecated
- func (u *UserStatisticService) CreateUserStatItemShort(input *user_statistic.CreateUserStatItemParams) error
- func (u *UserStatisticService) DeleteUserStatItems(input *user_statistic.DeleteUserStatItemsParams) errordeprecated
- func (u *UserStatisticService) DeleteUserStatItems1(input *user_statistic.DeleteUserStatItems1Params) errordeprecated
- func (u *UserStatisticService) DeleteUserStatItems1Short(input *user_statistic.DeleteUserStatItems1Params) error
- func (u *UserStatisticService) DeleteUserStatItems2(input *user_statistic.DeleteUserStatItems2Params) errordeprecated
- func (u *UserStatisticService) DeleteUserStatItems2Short(input *user_statistic.DeleteUserStatItems2Params) error
- func (u *UserStatisticService) DeleteUserStatItemsShort(input *user_statistic.DeleteUserStatItemsParams) error
- func (u *UserStatisticService) GetAuthSession() auth.Session
- func (u *UserStatisticService) GetUserStatItems(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)deprecated
- func (u *UserStatisticService) GetUserStatItemsShort(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
- func (u *UserStatisticService) IncUserStatItemValue(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) IncUserStatItemValueShort(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) PublicBulkCreateUserStatItems(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) PublicBulkCreateUserStatItemsShort(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) PublicBulkIncUserStatItem(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) PublicBulkIncUserStatItem1(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) PublicBulkIncUserStatItem1Short(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) PublicBulkIncUserStatItemShort(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) PublicBulkIncUserStatItemValue(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)deprecated
- func (u *UserStatisticService) PublicBulkIncUserStatItemValueShort(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
- func (u *UserStatisticService) PublicCreateUserStatItem(input *user_statistic.PublicCreateUserStatItemParams) errordeprecated
- func (u *UserStatisticService) PublicCreateUserStatItemShort(input *user_statistic.PublicCreateUserStatItemParams) error
- func (u *UserStatisticService) PublicIncUserStatItem(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) PublicIncUserStatItemShort(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) PublicIncUserStatItemValue(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) PublicIncUserStatItemValueShort(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) PublicQueryUserStatItems(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)deprecated
- func (u *UserStatisticService) PublicQueryUserStatItems1(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (u *UserStatisticService) PublicQueryUserStatItems1Short(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (u *UserStatisticService) PublicQueryUserStatItems2(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (u *UserStatisticService) PublicQueryUserStatItems2Short(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (u *UserStatisticService) PublicQueryUserStatItemsShort(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
- func (u *UserStatisticService) ResetUserStatItemValue(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) ResetUserStatItemValue1(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) ResetUserStatItemValue1Short(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) ResetUserStatItemValueShort(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) UpdateUserStatItemValue(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) UpdateUserStatItemValue1(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (u *UserStatisticService) UpdateUserStatItemValue1Short(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
- func (u *UserStatisticService) UpdateUserStatItemValueShort(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
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 (g *GameProfileService) GetAuthSession() auth.Session
func (*GameProfileService) GetProfile
deprecated
func (g *GameProfileService) GetProfile(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: Use GetProfileShort instead
func (*GameProfileService) GetProfileShort ¶ added in v0.10.0
func (g *GameProfileService) GetProfileShort(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) GetUserProfiles
deprecated
func (g *GameProfileService) GetUserProfiles(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
Deprecated: Use GetUserProfilesShort instead
func (*GameProfileService) GetUserProfilesShort ¶ added in v0.10.0
func (g *GameProfileService) GetUserProfilesShort(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
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
func (g *GameProfileService) PublicGetProfile(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: Use PublicGetProfileShort instead
func (*GameProfileService) PublicGetProfileAttribute
deprecated
func (g *GameProfileService) PublicGetProfileAttribute(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
Deprecated: Use PublicGetProfileAttributeShort instead
func (*GameProfileService) PublicGetProfileAttributeShort ¶ added in v0.10.0
func (g *GameProfileService) PublicGetProfileAttributeShort(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
func (*GameProfileService) PublicGetProfileShort ¶ added in v0.10.0
func (g *GameProfileService) PublicGetProfileShort(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) PublicGetUserGameProfiles
deprecated
func (g *GameProfileService) PublicGetUserGameProfiles(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
Deprecated: Use PublicGetUserGameProfilesShort instead
func (*GameProfileService) PublicGetUserGameProfilesShort ¶ added in v0.10.0
func (g *GameProfileService) PublicGetUserGameProfilesShort(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
func (*GameProfileService) PublicGetUserProfiles
deprecated
func (g *GameProfileService) PublicGetUserProfiles(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
Deprecated: Use PublicGetUserProfilesShort instead
func (*GameProfileService) PublicGetUserProfilesShort ¶ added in v0.10.0
func (g *GameProfileService) PublicGetUserProfilesShort(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
func (*GameProfileService) PublicUpdateAttribute
deprecated
func (g *GameProfileService) PublicUpdateAttribute(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: Use PublicUpdateAttributeShort instead
func (*GameProfileService) PublicUpdateAttributeShort ¶ added in v0.10.0
func (g *GameProfileService) PublicUpdateAttributeShort(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) PublicUpdateProfile
deprecated
func (g *GameProfileService) PublicUpdateProfile(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: Use PublicUpdateProfileShort instead
func (*GameProfileService) PublicUpdateProfileShort ¶ added in v0.10.0
func (g *GameProfileService) PublicUpdateProfileShort(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
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 (g *GlobalStatisticService) GetAuthSession() auth.Session
func (*GlobalStatisticService) GetGlobalStatItems
deprecated
func (g *GlobalStatisticService) GetGlobalStatItems(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
Deprecated: Use GetGlobalStatItemsShort instead
func (*GlobalStatisticService) GetGlobalStatItemsShort ¶ added in v0.10.0
func (g *GlobalStatisticService) GetGlobalStatItemsShort(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
type SlotConfigService ¶
type SlotConfigService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
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) GetAuthSession ¶ added in v0.21.0
func (s *SlotConfigService) GetAuthSession() auth.Session
func (*SlotConfigService) GetNamespaceSlotConfig
deprecated
func (s *SlotConfigService) GetNamespaceSlotConfig(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
Deprecated: Use GetNamespaceSlotConfigShort instead
func (*SlotConfigService) GetNamespaceSlotConfigShort ¶ added in v0.10.0
func (s *SlotConfigService) GetNamespaceSlotConfigShort(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
func (*SlotConfigService) GetUserSlotConfig
deprecated
func (s *SlotConfigService) GetUserSlotConfig(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
Deprecated: Use GetUserSlotConfigShort instead
func (*SlotConfigService) GetUserSlotConfigShort ¶ added in v0.10.0
func (s *SlotConfigService) GetUserSlotConfigShort(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
func (*SlotConfigService) UpdateNamespaceSlotConfig
deprecated
func (s *SlotConfigService) UpdateNamespaceSlotConfig(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
Deprecated: Use UpdateNamespaceSlotConfigShort instead
func (*SlotConfigService) UpdateNamespaceSlotConfigShort ¶ added in v0.10.0
func (s *SlotConfigService) UpdateNamespaceSlotConfigShort(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
func (*SlotConfigService) UpdateUserSlotConfig
deprecated
func (s *SlotConfigService) UpdateUserSlotConfig(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
Deprecated: Use UpdateUserSlotConfigShort instead
func (*SlotConfigService) UpdateUserSlotConfigShort ¶ added in v0.10.0
func (s *SlotConfigService) UpdateUserSlotConfigShort(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
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 (s *SlotService) GetAuthSession() auth.Session
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 ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*StatConfigurationService) CreateStat
deprecated
func (s *StatConfigurationService) CreateStat(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: Use CreateStatShort instead
func (*StatConfigurationService) CreateStat1
deprecated
added in
v0.10.0
func (s *StatConfigurationService) CreateStat1(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
Deprecated: Use CreateStat1Short instead
func (*StatConfigurationService) CreateStat1Short ¶ added in v0.10.0
func (s *StatConfigurationService) CreateStat1Short(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) CreateStatShort ¶ added in v0.10.0
func (s *StatConfigurationService) CreateStatShort(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) DeleteStat
deprecated
func (s *StatConfigurationService) DeleteStat(input *stat_configuration.DeleteStatParams) error
Deprecated: Use DeleteStatShort instead
func (*StatConfigurationService) DeleteStatShort ¶ added in v0.10.0
func (s *StatConfigurationService) DeleteStatShort(input *stat_configuration.DeleteStatParams) error
func (*StatConfigurationService) ExportStats
deprecated
func (s *StatConfigurationService) ExportStats(input *stat_configuration.ExportStatsParams) error
Deprecated: Use ExportStatsShort instead
func (*StatConfigurationService) ExportStatsShort ¶ added in v0.10.0
func (s *StatConfigurationService) ExportStatsShort(input *stat_configuration.ExportStatsParams) error
func (*StatConfigurationService) GetAuthSession ¶ added in v0.21.0
func (s *StatConfigurationService) GetAuthSession() auth.Session
func (*StatConfigurationService) GetStat
deprecated
func (s *StatConfigurationService) GetStat(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: Use GetStatShort instead
func (*StatConfigurationService) GetStatShort ¶ added in v0.10.0
func (s *StatConfigurationService) GetStatShort(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) GetStats
deprecated
func (s *StatConfigurationService) GetStats(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
Deprecated: Use GetStatsShort instead
func (*StatConfigurationService) GetStatsShort ¶ added in v0.10.0
func (s *StatConfigurationService) GetStatsShort(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
func (*StatConfigurationService) ImportStats
deprecated
func (s *StatConfigurationService) ImportStats(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
Deprecated: Use ImportStatsShort instead
func (*StatConfigurationService) ImportStatsShort ¶ added in v0.10.0
func (s *StatConfigurationService) ImportStatsShort(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
func (*StatConfigurationService) QueryStats
deprecated
func (s *StatConfigurationService) QueryStats(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
Deprecated: Use QueryStatsShort instead
func (*StatConfigurationService) QueryStatsShort ¶ added in v0.10.0
func (s *StatConfigurationService) QueryStatsShort(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
func (*StatConfigurationService) UpdateStat
deprecated
func (s *StatConfigurationService) UpdateStat(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: Use UpdateStatShort instead
func (*StatConfigurationService) UpdateStatShort ¶ added in v0.10.0
func (s *StatConfigurationService) UpdateStatShort(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
type UserStatisticService ¶
type UserStatisticService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*UserStatisticService) BulkCreateUserStatItems
deprecated
func (u *UserStatisticService) BulkCreateUserStatItems(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkCreateUserStatItemsShort instead
func (*UserStatisticService) BulkCreateUserStatItemsShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkCreateUserStatItemsShort(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkFetchOrDefaultStatItems
deprecated
added in
v0.18.0
func (u *UserStatisticService) BulkFetchOrDefaultStatItems(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: Use BulkFetchOrDefaultStatItemsShort instead
func (*UserStatisticService) BulkFetchOrDefaultStatItems1
deprecated
added in
v0.18.0
func (u *UserStatisticService) BulkFetchOrDefaultStatItems1(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: Use BulkFetchOrDefaultStatItems1Short instead
func (*UserStatisticService) BulkFetchOrDefaultStatItems1Short ¶ added in v0.18.0
func (u *UserStatisticService) BulkFetchOrDefaultStatItems1Short(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) BulkFetchOrDefaultStatItemsShort ¶ added in v0.18.0
func (u *UserStatisticService) BulkFetchOrDefaultStatItemsShort(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) BulkFetchStatItems
deprecated
func (u *UserStatisticService) BulkFetchStatItems(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
Deprecated: Use BulkFetchStatItemsShort instead
func (*UserStatisticService) BulkFetchStatItems1
deprecated
func (u *UserStatisticService) BulkFetchStatItems1(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
Deprecated: Use BulkFetchStatItems1Short instead
func (*UserStatisticService) BulkFetchStatItems1Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkFetchStatItems1Short(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
func (*UserStatisticService) BulkFetchStatItemsShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkFetchStatItemsShort(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
func (*UserStatisticService) BulkIncUserStatItem
deprecated
func (u *UserStatisticService) BulkIncUserStatItem(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkIncUserStatItemShort instead
func (*UserStatisticService) BulkIncUserStatItem1
deprecated
func (u *UserStatisticService) BulkIncUserStatItem1(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkIncUserStatItem1Short instead
func (*UserStatisticService) BulkIncUserStatItem1Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkIncUserStatItem1Short(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkIncUserStatItemShort(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValue
deprecated
func (u *UserStatisticService) BulkIncUserStatItemValue(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkIncUserStatItemValueShort instead
func (*UserStatisticService) BulkIncUserStatItemValue1
deprecated
func (u *UserStatisticService) BulkIncUserStatItemValue1(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkIncUserStatItemValue1Short instead
func (*UserStatisticService) BulkIncUserStatItemValue1Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkIncUserStatItemValue1Short(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValue2
deprecated
func (u *UserStatisticService) BulkIncUserStatItemValue2(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkIncUserStatItemValue2Short instead
func (*UserStatisticService) BulkIncUserStatItemValue2Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkIncUserStatItemValue2Short(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkIncUserStatItemValueShort(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem
deprecated
func (u *UserStatisticService) BulkResetUserStatItem(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkResetUserStatItemShort instead
func (*UserStatisticService) BulkResetUserStatItem1
deprecated
func (u *UserStatisticService) BulkResetUserStatItem1(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkResetUserStatItem1Short instead
func (*UserStatisticService) BulkResetUserStatItem1Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkResetUserStatItem1Short(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem2
deprecated
func (u *UserStatisticService) BulkResetUserStatItem2(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkResetUserStatItem2Short instead
func (*UserStatisticService) BulkResetUserStatItem2Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkResetUserStatItem2Short(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem3
deprecated
func (u *UserStatisticService) BulkResetUserStatItem3(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkResetUserStatItem3Short instead
func (*UserStatisticService) BulkResetUserStatItem3Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkResetUserStatItem3Short(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItemShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkResetUserStatItemShort(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItemValues
deprecated
added in
v0.12.0
func (u *UserStatisticService) BulkResetUserStatItemValues(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkResetUserStatItemValuesShort instead
func (*UserStatisticService) BulkResetUserStatItemValuesShort ¶ added in v0.12.0
func (u *UserStatisticService) BulkResetUserStatItemValuesShort(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItem
deprecated
func (u *UserStatisticService) BulkUpdateUserStatItem(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkUpdateUserStatItemShort instead
func (*UserStatisticService) BulkUpdateUserStatItem1
deprecated
func (u *UserStatisticService) BulkUpdateUserStatItem1(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkUpdateUserStatItem1Short instead
func (*UserStatisticService) BulkUpdateUserStatItem1Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkUpdateUserStatItem1Short(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItem2
deprecated
func (u *UserStatisticService) BulkUpdateUserStatItem2(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkUpdateUserStatItem2Short instead
func (*UserStatisticService) BulkUpdateUserStatItem2Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkUpdateUserStatItem2Short(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItemShort ¶ added in v0.10.0
func (u *UserStatisticService) BulkUpdateUserStatItemShort(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItemV2
deprecated
func (u *UserStatisticService) BulkUpdateUserStatItemV2(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use BulkUpdateUserStatItemV2Short instead
func (*UserStatisticService) BulkUpdateUserStatItemV2Short ¶ added in v0.10.0
func (u *UserStatisticService) BulkUpdateUserStatItemV2Short(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
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) GetAuthSession ¶ added in v0.21.0
func (u *UserStatisticService) GetAuthSession() auth.Session
func (*UserStatisticService) GetUserStatItems
deprecated
func (u *UserStatisticService) GetUserStatItems(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
Deprecated: Use GetUserStatItemsShort instead
func (*UserStatisticService) GetUserStatItemsShort ¶ added in v0.10.0
func (u *UserStatisticService) GetUserStatItemsShort(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
func (*UserStatisticService) IncUserStatItemValue
deprecated
func (u *UserStatisticService) IncUserStatItemValue(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use IncUserStatItemValueShort instead
func (*UserStatisticService) IncUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) IncUserStatItemValueShort(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicBulkCreateUserStatItems
deprecated
func (u *UserStatisticService) PublicBulkCreateUserStatItems(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use PublicBulkCreateUserStatItemsShort instead
func (*UserStatisticService) PublicBulkCreateUserStatItemsShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicBulkCreateUserStatItemsShort(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItem
deprecated
func (u *UserStatisticService) PublicBulkIncUserStatItem(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use PublicBulkIncUserStatItemShort instead
func (*UserStatisticService) PublicBulkIncUserStatItem1
deprecated
func (u *UserStatisticService) PublicBulkIncUserStatItem1(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use PublicBulkIncUserStatItem1Short instead
func (*UserStatisticService) PublicBulkIncUserStatItem1Short ¶ added in v0.10.0
func (u *UserStatisticService) PublicBulkIncUserStatItem1Short(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItemShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicBulkIncUserStatItemShort(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItemValue
deprecated
func (u *UserStatisticService) PublicBulkIncUserStatItemValue(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
Deprecated: Use PublicBulkIncUserStatItemValueShort instead
func (*UserStatisticService) PublicBulkIncUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicBulkIncUserStatItemValueShort(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatItemOperationResult, error)
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
func (u *UserStatisticService) PublicIncUserStatItem(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use PublicIncUserStatItemShort instead
func (*UserStatisticService) PublicIncUserStatItemShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicIncUserStatItemShort(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicIncUserStatItemValue
deprecated
func (u *UserStatisticService) PublicIncUserStatItemValue(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use PublicIncUserStatItemValueShort instead
func (*UserStatisticService) PublicIncUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicIncUserStatItemValueShort(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicQueryUserStatItems
deprecated
func (u *UserStatisticService) PublicQueryUserStatItems(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
Deprecated: Use PublicQueryUserStatItemsShort instead
func (*UserStatisticService) PublicQueryUserStatItems1
deprecated
added in
v0.18.0
func (u *UserStatisticService) PublicQueryUserStatItems1(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: Use PublicQueryUserStatItems1Short instead
func (*UserStatisticService) PublicQueryUserStatItems1Short ¶ added in v0.18.0
func (u *UserStatisticService) PublicQueryUserStatItems1Short(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) PublicQueryUserStatItems2
deprecated
added in
v0.18.0
func (u *UserStatisticService) PublicQueryUserStatItems2(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: Use PublicQueryUserStatItems2Short instead
func (*UserStatisticService) PublicQueryUserStatItems2Short ¶ added in v0.18.0
func (u *UserStatisticService) PublicQueryUserStatItems2Short(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) PublicQueryUserStatItemsShort ¶ added in v0.10.0
func (u *UserStatisticService) PublicQueryUserStatItemsShort(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
func (*UserStatisticService) ResetUserStatItemValue
deprecated
func (u *UserStatisticService) ResetUserStatItemValue(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use ResetUserStatItemValueShort instead
func (*UserStatisticService) ResetUserStatItemValue1
deprecated
func (u *UserStatisticService) ResetUserStatItemValue1(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use ResetUserStatItemValue1Short instead
func (*UserStatisticService) ResetUserStatItemValue1Short ¶ added in v0.10.0
func (u *UserStatisticService) ResetUserStatItemValue1Short(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) ResetUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) ResetUserStatItemValueShort(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) UpdateUserStatItemValue
deprecated
func (u *UserStatisticService) UpdateUserStatItemValue(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use UpdateUserStatItemValueShort instead
func (*UserStatisticService) UpdateUserStatItemValue1
deprecated
func (u *UserStatisticService) UpdateUserStatItemValue1(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
Deprecated: Use UpdateUserStatItemValue1Short instead
func (*UserStatisticService) UpdateUserStatItemValue1Short ¶ added in v0.10.0
func (u *UserStatisticService) UpdateUserStatItemValue1Short(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) UpdateUserStatItemValueShort ¶ added in v0.10.0
func (u *UserStatisticService) UpdateUserStatItemValueShort(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)