social

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GameProfileService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*GameProfileService) GetAuthSession added in v0.21.0

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

func (*GameProfileService) GetProfile deprecated

Deprecated: 2022-01-10 - please use GetProfileShort instead.

func (*GameProfileService) GetProfileShort added in v0.10.0

func (*GameProfileService) GetUserProfiles deprecated

Deprecated: 2022-01-10 - please use GetUserProfilesShort instead.

func (*GameProfileService) GetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicCreateProfile deprecated

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

Deprecated: 2022-01-10 - please use PublicCreateProfileShort instead.

func (*GameProfileService) PublicCreateProfileShort added in v0.10.0

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

func (*GameProfileService) PublicDeleteProfile deprecated

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

Deprecated: 2022-01-10 - please use PublicDeleteProfileShort instead.

func (*GameProfileService) PublicDeleteProfileShort added in v0.10.0

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

func (*GameProfileService) PublicGetProfile deprecated

Deprecated: 2022-01-10 - please use PublicGetProfileShort instead.

func (*GameProfileService) PublicGetProfileAttribute deprecated

Deprecated: 2022-01-10 - please use PublicGetProfileAttributeShort instead.

func (*GameProfileService) PublicGetProfileAttributeShort added in v0.10.0

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

func (*GameProfileService) PublicGetProfileShort added in v0.10.0

func (*GameProfileService) PublicGetUserGameProfiles deprecated

Deprecated: 2022-01-10 - please use PublicGetUserGameProfilesShort instead.

func (*GameProfileService) PublicGetUserGameProfilesShort added in v0.10.0

func (*GameProfileService) PublicGetUserProfiles deprecated

Deprecated: 2022-01-10 - please use PublicGetUserProfilesShort instead.

func (*GameProfileService) PublicGetUserProfilesShort added in v0.10.0

func (*GameProfileService) PublicUpdateAttribute deprecated

Deprecated: 2022-01-10 - please use PublicUpdateAttributeShort instead.

func (*GameProfileService) PublicUpdateAttributeShort added in v0.10.0

func (*GameProfileService) PublicUpdateProfile deprecated

Deprecated: 2022-01-10 - please use PublicUpdateProfileShort instead.

func (*GameProfileService) PublicUpdateProfileShort added in v0.10.0

func (*GameProfileService) UpdateFlightId added in v0.63.0

func (aaa *GameProfileService) UpdateFlightId(flightId string)

type GlobalStatisticService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*GlobalStatisticService) GetAuthSession added in v0.21.0

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

func (*GlobalStatisticService) GetGlobalStatItemByStatCode deprecated added in v0.35.0

Deprecated: 2022-01-10 - please use GetGlobalStatItemByStatCodeShort instead.

func (*GlobalStatisticService) GetGlobalStatItemByStatCode1 deprecated added in v0.35.0

Deprecated: 2022-01-10 - please use GetGlobalStatItemByStatCode1Short instead.

func (*GlobalStatisticService) GetGlobalStatItemByStatCode1Short added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItemByStatCodeShort added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItems deprecated

Deprecated: 2022-01-10 - please use GetGlobalStatItemsShort instead.

func (*GlobalStatisticService) GetGlobalStatItems1 deprecated added in v0.35.0

Deprecated: 2022-01-10 - please use GetGlobalStatItems1Short instead.

func (*GlobalStatisticService) GetGlobalStatItems1Short added in v0.35.0

func (*GlobalStatisticService) GetGlobalStatItemsShort added in v0.10.0

func (*GlobalStatisticService) UpdateFlightId added in v0.63.0

func (aaa *GlobalStatisticService) UpdateFlightId(flightId string)

type SlotConfigService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*SlotConfigService) DeleteNamespaceSlotConfig deprecated

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

Deprecated: 2022-01-10 - please use DeleteNamespaceSlotConfigShort instead.

func (*SlotConfigService) DeleteNamespaceSlotConfigShort added in v0.10.0

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

func (*SlotConfigService) DeleteUserSlotConfig deprecated

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

Deprecated: 2022-01-10 - please use DeleteUserSlotConfigShort instead.

func (*SlotConfigService) DeleteUserSlotConfigShort added in v0.10.0

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

