social

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "2.12.0"

Variables

View Source
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

	FlightIdRepository *utils.FlightIdContainer
}

func (*GameProfileService) GetAuthSession

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

func (*GameProfileService) GetProfile deprecated

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

func (*GameProfileService) GetProfileShort

func (*GameProfileService) GetUserProfiles deprecated

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

func (*GameProfileService) GetUserProfilesShort

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

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

func (*GameProfileService) PublicGetProfileAttribute deprecated

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 (*GameProfileService) PublicGetUserGameProfiles deprecated

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

func (*GameProfileService) PublicGetUserGameProfilesShort

func (*GameProfileService) PublicGetUserProfiles deprecated

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

func (*GameProfileService) PublicGetUserProfilesShort

func (*GameProfileService) PublicUpdateAttribute deprecated

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

func (*GameProfileService) PublicUpdateAttributeShort

func (*GameProfileService) PublicUpdateProfile deprecated

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

func (*GameProfileService) PublicUpdateProfileShort

func (*GameProfileService) UpdateFlightId

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

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

func (*GlobalStatisticService) GetGlobalStatItemByStatCode deprecated

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

func (*GlobalStatisticService) GetGlobalStatItemByStatCode1 deprecated

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

func (*GlobalStatisticService) GetGlobalStatItems deprecated

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

func (*GlobalStatisticService) GetGlobalStatItems1 deprecated

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

func (*GlobalStatisticService) UpdateFlightId

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

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

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

func (*SlotConfigService) GetUserSlotConfig deprecated

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

func (*SlotConfigService) GetUserSlotConfigShort

func (*SlotConfigService) UpdateFlightId

func (aaa *SlotConfigService) UpdateFlightId(flightId string)

func (*SlotConfigService) UpdateNamespaceSlotConfig deprecated

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

func (*SlotConfigService) UpdateUserSlotConfig deprecated

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

func (*SlotConfigService) UpdateUserSlotConfigShort

type SlotService

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

	FlightIdRepository *utils.FlightIdContainer
}

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)

func (*SlotService) UpdateFlightId

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

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

func (*StatConfigurationService) CreateStat1Short

func (*StatConfigurationService) CreateStatShort

func (*StatConfigurationService) DeleteStat deprecated

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

func (*StatConfigurationService) DeleteStatShort

func (*StatConfigurationService) DeleteTiedStat deprecated

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

func (*StatConfigurationService) DeleteTiedStatShort

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

func (*StatConfigurationService) ExportStats deprecated

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

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

func (*StatConfigurationService) GetStatShort

func (*StatConfigurationService) GetStats deprecated

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

func (*StatConfigurationService) GetStatsShort

func (*StatConfigurationService) ImportStats deprecated

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

func (*StatConfigurationService) ImportStatsShort

func (*StatConfigurationService) QueryStats deprecated

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

func (*StatConfigurationService) QueryStatsShort

func (*StatConfigurationService) UpdateFlightId

func (aaa *StatConfigurationService) UpdateFlightId(flightId string)

func (*StatConfigurationService) UpdateStat deprecated

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

func (*StatConfigurationService) UpdateStatShort

type StatCycleConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*StatCycleConfigurationService) BulkAddStats deprecated

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

func (*StatCycleConfigurationService) BulkGetStatCycle deprecated

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

func (*StatCycleConfigurationService) BulkGetStatCycle1 deprecated

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

func (*StatCycleConfigurationService) CreateStatCycle deprecated

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

func (*StatCycleConfigurationService) CreateStatCycleShort

func (*StatCycleConfigurationService) DeleteStatCycle deprecated

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

func (*StatCycleConfigurationService) DeleteStatCycleShort

func (*StatCycleConfigurationService) ExportStatCycle deprecated

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

func (*StatCycleConfigurationService) ExportStatCycleShort

func (*StatCycleConfigurationService) GetAuthSession

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

func (*StatCycleConfigurationService) GetStatCycle deprecated

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

