Documentation ¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewSocialClient(configRepository repository.ConfigRepository) *socialclient.JusticeSocialService
- type GameProfileService
- func (aaa *GameProfileService) GetAuthSession() auth.Session
- func (aaa *GameProfileService) GetProfile(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (aaa *GameProfileService) GetProfileShort(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
- func (aaa *GameProfileService) GetUserProfiles(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)deprecated
- func (aaa *GameProfileService) GetUserProfilesShort(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
- func (aaa *GameProfileService) PublicCreateProfile(input *game_profile.PublicCreateProfileParams) errordeprecated
- func (aaa *GameProfileService) PublicCreateProfileShort(input *game_profile.PublicCreateProfileParams) error
- func (aaa *GameProfileService) PublicDeleteProfile(input *game_profile.PublicDeleteProfileParams) errordeprecated
- func (aaa *GameProfileService) PublicDeleteProfileShort(input *game_profile.PublicDeleteProfileParams) error
- func (aaa *GameProfileService) PublicGetProfile(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (aaa *GameProfileService) PublicGetProfileAttribute(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)deprecated
- func (aaa *GameProfileService) PublicGetProfileAttributeShort(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
- func (aaa *GameProfileService) PublicGetProfileShort(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
- func (aaa *GameProfileService) PublicGetUserGameProfiles(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)deprecated
- func (aaa *GameProfileService) PublicGetUserGameProfilesShort(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
- func (aaa *GameProfileService) PublicGetUserProfiles(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)deprecated
- func (aaa *GameProfileService) PublicGetUserProfilesShort(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
- func (aaa *GameProfileService) PublicUpdateAttribute(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (aaa *GameProfileService) PublicUpdateAttributeShort(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
- func (aaa *GameProfileService) PublicUpdateProfile(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)deprecated
- func (aaa *GameProfileService) PublicUpdateProfileShort(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
- type GlobalStatisticService
- func (aaa *GlobalStatisticService) GetAuthSession() auth.Session
- func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode(input *global_statistic.GetGlobalStatItemByStatCodeParams) (*socialclientmodels.GlobalStatItemInfo, error)deprecated
- func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode1(input *global_statistic.GetGlobalStatItemByStatCode1Params) (*socialclientmodels.GlobalStatItemInfo, error)deprecated
- func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode1Short(input *global_statistic.GetGlobalStatItemByStatCode1Params) (*socialclientmodels.GlobalStatItemInfo, error)
- func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCodeShort(input *global_statistic.GetGlobalStatItemByStatCodeParams) (*socialclientmodels.GlobalStatItemInfo, error)
- func (aaa *GlobalStatisticService) GetGlobalStatItems(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)deprecated
- func (aaa *GlobalStatisticService) GetGlobalStatItems1(input *global_statistic.GetGlobalStatItems1Params) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)deprecated
- func (aaa *GlobalStatisticService) GetGlobalStatItems1Short(input *global_statistic.GetGlobalStatItems1Params) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
- func (aaa *GlobalStatisticService) GetGlobalStatItemsShort(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
- type SlotConfigService
- func (aaa *SlotConfigService) DeleteNamespaceSlotConfig(input *slot_config.DeleteNamespaceSlotConfigParams) errordeprecated
- func (aaa *SlotConfigService) DeleteNamespaceSlotConfigShort(input *slot_config.DeleteNamespaceSlotConfigParams) error
- func (aaa *SlotConfigService) DeleteUserSlotConfig(input *slot_config.DeleteUserSlotConfigParams) errordeprecated
- func (aaa *SlotConfigService) DeleteUserSlotConfigShort(input *slot_config.DeleteUserSlotConfigParams) error
- func (aaa *SlotConfigService) GetAuthSession() auth.Session
- func (aaa *SlotConfigService) GetNamespaceSlotConfig(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)deprecated
- func (aaa *SlotConfigService) GetNamespaceSlotConfigShort(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
- func (aaa *SlotConfigService) GetUserSlotConfig(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)deprecated
- func (aaa *SlotConfigService) GetUserSlotConfigShort(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
- func (aaa *SlotConfigService) UpdateNamespaceSlotConfig(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)deprecated
- func (aaa *SlotConfigService) UpdateNamespaceSlotConfigShort(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
- func (aaa *SlotConfigService) UpdateUserSlotConfig(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)deprecated
- func (aaa *SlotConfigService) UpdateUserSlotConfigShort(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
- type SlotService
- func (aaa *SlotService) GetAuthSession() auth.Session
- func (aaa *SlotService) GetSlotData(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *SlotService) GetSlotDataShort(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)
- func (aaa *SlotService) GetUserNamespaceSlots(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)deprecated
- func (aaa *SlotService) GetUserNamespaceSlotsShort(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
- func (aaa *SlotService) PublicCreateUserNamespaceSlot(input *slot.PublicCreateUserNamespaceSlotParams) errordeprecated
- func (aaa *SlotService) PublicCreateUserNamespaceSlotShort(input *slot.PublicCreateUserNamespaceSlotParams) error
- func (aaa *SlotService) PublicDeleteUserNamespaceSlot(input *slot.PublicDeleteUserNamespaceSlotParams) errordeprecated
- func (aaa *SlotService) PublicDeleteUserNamespaceSlotShort(input *slot.PublicDeleteUserNamespaceSlotParams) error
- func (aaa *SlotService) PublicGetSlotData(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *SlotService) PublicGetSlotDataShort(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)
- func (aaa *SlotService) PublicGetUserNamespaceSlots(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)deprecated
- func (aaa *SlotService) PublicGetUserNamespaceSlotsShort(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
- func (aaa *SlotService) PublicUpdateUserNamespaceSlot(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)deprecated
- func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadata(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)deprecated
- func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadataShort(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)
- func (aaa *SlotService) PublicUpdateUserNamespaceSlotShort(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)
- type StatConfigurationService
- func (aaa *StatConfigurationService) CreateStat(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (aaa *StatConfigurationService) CreateStat1(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)deprecated
- func (aaa *StatConfigurationService) CreateStat1Short(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
- func (aaa *StatConfigurationService) CreateStatShort(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
- func (aaa *StatConfigurationService) DeleteStat(input *stat_configuration.DeleteStatParams) errordeprecated
- func (aaa *StatConfigurationService) DeleteStatShort(input *stat_configuration.DeleteStatParams) error
- func (aaa *StatConfigurationService) DeleteTiedStat(input *stat_configuration.DeleteTiedStatParams) errordeprecated
- func (aaa *StatConfigurationService) DeleteTiedStatShort(input *stat_configuration.DeleteTiedStatParams) error
- func (aaa *StatConfigurationService) ExportStats(input *stat_configuration.ExportStatsParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StatConfigurationService) ExportStatsShort(input *stat_configuration.ExportStatsParams, writer io.Writer) (io.Writer, error)
- func (aaa *StatConfigurationService) GetAuthSession() auth.Session
- func (aaa *StatConfigurationService) GetStat(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (aaa *StatConfigurationService) GetStatShort(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
- func (aaa *StatConfigurationService) GetStats(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)deprecated
- func (aaa *StatConfigurationService) GetStatsShort(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
- func (aaa *StatConfigurationService) ImportStats(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)deprecated
- func (aaa *StatConfigurationService) ImportStatsShort(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
- func (aaa *StatConfigurationService) QueryStats(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)deprecated
- func (aaa *StatConfigurationService) QueryStatsShort(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
- func (aaa *StatConfigurationService) UpdateStat(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)deprecated
- func (aaa *StatConfigurationService) UpdateStatShort(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
- type StatCycleConfigurationService
- func (aaa *StatCycleConfigurationService) BulkAddStats(input *stat_cycle_configuration.BulkAddStatsParams) ([]*socialclientmodels.BulkStatCycleOperationResult, error)deprecated
- func (aaa *StatCycleConfigurationService) BulkAddStatsShort(input *stat_cycle_configuration.BulkAddStatsParams) ([]*socialclientmodels.BulkStatCycleOperationResult, error)
- func (aaa *StatCycleConfigurationService) BulkGetStatCycle(input *stat_cycle_configuration.BulkGetStatCycleParams) (*socialclientmodels.BulkStatCycleResult, error)deprecated
- func (aaa *StatCycleConfigurationService) BulkGetStatCycle1(input *stat_cycle_configuration.BulkGetStatCycle1Params) (*socialclientmodels.BulkStatCycleResult, error)deprecated
- func (aaa *StatCycleConfigurationService) BulkGetStatCycle1Short(input *stat_cycle_configuration.BulkGetStatCycle1Params) (*socialclientmodels.BulkStatCycleResult, error)
- func (aaa *StatCycleConfigurationService) BulkGetStatCycleShort(input *stat_cycle_configuration.BulkGetStatCycleParams) (*socialclientmodels.BulkStatCycleResult, error)
- func (aaa *StatCycleConfigurationService) CreateStatCycle(input *stat_cycle_configuration.CreateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) CreateStatCycleShort(input *stat_cycle_configuration.CreateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
- func (aaa *StatCycleConfigurationService) DeleteStatCycle(input *stat_cycle_configuration.DeleteStatCycleParams) errordeprecated
- func (aaa *StatCycleConfigurationService) DeleteStatCycleShort(input *stat_cycle_configuration.DeleteStatCycleParams) error
- func (aaa *StatCycleConfigurationService) ExportStatCycle(input *stat_cycle_configuration.ExportStatCycleParams, writer io.Writer) (io.Writer, error)deprecated
- func (aaa *StatCycleConfigurationService) ExportStatCycleShort(input *stat_cycle_configuration.ExportStatCycleParams, writer io.Writer) (io.Writer, error)
- func (aaa *StatCycleConfigurationService) GetAuthSession() auth.Session
- func (aaa *StatCycleConfigurationService) GetStatCycle(input *stat_cycle_configuration.GetStatCycleParams) (*socialclientmodels.StatCycleInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) GetStatCycle1(input *stat_cycle_configuration.GetStatCycle1Params) (*socialclientmodels.StatCycleInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) GetStatCycle1Short(input *stat_cycle_configuration.GetStatCycle1Params) (*socialclientmodels.StatCycleInfo, error)
- func (aaa *StatCycleConfigurationService) GetStatCycleShort(input *stat_cycle_configuration.GetStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
- func (aaa *StatCycleConfigurationService) GetStatCycles(input *stat_cycle_configuration.GetStatCyclesParams) (*socialclientmodels.StatCyclePagingSlicedResult, error)deprecated
- func (aaa *StatCycleConfigurationService) GetStatCycles1(input *stat_cycle_configuration.GetStatCycles1Params) (*socialclientmodels.StatCyclePagingSlicedResult, error)deprecated
- func (aaa *StatCycleConfigurationService) GetStatCycles1Short(input *stat_cycle_configuration.GetStatCycles1Params) (*socialclientmodels.StatCyclePagingSlicedResult, error)
- func (aaa *StatCycleConfigurationService) GetStatCyclesShort(input *stat_cycle_configuration.GetStatCyclesParams) (*socialclientmodels.StatCyclePagingSlicedResult, error)
- func (aaa *StatCycleConfigurationService) ImportStatCycle(input *stat_cycle_configuration.ImportStatCycleParams) (*socialclientmodels.StatImportInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) ImportStatCycleShort(input *stat_cycle_configuration.ImportStatCycleParams) (*socialclientmodels.StatImportInfo, error)
- func (aaa *StatCycleConfigurationService) StopStatCycle(input *stat_cycle_configuration.StopStatCycleParams) (*socialclientmodels.StatCycleInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) StopStatCycleShort(input *stat_cycle_configuration.StopStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
- func (aaa *StatCycleConfigurationService) UpdateStatCycle(input *stat_cycle_configuration.UpdateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)deprecated
- func (aaa *StatCycleConfigurationService) UpdateStatCycleShort(input *stat_cycle_configuration.UpdateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
- type UserStatisticCycleService
- func (aaa *UserStatisticCycleService) GetAuthSession() auth.Session
- func (aaa *UserStatisticCycleService) GetUserStatCycleItems(input *user_statistic_cycle.GetUserStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticCycleService) GetUserStatCycleItems1(input *user_statistic_cycle.GetUserStatCycleItems1Params) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticCycleService) GetUserStatCycleItems1Short(input *user_statistic_cycle.GetUserStatCycleItems1Params) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
- func (aaa *UserStatisticCycleService) GetUserStatCycleItemsShort(input *user_statistic_cycle.GetUserStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
- func (aaa *UserStatisticCycleService) PublicListMyStatCycleItems(input *user_statistic_cycle.PublicListMyStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticCycleService) PublicListMyStatCycleItemsShort(input *user_statistic_cycle.PublicListMyStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
- type UserStatisticService
- func (aaa *UserStatisticService) AdminListUsersStatItems(input *user_statistic.AdminListUsersStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) AdminListUsersStatItemsShort(input *user_statistic.AdminListUsersStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) BulkCreateUserStatItems(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkCreateUserStatItemsShort(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems1(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems1Short(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) BulkFetchOrDefaultStatItemsShort(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) BulkFetchStatItems(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)deprecated
- func (aaa *UserStatisticService) BulkFetchStatItems1(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)deprecated
- func (aaa *UserStatisticService) BulkFetchStatItems1Short(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
- func (aaa *UserStatisticService) BulkFetchStatItemsShort(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
- func (aaa *UserStatisticService) BulkIncUserStatItem(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkIncUserStatItem1(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkIncUserStatItem1Short(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkIncUserStatItemShort(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkIncUserStatItemValue(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkIncUserStatItemValue1(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkIncUserStatItemValue1Short(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkIncUserStatItemValue2(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkIncUserStatItemValue2Short(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkIncUserStatItemValueShort(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkResetUserStatItem(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkResetUserStatItem1(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkResetUserStatItem1Short(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkResetUserStatItem2(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkResetUserStatItem2Short(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkResetUserStatItem3(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkResetUserStatItem3Short(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkResetUserStatItemShort(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkResetUserStatItemValues(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkResetUserStatItemValuesShort(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkUpdateUserStatItem(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkUpdateUserStatItem1(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkUpdateUserStatItem1Short(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkUpdateUserStatItem2(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkUpdateUserStatItem2Short(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkUpdateUserStatItemShort(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) BulkUpdateUserStatItemV2(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) BulkUpdateUserStatItemV2Short(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) CreateUserStatItem(input *user_statistic.CreateUserStatItemParams) errordeprecated
- func (aaa *UserStatisticService) CreateUserStatItemShort(input *user_statistic.CreateUserStatItemParams) error
- func (aaa *UserStatisticService) DeleteUserStatItems(input *user_statistic.DeleteUserStatItemsParams) errordeprecated
- func (aaa *UserStatisticService) DeleteUserStatItems1(input *user_statistic.DeleteUserStatItems1Params) errordeprecated
- func (aaa *UserStatisticService) DeleteUserStatItems1Short(input *user_statistic.DeleteUserStatItems1Params) error
- func (aaa *UserStatisticService) DeleteUserStatItems2(input *user_statistic.DeleteUserStatItems2Params) errordeprecated
- func (aaa *UserStatisticService) DeleteUserStatItems2Short(input *user_statistic.DeleteUserStatItems2Params) error
- func (aaa *UserStatisticService) DeleteUserStatItemsShort(input *user_statistic.DeleteUserStatItemsParams) error
- func (aaa *UserStatisticService) GetAuthSession() auth.Session
- func (aaa *UserStatisticService) GetStatItems(input *user_statistic.GetStatItemsParams) (*socialclientmodels.StatItemValuePagingSlicedResult, error)deprecated
- func (aaa *UserStatisticService) GetStatItemsShort(input *user_statistic.GetStatItemsParams) (*socialclientmodels.StatItemValuePagingSlicedResult, error)
- func (aaa *UserStatisticService) GetUserStatItems(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticService) GetUserStatItemsShort(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
- func (aaa *UserStatisticService) IncUserStatItemValue(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) IncUserStatItemValueShort(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) PublicBulkCreateUserStatItems(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) PublicBulkCreateUserStatItemsShort(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) PublicBulkIncUserStatItem(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) PublicBulkIncUserStatItem1(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) PublicBulkIncUserStatItem1Short(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) PublicBulkIncUserStatItemShort(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) PublicBulkIncUserStatItemValue(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)deprecated
- func (aaa *UserStatisticService) PublicBulkIncUserStatItemValueShort(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
- func (aaa *UserStatisticService) PublicCreateUserStatItem(input *user_statistic.PublicCreateUserStatItemParams) errordeprecated
- func (aaa *UserStatisticService) PublicCreateUserStatItemShort(input *user_statistic.PublicCreateUserStatItemParams) error
- func (aaa *UserStatisticService) PublicIncUserStatItem(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) PublicIncUserStatItemShort(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) PublicIncUserStatItemValue(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) PublicIncUserStatItemValueShort(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) PublicListAllMyStatItems(input *user_statistic.PublicListAllMyStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) PublicListAllMyStatItemsShort(input *user_statistic.PublicListAllMyStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) PublicListMyStatItems(input *user_statistic.PublicListMyStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticService) PublicListMyStatItemsShort(input *user_statistic.PublicListMyStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
- func (aaa *UserStatisticService) PublicQueryUserStatItems(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)deprecated
- func (aaa *UserStatisticService) PublicQueryUserStatItems1(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) PublicQueryUserStatItems1Short(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) PublicQueryUserStatItems2(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)deprecated
- func (aaa *UserStatisticService) PublicQueryUserStatItems2Short(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
- func (aaa *UserStatisticService) PublicQueryUserStatItemsShort(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
- func (aaa *UserStatisticService) ResetUserStatItemValue(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) ResetUserStatItemValue1(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) ResetUserStatItemValue1Short(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) ResetUserStatItemValueShort(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) UpdateUserStatItemValue(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) UpdateUserStatItemValue1(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)deprecated
- func (aaa *UserStatisticService) UpdateUserStatItemValue1Short(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
- func (aaa *UserStatisticService) UpdateUserStatItemValueShort(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Constants ¶
const ServiceVersion = "2.11.0"
Variables ¶
var SDKVersion string
Functions ¶
func GetUserAgent ¶
func GetUserAgent() string
func NewSocialClient ¶
func NewSocialClient(configRepository repository.ConfigRepository) *socialclient.JusticeSocialService
Types ¶
type GameProfileService ¶
type GameProfileService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*GameProfileService) GetAuthSession ¶
func (aaa *GameProfileService) GetAuthSession() auth.Session
func (*GameProfileService) GetProfile
deprecated
func (aaa *GameProfileService) GetProfile(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: 2022-01-10 - Please use GetProfileShort instead.
func (*GameProfileService) GetProfileShort ¶
func (aaa *GameProfileService) GetProfileShort(input *game_profile.GetProfileParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) GetUserProfiles
deprecated
func (aaa *GameProfileService) GetUserProfiles(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
Deprecated: 2022-01-10 - Please use GetUserProfilesShort instead.
func (*GameProfileService) GetUserProfilesShort ¶
func (aaa *GameProfileService) GetUserProfilesShort(input *game_profile.GetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
func (*GameProfileService) PublicCreateProfile
deprecated
func (aaa *GameProfileService) PublicCreateProfile(input *game_profile.PublicCreateProfileParams) error
Deprecated: 2022-01-10 - Please use PublicCreateProfileShort instead.
func (*GameProfileService) PublicCreateProfileShort ¶
func (aaa *GameProfileService) PublicCreateProfileShort(input *game_profile.PublicCreateProfileParams) error
func (*GameProfileService) PublicDeleteProfile
deprecated
func (aaa *GameProfileService) PublicDeleteProfile(input *game_profile.PublicDeleteProfileParams) error
Deprecated: 2022-01-10 - Please use PublicDeleteProfileShort instead.
func (*GameProfileService) PublicDeleteProfileShort ¶
func (aaa *GameProfileService) PublicDeleteProfileShort(input *game_profile.PublicDeleteProfileParams) error
func (*GameProfileService) PublicGetProfile
deprecated
func (aaa *GameProfileService) PublicGetProfile(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: 2022-01-10 - Please use PublicGetProfileShort instead.
func (*GameProfileService) PublicGetProfileAttribute
deprecated
func (aaa *GameProfileService) PublicGetProfileAttribute(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
Deprecated: 2022-01-10 - Please use PublicGetProfileAttributeShort instead.
func (*GameProfileService) PublicGetProfileAttributeShort ¶
func (aaa *GameProfileService) PublicGetProfileAttributeShort(input *game_profile.PublicGetProfileAttributeParams) (*socialclientmodels.Attribute, error)
func (*GameProfileService) PublicGetProfileShort ¶
func (aaa *GameProfileService) PublicGetProfileShort(input *game_profile.PublicGetProfileParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) PublicGetUserGameProfiles
deprecated
func (aaa *GameProfileService) PublicGetUserGameProfiles(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
Deprecated: 2022-01-10 - Please use PublicGetUserGameProfilesShort instead.
func (*GameProfileService) PublicGetUserGameProfilesShort ¶
func (aaa *GameProfileService) PublicGetUserGameProfilesShort(input *game_profile.PublicGetUserGameProfilesParams) ([]*socialclientmodels.UserGameProfiles, error)
func (*GameProfileService) PublicGetUserProfiles
deprecated
func (aaa *GameProfileService) PublicGetUserProfiles(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
Deprecated: 2022-01-10 - Please use PublicGetUserProfilesShort instead.
func (*GameProfileService) PublicGetUserProfilesShort ¶
func (aaa *GameProfileService) PublicGetUserProfilesShort(input *game_profile.PublicGetUserProfilesParams) ([]*socialclientmodels.GameProfileHeader, error)
func (*GameProfileService) PublicUpdateAttribute
deprecated
func (aaa *GameProfileService) PublicUpdateAttribute(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: 2022-01-10 - Please use PublicUpdateAttributeShort instead.
func (*GameProfileService) PublicUpdateAttributeShort ¶
func (aaa *GameProfileService) PublicUpdateAttributeShort(input *game_profile.PublicUpdateAttributeParams) (*socialclientmodels.GameProfileInfo, error)
func (*GameProfileService) PublicUpdateProfile
deprecated
func (aaa *GameProfileService) PublicUpdateProfile(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
Deprecated: 2022-01-10 - Please use PublicUpdateProfileShort instead.
func (*GameProfileService) PublicUpdateProfileShort ¶
func (aaa *GameProfileService) PublicUpdateProfileShort(input *game_profile.PublicUpdateProfileParams) (*socialclientmodels.GameProfileInfo, error)
type GlobalStatisticService ¶
type GlobalStatisticService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*GlobalStatisticService) GetAuthSession ¶
func (aaa *GlobalStatisticService) GetAuthSession() auth.Session
func (*GlobalStatisticService) GetGlobalStatItemByStatCode
deprecated
func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode(input *global_statistic.GetGlobalStatItemByStatCodeParams) (*socialclientmodels.GlobalStatItemInfo, error)
Deprecated: 2022-01-10 - Please use GetGlobalStatItemByStatCodeShort instead.
func (*GlobalStatisticService) GetGlobalStatItemByStatCode1
deprecated
func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode1(input *global_statistic.GetGlobalStatItemByStatCode1Params) (*socialclientmodels.GlobalStatItemInfo, error)
Deprecated: 2022-01-10 - Please use GetGlobalStatItemByStatCode1Short instead.
func (*GlobalStatisticService) GetGlobalStatItemByStatCode1Short ¶
func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCode1Short(input *global_statistic.GetGlobalStatItemByStatCode1Params) (*socialclientmodels.GlobalStatItemInfo, error)
func (*GlobalStatisticService) GetGlobalStatItemByStatCodeShort ¶
func (aaa *GlobalStatisticService) GetGlobalStatItemByStatCodeShort(input *global_statistic.GetGlobalStatItemByStatCodeParams) (*socialclientmodels.GlobalStatItemInfo, error)
func (*GlobalStatisticService) GetGlobalStatItems
deprecated
func (aaa *GlobalStatisticService) GetGlobalStatItems(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetGlobalStatItemsShort instead.
func (*GlobalStatisticService) GetGlobalStatItems1
deprecated
func (aaa *GlobalStatisticService) GetGlobalStatItems1(input *global_statistic.GetGlobalStatItems1Params) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetGlobalStatItems1Short instead.
func (*GlobalStatisticService) GetGlobalStatItems1Short ¶
func (aaa *GlobalStatisticService) GetGlobalStatItems1Short(input *global_statistic.GetGlobalStatItems1Params) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
func (*GlobalStatisticService) GetGlobalStatItemsShort ¶
func (aaa *GlobalStatisticService) GetGlobalStatItemsShort(input *global_statistic.GetGlobalStatItemsParams) (*socialclientmodels.GlobalStatItemPagingSlicedResult, error)
type SlotConfigService ¶
type SlotConfigService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*SlotConfigService) DeleteNamespaceSlotConfig
deprecated
func (aaa *SlotConfigService) DeleteNamespaceSlotConfig(input *slot_config.DeleteNamespaceSlotConfigParams) error
Deprecated: 2022-01-10 - Please use DeleteNamespaceSlotConfigShort instead.
func (*SlotConfigService) DeleteNamespaceSlotConfigShort ¶
func (aaa *SlotConfigService) DeleteNamespaceSlotConfigShort(input *slot_config.DeleteNamespaceSlotConfigParams) error
func (*SlotConfigService) DeleteUserSlotConfig
deprecated
func (aaa *SlotConfigService) DeleteUserSlotConfig(input *slot_config.DeleteUserSlotConfigParams) error
Deprecated: 2022-01-10 - Please use DeleteUserSlotConfigShort instead.
func (*SlotConfigService) DeleteUserSlotConfigShort ¶
func (aaa *SlotConfigService) DeleteUserSlotConfigShort(input *slot_config.DeleteUserSlotConfigParams) error
func (*SlotConfigService) GetAuthSession ¶
func (aaa *SlotConfigService) GetAuthSession() auth.Session
func (*SlotConfigService) GetNamespaceSlotConfig
deprecated
func (aaa *SlotConfigService) GetNamespaceSlotConfig(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
Deprecated: 2022-01-10 - Please use GetNamespaceSlotConfigShort instead.
func (*SlotConfigService) GetNamespaceSlotConfigShort ¶
func (aaa *SlotConfigService) GetNamespaceSlotConfigShort(input *slot_config.GetNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
func (*SlotConfigService) GetUserSlotConfig
deprecated
func (aaa *SlotConfigService) GetUserSlotConfig(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
Deprecated: 2022-01-10 - Please use GetUserSlotConfigShort instead.
func (*SlotConfigService) GetUserSlotConfigShort ¶
func (aaa *SlotConfigService) GetUserSlotConfigShort(input *slot_config.GetUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
func (*SlotConfigService) UpdateNamespaceSlotConfig
deprecated
func (aaa *SlotConfigService) UpdateNamespaceSlotConfig(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
Deprecated: 2022-01-10 - Please use UpdateNamespaceSlotConfigShort instead.
func (*SlotConfigService) UpdateNamespaceSlotConfigShort ¶
func (aaa *SlotConfigService) UpdateNamespaceSlotConfigShort(input *slot_config.UpdateNamespaceSlotConfigParams) (*socialclientmodels.NamespaceSlotConfigInfo, error)
func (*SlotConfigService) UpdateUserSlotConfig
deprecated
func (aaa *SlotConfigService) UpdateUserSlotConfig(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
Deprecated: 2022-01-10 - Please use UpdateUserSlotConfigShort instead.
func (*SlotConfigService) UpdateUserSlotConfigShort ¶
func (aaa *SlotConfigService) UpdateUserSlotConfigShort(input *slot_config.UpdateUserSlotConfigParams) (*socialclientmodels.UserSlotConfigInfo, error)
type SlotService ¶
type SlotService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*SlotService) GetAuthSession ¶
func (aaa *SlotService) GetAuthSession() auth.Session
func (*SlotService) GetSlotData
deprecated
func (aaa *SlotService) GetSlotData(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - Please use GetSlotDataShort instead.
func (*SlotService) GetSlotDataShort ¶
func (aaa *SlotService) GetSlotDataShort(input *slot.GetSlotDataParams, writer io.Writer) (io.Writer, error)
func (*SlotService) GetUserNamespaceSlots
deprecated
func (aaa *SlotService) GetUserNamespaceSlots(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
Deprecated: 2022-01-10 - Please use GetUserNamespaceSlotsShort instead.
func (*SlotService) GetUserNamespaceSlotsShort ¶
func (aaa *SlotService) GetUserNamespaceSlotsShort(input *slot.GetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
func (*SlotService) PublicCreateUserNamespaceSlot
deprecated
func (aaa *SlotService) PublicCreateUserNamespaceSlot(input *slot.PublicCreateUserNamespaceSlotParams) error
Deprecated: 2022-01-10 - Please use PublicCreateUserNamespaceSlotShort instead.
func (*SlotService) PublicCreateUserNamespaceSlotShort ¶
func (aaa *SlotService) PublicCreateUserNamespaceSlotShort(input *slot.PublicCreateUserNamespaceSlotParams) error
func (*SlotService) PublicDeleteUserNamespaceSlot
deprecated
func (aaa *SlotService) PublicDeleteUserNamespaceSlot(input *slot.PublicDeleteUserNamespaceSlotParams) error
Deprecated: 2022-01-10 - Please use PublicDeleteUserNamespaceSlotShort instead.
func (*SlotService) PublicDeleteUserNamespaceSlotShort ¶
func (aaa *SlotService) PublicDeleteUserNamespaceSlotShort(input *slot.PublicDeleteUserNamespaceSlotParams) error
func (*SlotService) PublicGetSlotData
deprecated
func (aaa *SlotService) PublicGetSlotData(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - Please use PublicGetSlotDataShort instead.
func (*SlotService) PublicGetSlotDataShort ¶
func (aaa *SlotService) PublicGetSlotDataShort(input *slot.PublicGetSlotDataParams, writer io.Writer) (io.Writer, error)
func (*SlotService) PublicGetUserNamespaceSlots
deprecated
func (aaa *SlotService) PublicGetUserNamespaceSlots(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
Deprecated: 2022-01-10 - Please use PublicGetUserNamespaceSlotsShort instead.
func (*SlotService) PublicGetUserNamespaceSlotsShort ¶
func (aaa *SlotService) PublicGetUserNamespaceSlotsShort(input *slot.PublicGetUserNamespaceSlotsParams) ([]*socialclientmodels.SlotInfo, error)
func (*SlotService) PublicUpdateUserNamespaceSlot
deprecated
func (aaa *SlotService) PublicUpdateUserNamespaceSlot(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)
Deprecated: 2022-01-10 - Please use PublicUpdateUserNamespaceSlotShort instead.
func (*SlotService) PublicUpdateUserNamespaceSlotMetadata
deprecated
func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadata(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)
Deprecated: 2022-01-10 - Please use PublicUpdateUserNamespaceSlotMetadataShort instead.
func (*SlotService) PublicUpdateUserNamespaceSlotMetadataShort ¶
func (aaa *SlotService) PublicUpdateUserNamespaceSlotMetadataShort(input *slot.PublicUpdateUserNamespaceSlotMetadataParams) (*socialclientmodels.SlotInfo, error)
func (*SlotService) PublicUpdateUserNamespaceSlotShort ¶
func (aaa *SlotService) PublicUpdateUserNamespaceSlotShort(input *slot.PublicUpdateUserNamespaceSlotParams) (*socialclientmodels.SlotInfo, error)
type StatConfigurationService ¶
type StatConfigurationService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*StatConfigurationService) CreateStat
deprecated
func (aaa *StatConfigurationService) CreateStat(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: 2022-01-10 - Please use CreateStatShort instead.
func (*StatConfigurationService) CreateStat1
deprecated
func (aaa *StatConfigurationService) CreateStat1(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
Deprecated: 2022-01-10 - Please use CreateStat1Short instead.
func (*StatConfigurationService) CreateStat1Short ¶
func (aaa *StatConfigurationService) CreateStat1Short(input *stat_configuration.CreateStat1Params) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) CreateStatShort ¶
func (aaa *StatConfigurationService) CreateStatShort(input *stat_configuration.CreateStatParams) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) DeleteStat
deprecated
func (aaa *StatConfigurationService) DeleteStat(input *stat_configuration.DeleteStatParams) error
Deprecated: 2022-01-10 - Please use DeleteStatShort instead.
func (*StatConfigurationService) DeleteStatShort ¶
func (aaa *StatConfigurationService) DeleteStatShort(input *stat_configuration.DeleteStatParams) error
func (*StatConfigurationService) DeleteTiedStat
deprecated
func (aaa *StatConfigurationService) DeleteTiedStat(input *stat_configuration.DeleteTiedStatParams) error
Deprecated: 2022-01-10 - Please use DeleteTiedStatShort instead.
func (*StatConfigurationService) DeleteTiedStatShort ¶
func (aaa *StatConfigurationService) DeleteTiedStatShort(input *stat_configuration.DeleteTiedStatParams) error
func (*StatConfigurationService) ExportStats
deprecated
func (aaa *StatConfigurationService) ExportStats(input *stat_configuration.ExportStatsParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - Please use ExportStatsShort instead.
func (*StatConfigurationService) ExportStatsShort ¶
func (aaa *StatConfigurationService) ExportStatsShort(input *stat_configuration.ExportStatsParams, writer io.Writer) (io.Writer, error)
func (*StatConfigurationService) GetAuthSession ¶
func (aaa *StatConfigurationService) GetAuthSession() auth.Session
func (*StatConfigurationService) GetStat
deprecated
func (aaa *StatConfigurationService) GetStat(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: 2022-01-10 - Please use GetStatShort instead.
func (*StatConfigurationService) GetStatShort ¶
func (aaa *StatConfigurationService) GetStatShort(input *stat_configuration.GetStatParams) (*socialclientmodels.StatInfo, error)
func (*StatConfigurationService) GetStats
deprecated
func (aaa *StatConfigurationService) GetStats(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetStatsShort instead.
func (*StatConfigurationService) GetStatsShort ¶
func (aaa *StatConfigurationService) GetStatsShort(input *stat_configuration.GetStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
func (*StatConfigurationService) ImportStats
deprecated
func (aaa *StatConfigurationService) ImportStats(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
Deprecated: 2022-01-10 - Please use ImportStatsShort instead.
func (*StatConfigurationService) ImportStatsShort ¶
func (aaa *StatConfigurationService) ImportStatsShort(input *stat_configuration.ImportStatsParams) (*socialclientmodels.StatImportInfo, error)
func (*StatConfigurationService) QueryStats
deprecated
func (aaa *StatConfigurationService) QueryStats(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use QueryStatsShort instead.
func (*StatConfigurationService) QueryStatsShort ¶
func (aaa *StatConfigurationService) QueryStatsShort(input *stat_configuration.QueryStatsParams) (*socialclientmodels.StatPagingSlicedResult, error)
func (*StatConfigurationService) UpdateStat
deprecated
func (aaa *StatConfigurationService) UpdateStat(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
Deprecated: 2022-01-10 - Please use UpdateStatShort instead.
func (*StatConfigurationService) UpdateStatShort ¶
func (aaa *StatConfigurationService) UpdateStatShort(input *stat_configuration.UpdateStatParams) (*socialclientmodels.StatInfo, error)
type StatCycleConfigurationService ¶
type StatCycleConfigurationService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*StatCycleConfigurationService) BulkAddStats
deprecated
func (aaa *StatCycleConfigurationService) BulkAddStats(input *stat_cycle_configuration.BulkAddStatsParams) ([]*socialclientmodels.BulkStatCycleOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkAddStatsShort instead.
func (*StatCycleConfigurationService) BulkAddStatsShort ¶
func (aaa *StatCycleConfigurationService) BulkAddStatsShort(input *stat_cycle_configuration.BulkAddStatsParams) ([]*socialclientmodels.BulkStatCycleOperationResult, error)
func (*StatCycleConfigurationService) BulkGetStatCycle
deprecated
func (aaa *StatCycleConfigurationService) BulkGetStatCycle(input *stat_cycle_configuration.BulkGetStatCycleParams) (*socialclientmodels.BulkStatCycleResult, error)
Deprecated: 2022-01-10 - Please use BulkGetStatCycleShort instead.
func (*StatCycleConfigurationService) BulkGetStatCycle1
deprecated
func (aaa *StatCycleConfigurationService) BulkGetStatCycle1(input *stat_cycle_configuration.BulkGetStatCycle1Params) (*socialclientmodels.BulkStatCycleResult, error)
Deprecated: 2022-01-10 - Please use BulkGetStatCycle1Short instead.
func (*StatCycleConfigurationService) BulkGetStatCycle1Short ¶
func (aaa *StatCycleConfigurationService) BulkGetStatCycle1Short(input *stat_cycle_configuration.BulkGetStatCycle1Params) (*socialclientmodels.BulkStatCycleResult, error)
func (*StatCycleConfigurationService) BulkGetStatCycleShort ¶
func (aaa *StatCycleConfigurationService) BulkGetStatCycleShort(input *stat_cycle_configuration.BulkGetStatCycleParams) (*socialclientmodels.BulkStatCycleResult, error)
func (*StatCycleConfigurationService) CreateStatCycle
deprecated
func (aaa *StatCycleConfigurationService) CreateStatCycle(input *stat_cycle_configuration.CreateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
Deprecated: 2022-01-10 - Please use CreateStatCycleShort instead.
func (*StatCycleConfigurationService) CreateStatCycleShort ¶
func (aaa *StatCycleConfigurationService) CreateStatCycleShort(input *stat_cycle_configuration.CreateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
func (*StatCycleConfigurationService) DeleteStatCycle
deprecated
func (aaa *StatCycleConfigurationService) DeleteStatCycle(input *stat_cycle_configuration.DeleteStatCycleParams) error
Deprecated: 2022-01-10 - Please use DeleteStatCycleShort instead.
func (*StatCycleConfigurationService) DeleteStatCycleShort ¶
func (aaa *StatCycleConfigurationService) DeleteStatCycleShort(input *stat_cycle_configuration.DeleteStatCycleParams) error
func (*StatCycleConfigurationService) ExportStatCycle
deprecated
func (aaa *StatCycleConfigurationService) ExportStatCycle(input *stat_cycle_configuration.ExportStatCycleParams, writer io.Writer) (io.Writer, error)
Deprecated: 2022-01-10 - Please use ExportStatCycleShort instead.
func (*StatCycleConfigurationService) ExportStatCycleShort ¶
func (aaa *StatCycleConfigurationService) ExportStatCycleShort(input *stat_cycle_configuration.ExportStatCycleParams, writer io.Writer) (io.Writer, error)
func (*StatCycleConfigurationService) GetAuthSession ¶
func (aaa *StatCycleConfigurationService) GetAuthSession() auth.Session
func (*StatCycleConfigurationService) GetStatCycle
deprecated
func (aaa *StatCycleConfigurationService) GetStatCycle(input *stat_cycle_configuration.GetStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
Deprecated: 2022-01-10 - Please use GetStatCycleShort instead.
func (*StatCycleConfigurationService) GetStatCycle1
deprecated
func (aaa *StatCycleConfigurationService) GetStatCycle1(input *stat_cycle_configuration.GetStatCycle1Params) (*socialclientmodels.StatCycleInfo, error)
Deprecated: 2022-01-10 - Please use GetStatCycle1Short instead.
func (*StatCycleConfigurationService) GetStatCycle1Short ¶
func (aaa *StatCycleConfigurationService) GetStatCycle1Short(input *stat_cycle_configuration.GetStatCycle1Params) (*socialclientmodels.StatCycleInfo, error)
func (*StatCycleConfigurationService) GetStatCycleShort ¶
func (aaa *StatCycleConfigurationService) GetStatCycleShort(input *stat_cycle_configuration.GetStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
func (*StatCycleConfigurationService) GetStatCycles
deprecated
func (aaa *StatCycleConfigurationService) GetStatCycles(input *stat_cycle_configuration.GetStatCyclesParams) (*socialclientmodels.StatCyclePagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetStatCyclesShort instead.
func (*StatCycleConfigurationService) GetStatCycles1
deprecated
func (aaa *StatCycleConfigurationService) GetStatCycles1(input *stat_cycle_configuration.GetStatCycles1Params) (*socialclientmodels.StatCyclePagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetStatCycles1Short instead.
func (*StatCycleConfigurationService) GetStatCycles1Short ¶
func (aaa *StatCycleConfigurationService) GetStatCycles1Short(input *stat_cycle_configuration.GetStatCycles1Params) (*socialclientmodels.StatCyclePagingSlicedResult, error)
func (*StatCycleConfigurationService) GetStatCyclesShort ¶
func (aaa *StatCycleConfigurationService) GetStatCyclesShort(input *stat_cycle_configuration.GetStatCyclesParams) (*socialclientmodels.StatCyclePagingSlicedResult, error)
func (*StatCycleConfigurationService) ImportStatCycle
deprecated
func (aaa *StatCycleConfigurationService) ImportStatCycle(input *stat_cycle_configuration.ImportStatCycleParams) (*socialclientmodels.StatImportInfo, error)
Deprecated: 2022-01-10 - Please use ImportStatCycleShort instead.
func (*StatCycleConfigurationService) ImportStatCycleShort ¶
func (aaa *StatCycleConfigurationService) ImportStatCycleShort(input *stat_cycle_configuration.ImportStatCycleParams) (*socialclientmodels.StatImportInfo, error)
func (*StatCycleConfigurationService) StopStatCycle
deprecated
func (aaa *StatCycleConfigurationService) StopStatCycle(input *stat_cycle_configuration.StopStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
Deprecated: 2022-01-10 - Please use StopStatCycleShort instead.
func (*StatCycleConfigurationService) StopStatCycleShort ¶
func (aaa *StatCycleConfigurationService) StopStatCycleShort(input *stat_cycle_configuration.StopStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
func (*StatCycleConfigurationService) UpdateStatCycle
deprecated
func (aaa *StatCycleConfigurationService) UpdateStatCycle(input *stat_cycle_configuration.UpdateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
Deprecated: 2022-01-10 - Please use UpdateStatCycleShort instead.
func (*StatCycleConfigurationService) UpdateStatCycleShort ¶
func (aaa *StatCycleConfigurationService) UpdateStatCycleShort(input *stat_cycle_configuration.UpdateStatCycleParams) (*socialclientmodels.StatCycleInfo, error)
type UserStatisticCycleService ¶
type UserStatisticCycleService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*UserStatisticCycleService) GetAuthSession ¶
func (aaa *UserStatisticCycleService) GetAuthSession() auth.Session
func (*UserStatisticCycleService) GetUserStatCycleItems
deprecated
func (aaa *UserStatisticCycleService) GetUserStatCycleItems(input *user_statistic_cycle.GetUserStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetUserStatCycleItemsShort instead.
func (*UserStatisticCycleService) GetUserStatCycleItems1
deprecated
func (aaa *UserStatisticCycleService) GetUserStatCycleItems1(input *user_statistic_cycle.GetUserStatCycleItems1Params) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetUserStatCycleItems1Short instead.
func (*UserStatisticCycleService) GetUserStatCycleItems1Short ¶
func (aaa *UserStatisticCycleService) GetUserStatCycleItems1Short(input *user_statistic_cycle.GetUserStatCycleItems1Params) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
func (*UserStatisticCycleService) GetUserStatCycleItemsShort ¶
func (aaa *UserStatisticCycleService) GetUserStatCycleItemsShort(input *user_statistic_cycle.GetUserStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
func (*UserStatisticCycleService) PublicListMyStatCycleItems
deprecated
func (aaa *UserStatisticCycleService) PublicListMyStatCycleItems(input *user_statistic_cycle.PublicListMyStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use PublicListMyStatCycleItemsShort instead.
func (*UserStatisticCycleService) PublicListMyStatCycleItemsShort ¶
func (aaa *UserStatisticCycleService) PublicListMyStatCycleItemsShort(input *user_statistic_cycle.PublicListMyStatCycleItemsParams) (*socialclientmodels.UserStatCycleItemPagingSlicedResult, error)
type UserStatisticService ¶
type UserStatisticService struct { Client *socialclient.JusticeSocialService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository }
func (*UserStatisticService) AdminListUsersStatItems
deprecated
func (aaa *UserStatisticService) AdminListUsersStatItems(input *user_statistic.AdminListUsersStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use AdminListUsersStatItemsShort instead.
func (*UserStatisticService) AdminListUsersStatItemsShort ¶
func (aaa *UserStatisticService) AdminListUsersStatItemsShort(input *user_statistic.AdminListUsersStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) BulkCreateUserStatItems
deprecated
func (aaa *UserStatisticService) BulkCreateUserStatItems(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkCreateUserStatItemsShort instead.
func (*UserStatisticService) BulkCreateUserStatItemsShort ¶
func (aaa *UserStatisticService) BulkCreateUserStatItemsShort(input *user_statistic.BulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkFetchOrDefaultStatItems
deprecated
func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use BulkFetchOrDefaultStatItemsShort instead.
func (*UserStatisticService) BulkFetchOrDefaultStatItems1
deprecated
func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems1(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use BulkFetchOrDefaultStatItems1Short instead.
func (*UserStatisticService) BulkFetchOrDefaultStatItems1Short ¶
func (aaa *UserStatisticService) BulkFetchOrDefaultStatItems1Short(input *user_statistic.BulkFetchOrDefaultStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) BulkFetchOrDefaultStatItemsShort ¶
func (aaa *UserStatisticService) BulkFetchOrDefaultStatItemsShort(input *user_statistic.BulkFetchOrDefaultStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) BulkFetchStatItems
deprecated
func (aaa *UserStatisticService) BulkFetchStatItems(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
Deprecated: 2022-01-10 - Please use BulkFetchStatItemsShort instead.
func (*UserStatisticService) BulkFetchStatItems1
deprecated
func (aaa *UserStatisticService) BulkFetchStatItems1(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
Deprecated: 2022-01-10 - Please use BulkFetchStatItems1Short instead.
func (*UserStatisticService) BulkFetchStatItems1Short ¶
func (aaa *UserStatisticService) BulkFetchStatItems1Short(input *user_statistic.BulkFetchStatItems1Params) ([]*socialclientmodels.UserStatItemInfo, error)
func (*UserStatisticService) BulkFetchStatItemsShort ¶
func (aaa *UserStatisticService) BulkFetchStatItemsShort(input *user_statistic.BulkFetchStatItemsParams) ([]*socialclientmodels.UserStatItemInfo, error)
func (*UserStatisticService) BulkIncUserStatItem
deprecated
func (aaa *UserStatisticService) BulkIncUserStatItem(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkIncUserStatItemShort instead.
func (*UserStatisticService) BulkIncUserStatItem1
deprecated
func (aaa *UserStatisticService) BulkIncUserStatItem1(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkIncUserStatItem1Short instead.
func (*UserStatisticService) BulkIncUserStatItem1Short ¶
func (aaa *UserStatisticService) BulkIncUserStatItem1Short(input *user_statistic.BulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemShort ¶
func (aaa *UserStatisticService) BulkIncUserStatItemShort(input *user_statistic.BulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValue
deprecated
func (aaa *UserStatisticService) BulkIncUserStatItemValue(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkIncUserStatItemValueShort instead.
func (*UserStatisticService) BulkIncUserStatItemValue1
deprecated
func (aaa *UserStatisticService) BulkIncUserStatItemValue1(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkIncUserStatItemValue1Short instead.
func (*UserStatisticService) BulkIncUserStatItemValue1Short ¶
func (aaa *UserStatisticService) BulkIncUserStatItemValue1Short(input *user_statistic.BulkIncUserStatItemValue1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValue2
deprecated
func (aaa *UserStatisticService) BulkIncUserStatItemValue2(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkIncUserStatItemValue2Short instead.
func (*UserStatisticService) BulkIncUserStatItemValue2Short ¶
func (aaa *UserStatisticService) BulkIncUserStatItemValue2Short(input *user_statistic.BulkIncUserStatItemValue2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkIncUserStatItemValueShort ¶
func (aaa *UserStatisticService) BulkIncUserStatItemValueShort(input *user_statistic.BulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem
deprecated
func (aaa *UserStatisticService) BulkResetUserStatItem(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkResetUserStatItemShort instead.
func (*UserStatisticService) BulkResetUserStatItem1
deprecated
func (aaa *UserStatisticService) BulkResetUserStatItem1(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkResetUserStatItem1Short instead.
func (*UserStatisticService) BulkResetUserStatItem1Short ¶
func (aaa *UserStatisticService) BulkResetUserStatItem1Short(input *user_statistic.BulkResetUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem2
deprecated
func (aaa *UserStatisticService) BulkResetUserStatItem2(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkResetUserStatItem2Short instead.
func (*UserStatisticService) BulkResetUserStatItem2Short ¶
func (aaa *UserStatisticService) BulkResetUserStatItem2Short(input *user_statistic.BulkResetUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItem3
deprecated
func (aaa *UserStatisticService) BulkResetUserStatItem3(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkResetUserStatItem3Short instead.
func (*UserStatisticService) BulkResetUserStatItem3Short ¶
func (aaa *UserStatisticService) BulkResetUserStatItem3Short(input *user_statistic.BulkResetUserStatItem3Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItemShort ¶
func (aaa *UserStatisticService) BulkResetUserStatItemShort(input *user_statistic.BulkResetUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkResetUserStatItemValues
deprecated
func (aaa *UserStatisticService) BulkResetUserStatItemValues(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkResetUserStatItemValuesShort instead.
func (*UserStatisticService) BulkResetUserStatItemValuesShort ¶
func (aaa *UserStatisticService) BulkResetUserStatItemValuesShort(input *user_statistic.BulkResetUserStatItemValuesParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItem
deprecated
func (aaa *UserStatisticService) BulkUpdateUserStatItem(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkUpdateUserStatItemShort instead.
func (*UserStatisticService) BulkUpdateUserStatItem1
deprecated
func (aaa *UserStatisticService) BulkUpdateUserStatItem1(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkUpdateUserStatItem1Short instead.
func (*UserStatisticService) BulkUpdateUserStatItem1Short ¶
func (aaa *UserStatisticService) BulkUpdateUserStatItem1Short(input *user_statistic.BulkUpdateUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItem2
deprecated
func (aaa *UserStatisticService) BulkUpdateUserStatItem2(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkUpdateUserStatItem2Short instead.
func (*UserStatisticService) BulkUpdateUserStatItem2Short ¶
func (aaa *UserStatisticService) BulkUpdateUserStatItem2Short(input *user_statistic.BulkUpdateUserStatItem2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItemShort ¶
func (aaa *UserStatisticService) BulkUpdateUserStatItemShort(input *user_statistic.BulkUpdateUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) BulkUpdateUserStatItemV2
deprecated
func (aaa *UserStatisticService) BulkUpdateUserStatItemV2(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use BulkUpdateUserStatItemV2Short instead.
func (*UserStatisticService) BulkUpdateUserStatItemV2Short ¶
func (aaa *UserStatisticService) BulkUpdateUserStatItemV2Short(input *user_statistic.BulkUpdateUserStatItemV2Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) CreateUserStatItem
deprecated
func (aaa *UserStatisticService) CreateUserStatItem(input *user_statistic.CreateUserStatItemParams) error
Deprecated: 2022-01-10 - Please use CreateUserStatItemShort instead.
func (*UserStatisticService) CreateUserStatItemShort ¶
func (aaa *UserStatisticService) CreateUserStatItemShort(input *user_statistic.CreateUserStatItemParams) error
func (*UserStatisticService) DeleteUserStatItems
deprecated
func (aaa *UserStatisticService) DeleteUserStatItems(input *user_statistic.DeleteUserStatItemsParams) error
Deprecated: 2022-01-10 - Please use DeleteUserStatItemsShort instead.
func (*UserStatisticService) DeleteUserStatItems1
deprecated
func (aaa *UserStatisticService) DeleteUserStatItems1(input *user_statistic.DeleteUserStatItems1Params) error
Deprecated: 2022-01-10 - Please use DeleteUserStatItems1Short instead.
func (*UserStatisticService) DeleteUserStatItems1Short ¶
func (aaa *UserStatisticService) DeleteUserStatItems1Short(input *user_statistic.DeleteUserStatItems1Params) error
func (*UserStatisticService) DeleteUserStatItems2
deprecated
func (aaa *UserStatisticService) DeleteUserStatItems2(input *user_statistic.DeleteUserStatItems2Params) error
Deprecated: 2022-01-10 - Please use DeleteUserStatItems2Short instead.
func (*UserStatisticService) DeleteUserStatItems2Short ¶
func (aaa *UserStatisticService) DeleteUserStatItems2Short(input *user_statistic.DeleteUserStatItems2Params) error
func (*UserStatisticService) DeleteUserStatItemsShort ¶
func (aaa *UserStatisticService) DeleteUserStatItemsShort(input *user_statistic.DeleteUserStatItemsParams) error
func (*UserStatisticService) GetAuthSession ¶
func (aaa *UserStatisticService) GetAuthSession() auth.Session
func (*UserStatisticService) GetStatItems
deprecated
func (aaa *UserStatisticService) GetStatItems(input *user_statistic.GetStatItemsParams) (*socialclientmodels.StatItemValuePagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetStatItemsShort instead.
func (*UserStatisticService) GetStatItemsShort ¶
func (aaa *UserStatisticService) GetStatItemsShort(input *user_statistic.GetStatItemsParams) (*socialclientmodels.StatItemValuePagingSlicedResult, error)
func (*UserStatisticService) GetUserStatItems
deprecated
func (aaa *UserStatisticService) GetUserStatItems(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use GetUserStatItemsShort instead.
func (*UserStatisticService) GetUserStatItemsShort ¶
func (aaa *UserStatisticService) GetUserStatItemsShort(input *user_statistic.GetUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
func (*UserStatisticService) IncUserStatItemValue
deprecated
func (aaa *UserStatisticService) IncUserStatItemValue(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use IncUserStatItemValueShort instead.
func (*UserStatisticService) IncUserStatItemValueShort ¶
func (aaa *UserStatisticService) IncUserStatItemValueShort(input *user_statistic.IncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicBulkCreateUserStatItems
deprecated
func (aaa *UserStatisticService) PublicBulkCreateUserStatItems(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use PublicBulkCreateUserStatItemsShort instead.
func (*UserStatisticService) PublicBulkCreateUserStatItemsShort ¶
func (aaa *UserStatisticService) PublicBulkCreateUserStatItemsShort(input *user_statistic.PublicBulkCreateUserStatItemsParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItem
deprecated
func (aaa *UserStatisticService) PublicBulkIncUserStatItem(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use PublicBulkIncUserStatItemShort instead.
func (*UserStatisticService) PublicBulkIncUserStatItem1
deprecated
func (aaa *UserStatisticService) PublicBulkIncUserStatItem1(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use PublicBulkIncUserStatItem1Short instead.
func (*UserStatisticService) PublicBulkIncUserStatItem1Short ¶
func (aaa *UserStatisticService) PublicBulkIncUserStatItem1Short(input *user_statistic.PublicBulkIncUserStatItem1Params) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItemShort ¶
func (aaa *UserStatisticService) PublicBulkIncUserStatItemShort(input *user_statistic.PublicBulkIncUserStatItemParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) PublicBulkIncUserStatItemValue
deprecated
func (aaa *UserStatisticService) PublicBulkIncUserStatItemValue(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
Deprecated: 2022-01-10 - Please use PublicBulkIncUserStatItemValueShort instead.
func (*UserStatisticService) PublicBulkIncUserStatItemValueShort ¶
func (aaa *UserStatisticService) PublicBulkIncUserStatItemValueShort(input *user_statistic.PublicBulkIncUserStatItemValueParams) ([]*socialclientmodels.BulkStatOperationResult, error)
func (*UserStatisticService) PublicCreateUserStatItem
deprecated
func (aaa *UserStatisticService) PublicCreateUserStatItem(input *user_statistic.PublicCreateUserStatItemParams) error
Deprecated: 2022-01-10 - Please use PublicCreateUserStatItemShort instead.
func (*UserStatisticService) PublicCreateUserStatItemShort ¶
func (aaa *UserStatisticService) PublicCreateUserStatItemShort(input *user_statistic.PublicCreateUserStatItemParams) error
func (*UserStatisticService) PublicIncUserStatItem
deprecated
func (aaa *UserStatisticService) PublicIncUserStatItem(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use PublicIncUserStatItemShort instead.
func (*UserStatisticService) PublicIncUserStatItemShort ¶
func (aaa *UserStatisticService) PublicIncUserStatItemShort(input *user_statistic.PublicIncUserStatItemParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicIncUserStatItemValue
deprecated
func (aaa *UserStatisticService) PublicIncUserStatItemValue(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use PublicIncUserStatItemValueShort instead.
func (*UserStatisticService) PublicIncUserStatItemValueShort ¶
func (aaa *UserStatisticService) PublicIncUserStatItemValueShort(input *user_statistic.PublicIncUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) PublicListAllMyStatItems
deprecated
func (aaa *UserStatisticService) PublicListAllMyStatItems(input *user_statistic.PublicListAllMyStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use PublicListAllMyStatItemsShort instead.
func (*UserStatisticService) PublicListAllMyStatItemsShort ¶
func (aaa *UserStatisticService) PublicListAllMyStatItemsShort(input *user_statistic.PublicListAllMyStatItemsParams) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) PublicListMyStatItems
deprecated
func (aaa *UserStatisticService) PublicListMyStatItems(input *user_statistic.PublicListMyStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use PublicListMyStatItemsShort instead.
func (*UserStatisticService) PublicListMyStatItemsShort ¶
func (aaa *UserStatisticService) PublicListMyStatItemsShort(input *user_statistic.PublicListMyStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
func (*UserStatisticService) PublicQueryUserStatItems
deprecated
func (aaa *UserStatisticService) PublicQueryUserStatItems(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
Deprecated: 2022-01-10 - Please use PublicQueryUserStatItemsShort instead.
func (*UserStatisticService) PublicQueryUserStatItems1
deprecated
func (aaa *UserStatisticService) PublicQueryUserStatItems1(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use PublicQueryUserStatItems1Short instead.
func (*UserStatisticService) PublicQueryUserStatItems1Short ¶
func (aaa *UserStatisticService) PublicQueryUserStatItems1Short(input *user_statistic.PublicQueryUserStatItems1Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) PublicQueryUserStatItems2
deprecated
func (aaa *UserStatisticService) PublicQueryUserStatItems2(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
Deprecated: 2022-01-10 - Please use PublicQueryUserStatItems2Short instead.
func (*UserStatisticService) PublicQueryUserStatItems2Short ¶
func (aaa *UserStatisticService) PublicQueryUserStatItems2Short(input *user_statistic.PublicQueryUserStatItems2Params) ([]*socialclientmodels.ADTOObjectForUserStatItemValue, error)
func (*UserStatisticService) PublicQueryUserStatItemsShort ¶
func (aaa *UserStatisticService) PublicQueryUserStatItemsShort(input *user_statistic.PublicQueryUserStatItemsParams) (*socialclientmodels.UserStatItemPagingSlicedResult, error)
func (*UserStatisticService) ResetUserStatItemValue
deprecated
func (aaa *UserStatisticService) ResetUserStatItemValue(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use ResetUserStatItemValueShort instead.
func (*UserStatisticService) ResetUserStatItemValue1
deprecated
func (aaa *UserStatisticService) ResetUserStatItemValue1(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use ResetUserStatItemValue1Short instead.
func (*UserStatisticService) ResetUserStatItemValue1Short ¶
func (aaa *UserStatisticService) ResetUserStatItemValue1Short(input *user_statistic.ResetUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) ResetUserStatItemValueShort ¶
func (aaa *UserStatisticService) ResetUserStatItemValueShort(input *user_statistic.ResetUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) UpdateUserStatItemValue
deprecated
func (aaa *UserStatisticService) UpdateUserStatItemValue(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use UpdateUserStatItemValueShort instead.
func (*UserStatisticService) UpdateUserStatItemValue1
deprecated
func (aaa *UserStatisticService) UpdateUserStatItemValue1(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
Deprecated: 2022-01-10 - Please use UpdateUserStatItemValue1Short instead.
func (*UserStatisticService) UpdateUserStatItemValue1Short ¶
func (aaa *UserStatisticService) UpdateUserStatItemValue1Short(input *user_statistic.UpdateUserStatItemValue1Params) (*socialclientmodels.StatItemIncResult, error)
func (*UserStatisticService) UpdateUserStatItemValueShort ¶
func (aaa *UserStatisticService) UpdateUserStatItemValueShort(input *user_statistic.UpdateUserStatItemValueParams) (*socialclientmodels.StatItemIncResult, error)