func (*SlotConfigService) GetAuthSession added in v0.21.0

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

func (*SlotConfigService) GetNamespaceSlotConfig deprecated

Deprecated: 2022-01-10 - please use GetNamespaceSlotConfigShort instead.

func (*SlotConfigService) GetNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) GetUserSlotConfig deprecated

Deprecated: 2022-01-10 - please use GetUserSlotConfigShort instead.

func (*SlotConfigService) GetUserSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateFlightId added in v0.63.0

func (aaa *SlotConfigService) UpdateFlightId(flightId string)

func (*SlotConfigService) UpdateNamespaceSlotConfig deprecated

Deprecated: 2022-01-10 - please use UpdateNamespaceSlotConfigShort instead.

func (*SlotConfigService) UpdateNamespaceSlotConfigShort added in v0.10.0

func (*SlotConfigService) UpdateUserSlotConfig deprecated

Deprecated: 2022-01-10 - please use UpdateUserSlotConfigShort instead.

func (*SlotConfigService) UpdateUserSlotConfigShort added in v0.10.0

type SlotService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*SlotService) GetAuthSession added in v0.21.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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

func (*SlotService) PublicUpdateUserNamespaceSlotShort added in v0.10.0

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

func (*SlotService) UpdateFlightId added in v0.63.0

func (aaa *SlotService) UpdateFlightId(flightId string)

type StatConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*StatConfigurationService) CreateStat deprecated

Deprecated: 2022-01-10 - please use CreateStatShort instead.

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

Deprecated: 2022-01-10 - please use CreateStat1Short instead.

func (*StatConfigurationService) CreateStat1Short added in v0.10.0

func (*StatConfigurationService) CreateStatShort added in v0.10.0

func (*StatConfigurationService) DeleteStat deprecated

Deprecated: 2022-01-10 - please use DeleteStatShort instead.

func (*StatConfigurationService) DeleteStatShort added in v0.10.0

func (*StatConfigurationService) DeleteTiedStat deprecated added in v0.29.0

Deprecated: 2022-01-10 - please use DeleteTiedStatShort instead.

func (*StatConfigurationService) DeleteTiedStatShort added in v0.29.0

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

func (*StatConfigurationService) ExportStats deprecated

Deprecated: 2022-01-10 - please use ExportStatsShort instead.

func (*StatConfigurationService) ExportStatsShort added in v0.10.0

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

func (*StatConfigurationService) GetAuthSession added in v0.21.0

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

func (*StatConfigurationService) GetStat deprecated

Deprecated: 2022-01-10 - please use GetStatShort instead.

func (*StatConfigurationService) GetStatShort added in v0.10.0

func (*StatConfigurationService) GetStats deprecated

Deprecated: 2022-01-10 - please use GetStatsShort instead.

func (*StatConfigurationService) GetStatsShort added in v0.10.0

func (*StatConfigurationService) ImportStats deprecated

Deprecated: 2022-01-10 - please use ImportStatsShort instead.

func (*StatConfigurationService) ImportStatsShort added in v0.10.0

func (*StatConfigurationService) QueryStats deprecated

Deprecated: 2022-01-10 - please use QueryStatsShort instead.

func (*StatConfigurationService) QueryStatsShort added in v0.10.0

func (*StatConfigurationService) UpdateFlightId added in v0.63.0

func (aaa *StatConfigurationService) UpdateFlightId(flightId string)

func (*StatConfigurationService) UpdateStat deprecated

Deprecated: 2022-01-10 - please use UpdateStatShort instead.

func (*StatConfigurationService) UpdateStatShort added in v0.10.0

type StatCycleConfigurationService added in v0.39.0

type StatCycleConfigurationService struct {
	Client           *socialclient.JusticeSocialService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*StatCycleConfigurationService) BulkAddStats deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use BulkAddStatsShort instead.

func (*StatCycleConfigurationService) BulkAddStatsShort added in v0.39.0

func (*StatCycleConfigurationService) BulkGetStatCycle deprecated added in v0.43.0

Deprecated: 2022-01-10 - please use BulkGetStatCycleShort instead.

func (*StatCycleConfigurationService) BulkGetStatCycle1 deprecated added in v0.43.0