func (*StatCycleConfigurationService) GetStatCycle1 deprecated

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

func (*StatCycleConfigurationService) GetStatCycle1Short

func (*StatCycleConfigurationService) GetStatCycleShort

func (*StatCycleConfigurationService) GetStatCycles deprecated

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

func (*StatCycleConfigurationService) GetStatCycles1 deprecated

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

func (*StatCycleConfigurationService) ImportStatCycle deprecated

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

func (*StatCycleConfigurationService) ImportStatCycleShort

func (*StatCycleConfigurationService) StopStatCycle deprecated

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

func (*StatCycleConfigurationService) StopStatCycleShort

func (*StatCycleConfigurationService) UpdateFlightId

func (aaa *StatCycleConfigurationService) UpdateFlightId(flightId string)

func (*StatCycleConfigurationService) UpdateStatCycle deprecated

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

func (*StatCycleConfigurationService) UpdateStatCycleShort

type UserStatisticCycleService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*UserStatisticCycleService) GetAuthSession

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

func (*UserStatisticCycleService) GetUserStatCycleItems deprecated

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

func (*UserStatisticCycleService) GetUserStatCycleItems1 deprecated

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

func (*UserStatisticCycleService) PublicListMyStatCycleItems deprecated

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

func (*UserStatisticCycleService) UpdateFlightId

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

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

func (*UserStatisticService) BulkCreateUserStatItems deprecated

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

func (*UserStatisticService) BulkCreateUserStatItemsShort

func (*UserStatisticService) BulkFetchOrDefaultStatItems deprecated

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

func (*UserStatisticService) BulkFetchOrDefaultStatItems1 deprecated

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

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

func (*UserStatisticService) BulkFetchStatItemsShort

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

func (*UserStatisticService) BulkIncUserStatItemShort

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) BulkIncUserStatItemValue2 deprecated

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

func (*UserStatisticService) BulkIncUserStatItemValueShort

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

func (*UserStatisticService) BulkResetUserStatItem2 deprecated

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

func (*UserStatisticService) BulkResetUserStatItem2Short

func (*UserStatisticService) BulkResetUserStatItem3 deprecated

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

func (*UserStatisticService) BulkResetUserStatItem3Short

func (*UserStatisticService) BulkResetUserStatItemShort

func (*UserStatisticService) BulkResetUserStatItemValues deprecated

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

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

func (*UserStatisticService) BulkUpdateUserStatItem2 deprecated

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

func (*UserStatisticService) BulkUpdateUserStatItem2Short

func (*UserStatisticService) BulkUpdateUserStatItemShort

func (*UserStatisticService) BulkUpdateUserStatItemV2 deprecated

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

func (*UserStatisticService) BulkUpdateUserStatItemV2Short

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

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

func (*UserStatisticService) GetUserStatItems deprecated

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

func (*UserStatisticService) IncUserStatItemValue deprecated

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

func (*UserStatisticService) IncUserStatItemValueShort

func (*UserStatisticService) PublicBulkCreateUserStatItems deprecated

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

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) PublicBulkIncUserStatItemValue deprecated

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

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

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

func (*UserStatisticService) PublicIncUserStatItemShort

func (*UserStatisticService) PublicIncUserStatItemValue deprecated

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

func (*UserStatisticService) PublicIncUserStatItemValueShort

func (*UserStatisticService) PublicListAllMyStatItems deprecated

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

func (*UserStatisticService) PublicListMyStatItems deprecated

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

func (*UserStatisticService) PublicQueryUserStatItems deprecated

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

func (*UserStatisticService) PublicQueryUserStatItems1 deprecated

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

func (*UserStatisticService) PublicQueryUserStatItems2 deprecated

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

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

func (*UserStatisticService) ResetUserStatItemValueShort

func (*UserStatisticService) UpdateFlightId

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

func (*UserStatisticService) UpdateUserStatItemValueShort

Jump to

Keyboard shortcuts

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