Deprecated: 2022-01-10 - please use BulkGetStatCycle1Short instead.

func (*StatCycleConfigurationService) BulkGetStatCycle1Short added in v0.43.0

func (*StatCycleConfigurationService) BulkGetStatCycleShort added in v0.43.0

func (*StatCycleConfigurationService) CreateStatCycle deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use CreateStatCycleShort instead.

func (*StatCycleConfigurationService) CreateStatCycleShort added in v0.39.0

func (*StatCycleConfigurationService) DeleteStatCycle deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use DeleteStatCycleShort instead.

func (*StatCycleConfigurationService) DeleteStatCycleShort added in v0.39.0

func (*StatCycleConfigurationService) ExportStatCycle deprecated added in v0.58.0

Deprecated: 2022-01-10 - please use ExportStatCycleShort instead.

func (*StatCycleConfigurationService) ExportStatCycleShort added in v0.58.0

func (*StatCycleConfigurationService) GetAuthSession added in v0.39.0

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

func (*StatCycleConfigurationService) GetStatCycle deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use GetStatCycleShort instead.

func (*StatCycleConfigurationService) GetStatCycle1 deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use GetStatCycle1Short instead.

func (*StatCycleConfigurationService) GetStatCycle1Short added in v0.39.0

func (*StatCycleConfigurationService) GetStatCycleShort added in v0.39.0

func (*StatCycleConfigurationService) GetStatCycles deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use GetStatCyclesShort instead.

func (*StatCycleConfigurationService) GetStatCycles1 deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use GetStatCycles1Short instead.

func (*StatCycleConfigurationService) GetStatCycles1Short added in v0.39.0

func (*StatCycleConfigurationService) GetStatCyclesShort added in v0.39.0

func (*StatCycleConfigurationService) ImportStatCycle deprecated added in v0.60.0

Deprecated: 2022-01-10 - please use ImportStatCycleShort instead.

func (*StatCycleConfigurationService) ImportStatCycleShort added in v0.60.0

func (*StatCycleConfigurationService) StopStatCycle deprecated added in v0.41.0

Deprecated: 2022-01-10 - please use StopStatCycleShort instead.

func (*StatCycleConfigurationService) StopStatCycleShort added in v0.41.0

func (*StatCycleConfigurationService) UpdateFlightId added in v0.63.0

func (aaa *StatCycleConfigurationService) UpdateFlightId(flightId string)

func (*StatCycleConfigurationService) UpdateStatCycle deprecated added in v0.39.0

Deprecated: 2022-01-10 - please use UpdateStatCycleShort instead.

func (*StatCycleConfigurationService) UpdateStatCycleShort added in v0.39.0

type UserStatisticCycleService added in v0.40.0

type UserStatisticCycleService struct {
	Client           *socialclient.JusticeSocialService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserStatisticCycleService) GetAuthSession added in v0.40.0

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

func (*UserStatisticCycleService) GetUserStatCycleItems deprecated added in v0.40.0

Deprecated: 2022-01-10 - please use GetUserStatCycleItemsShort instead.

func (*UserStatisticCycleService) GetUserStatCycleItems1 deprecated added in v0.40.0

Deprecated: 2022-01-10 - please use GetUserStatCycleItems1Short instead.

func (*UserStatisticCycleService) GetUserStatCycleItems1Short added in v0.40.0

func (*UserStatisticCycleService) GetUserStatCycleItemsShort added in v0.40.0

func (*UserStatisticCycleService) PublicListMyStatCycleItems deprecated added in v0.46.0

Deprecated: 2022-01-10 - please use PublicListMyStatCycleItemsShort instead.

func (*UserStatisticCycleService) PublicListMyStatCycleItemsShort added in v0.46.0

func (*UserStatisticCycleService) UpdateFlightId added in v0.63.0

func (aaa *UserStatisticCycleService) UpdateFlightId(flightId string)

type UserStatisticService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserStatisticService) AdminListUsersStatItems deprecated added in v0.47.0

Deprecated: 2022-01-10 - please use AdminListUsersStatItemsShort instead.

func (*UserStatisticService) AdminListUsersStatItemsShort added in v0.47.0

func (*UserStatisticService) BulkCreateUserStatItems deprecated

Deprecated: 2022-01-10 - please use BulkCreateUserStatItemsShort instead.

func (*UserStatisticService) BulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkFetchOrDefaultStatItems deprecated added in v0.18.0

Deprecated: 2022-01-10 - please use BulkFetchOrDefaultStatItemsShort instead.

func (*UserStatisticService) BulkFetchOrDefaultStatItems1 deprecated added in v0.18.0

Deprecated: 2022-01-10 - please use BulkFetchOrDefaultStatItems1Short instead.

func (*UserStatisticService) BulkFetchOrDefaultStatItems1Short added in v0.18.0

func (*UserStatisticService) BulkFetchOrDefaultStatItemsShort added in v0.18.0

func (*UserStatisticService) BulkFetchStatItems deprecated

Deprecated: 2022-01-10 - please use BulkFetchStatItemsShort instead.

func (*UserStatisticService) BulkFetchStatItems1 deprecated

Deprecated: 2022-01-10 - please use BulkFetchStatItems1Short instead.

func (*UserStatisticService) BulkFetchStatItems1Short added in v0.10.0

func (*UserStatisticService) BulkFetchStatItemsShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItem deprecated

Deprecated: 2022-01-10 - please use BulkIncUserStatItemShort instead.

func (*UserStatisticService) BulkIncUserStatItem1 deprecated

Deprecated: 2022-01-10 - please use BulkIncUserStatItem1Short instead.

func (*UserStatisticService) BulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use BulkIncUserStatItemValueShort instead.

func (*UserStatisticService) BulkIncUserStatItemValue1 deprecated

Deprecated: 2022-01-10 - please use BulkIncUserStatItemValue1Short instead.

func (*UserStatisticService) BulkIncUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValue2 deprecated

Deprecated: 2022-01-10 - please use BulkIncUserStatItemValue2Short instead.

func (*UserStatisticService) BulkIncUserStatItemValue2Short added in v0.10.0

func (*UserStatisticService) BulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem deprecated

Deprecated: 2022-01-10 - please use BulkResetUserStatItemShort instead.

func (*UserStatisticService) BulkResetUserStatItem1 deprecated

Deprecated: 2022-01-10 - please use BulkResetUserStatItem1Short instead.

func (*UserStatisticService) BulkResetUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem2 deprecated

Deprecated: 2022-01-10 - please use BulkResetUserStatItem2Short instead.

func (*UserStatisticService) BulkResetUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItem3 deprecated

Deprecated: 2022-01-10 - please use BulkResetUserStatItem3Short instead.

func (*UserStatisticService) BulkResetUserStatItem3Short added in v0.10.0

func (*UserStatisticService) BulkResetUserStatItemShort added in v0.10.0

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

Deprecated: 2022-01-10 - please use BulkResetUserStatItemValuesShort instead.

func (*UserStatisticService) BulkResetUserStatItemValuesShort added in v0.12.0

func (*UserStatisticService) BulkUpdateUserStatItem deprecated

Deprecated: 2022-01-10 - please use BulkUpdateUserStatItemShort instead.

func (*UserStatisticService) BulkUpdateUserStatItem1 deprecated

Deprecated: 2022-01-10 - please use BulkUpdateUserStatItem1Short instead.

func (*UserStatisticService) BulkUpdateUserStatItem1Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItem2 deprecated

Deprecated: 2022-01-10 - please use BulkUpdateUserStatItem2Short instead.

func (*UserStatisticService) BulkUpdateUserStatItem2Short added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemShort added in v0.10.0

func (*UserStatisticService) BulkUpdateUserStatItemV2 deprecated

Deprecated: 2022-01-10 - please use BulkUpdateUserStatItemV2Short instead.

func (*UserStatisticService) BulkUpdateUserStatItemV2Short added in v0.10.0

func (*UserStatisticService) CreateUserStatItem deprecated

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

Deprecated: 2022-01-10 - please use CreateUserStatItemShort instead.

func (*UserStatisticService) CreateUserStatItemShort added in v0.10.0

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

func (*UserStatisticService) DeleteUserStatItems 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 added in v0.10.0

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 added in v0.10.0

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

func (*UserStatisticService) DeleteUserStatItemsShort added in v0.10.0

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

func (*UserStatisticService) GetAuthSession added in v0.21.0

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

func (*UserStatisticService) GetStatItems deprecated added in v0.57.0

Deprecated: 2022-01-10 - please use GetStatItemsShort instead.

func (*UserStatisticService) GetStatItemsShort added in v0.57.0

func (*UserStatisticService) GetUserStatItems deprecated

Deprecated: 2022-01-10 - please use GetUserStatItemsShort instead.

func (*UserStatisticService) GetUserStatItemsShort added in v0.10.0

func (*UserStatisticService) IncUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use IncUserStatItemValueShort instead.

func (*UserStatisticService) IncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicBulkCreateUserStatItems deprecated

Deprecated: 2022-01-10 - please use PublicBulkCreateUserStatItemsShort instead.

func (*UserStatisticService) PublicBulkCreateUserStatItemsShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItem deprecated

Deprecated: 2022-01-10 - please use PublicBulkIncUserStatItemShort instead.

func (*UserStatisticService) PublicBulkIncUserStatItem1 deprecated

Deprecated: 2022-01-10 - please use PublicBulkIncUserStatItem1Short instead.

func (*UserStatisticService) PublicBulkIncUserStatItem1Short added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicBulkIncUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use PublicBulkIncUserStatItemValueShort instead.

func (*UserStatisticService) PublicBulkIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicCreateUserStatItem deprecated

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

Deprecated: 2022-01-10 - please use PublicCreateUserStatItemShort instead.

func (*UserStatisticService) PublicCreateUserStatItemShort added in v0.10.0

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

func (*UserStatisticService) PublicIncUserStatItem deprecated

Deprecated: 2022-01-10 - please use PublicIncUserStatItemShort instead.

func (*UserStatisticService) PublicIncUserStatItemShort added in v0.10.0

func (*UserStatisticService) PublicIncUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use PublicIncUserStatItemValueShort instead.

func (*UserStatisticService) PublicIncUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) PublicListAllMyStatItems deprecated added in v0.46.0

Deprecated: 2022-01-10 - please use PublicListAllMyStatItemsShort instead.

func (*UserStatisticService) PublicListAllMyStatItemsShort added in v0.46.0

func (*UserStatisticService) PublicListMyStatItems deprecated added in v0.46.0

Deprecated: 2022-01-10 - please use PublicListMyStatItemsShort instead.

func (*UserStatisticService) PublicListMyStatItemsShort added in v0.46.0

func (*UserStatisticService) PublicQueryUserStatItems deprecated

Deprecated: 2022-01-10 - please use PublicQueryUserStatItemsShort instead.

func (*UserStatisticService) PublicQueryUserStatItems1 deprecated added in v0.18.0

Deprecated: 2022-01-10 - please use PublicQueryUserStatItems1Short instead.

func (*UserStatisticService) PublicQueryUserStatItems1Short added in v0.18.0

func (*UserStatisticService) PublicQueryUserStatItems2 deprecated added in v0.18.0

Deprecated: 2022-01-10 - please use PublicQueryUserStatItems2Short instead.

func (*UserStatisticService) PublicQueryUserStatItems2Short added in v0.18.0

func (*UserStatisticService) PublicQueryUserStatItemsShort added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use ResetUserStatItemValueShort instead.

func (*UserStatisticService) ResetUserStatItemValue1 deprecated

Deprecated: 2022-01-10 - please use ResetUserStatItemValue1Short instead.

func (*UserStatisticService) ResetUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) ResetUserStatItemValueShort added in v0.10.0

func (*UserStatisticService) UpdateFlightId added in v0.63.0

func (aaa *UserStatisticService) UpdateFlightId(flightId string)

func (*UserStatisticService) UpdateUserStatItemValue deprecated

Deprecated: 2022-01-10 - please use UpdateUserStatItemValueShort instead.

func (*UserStatisticService) UpdateUserStatItemValue1 deprecated

Deprecated: 2022-01-10 - please use UpdateUserStatItemValue1Short instead.

func (*UserStatisticService) UpdateUserStatItemValue1Short added in v0.10.0

func (*UserStatisticService) UpdateUserStatItemValueShort added in v0.10.0

Jump to

Keyboard shortcuts

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