social

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MIT Imports: 13 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
}

GameProfileService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use GameProfileService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*GameProfileService) GetAuthSession

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

func (*GameProfileService) GetProfileShort

func (*GameProfileService) GetUserProfilesShort

func (*GameProfileService) PublicCreateProfileShort

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

func (*GameProfileService) PublicDeleteProfileShort

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

func (*GameProfileService) PublicGetProfileShort

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
}

GlobalStatisticService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use GlobalStatisticService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*GlobalStatisticService) GetAuthSession

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

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
}

SlotConfigService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use SlotConfigService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*SlotConfigService) DeleteNamespaceSlotConfigShort

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

func (*SlotConfigService) DeleteUserSlotConfigShort

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

func (*SlotConfigService) GetAuthSession

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

func (*SlotConfigService) GetUserSlotConfigShort

func (*SlotConfigService) UpdateFlightId

func (aaa *SlotConfigService) UpdateFlightId(flightId string)

func (*SlotConfigService) UpdateUserSlotConfigShort

type SlotService

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

	FlightIdRepository *utils.FlightIdContainer
}

SlotService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use SlotService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*SlotService) GetAuthSession

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

func (*SlotService) GetSlotDataShort

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

func (*SlotService) GetUserNamespaceSlotsShort

func (aaa *SlotService) GetUserNamespaceSlotsShort(input *slot.GetUserNamespaceSlotsParams) (*slot.GetUserNamespaceSlotsResponse, error)

func (*SlotService) PublicCreateUserNamespaceSlotShort

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

func (*SlotService) PublicDeleteUserNamespaceSlotShort

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

func (*SlotService) PublicGetSlotDataShort

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

func (*SlotService) PublicGetUserNamespaceSlotsShort

func (aaa *SlotService) PublicGetUserNamespaceSlotsShort(input *slot.PublicGetUserNamespaceSlotsParams) (*slot.PublicGetUserNamespaceSlotsResponse, error)

func (*SlotService) PublicUpdateUserNamespaceSlotShort

func (aaa *SlotService) PublicUpdateUserNamespaceSlotShort(input *slot.PublicUpdateUserNamespaceSlotParams) (*slot.PublicUpdateUserNamespaceSlotResponse, 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
}

StatConfigurationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use StatConfigurationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*StatConfigurationService) CreateStat1Short

func (*StatConfigurationService) CreateStatShort

func (*StatConfigurationService) DeleteStatShort

func (*StatConfigurationService) DeleteTiedStatShort

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

func (*StatConfigurationService) ExportStatsShort

func (*StatConfigurationService) GetAuthSession

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

func (*StatConfigurationService) GetStatShort

func (*StatConfigurationService) GetStatsShort

func (*StatConfigurationService) ImportStatsShort

func (*StatConfigurationService) QueryStatsShort

func (*StatConfigurationService) UpdateFlightId

func (aaa *StatConfigurationService) UpdateFlightId(flightId string)

func (*StatConfigurationService) UpdateStatShort

type StatCycleConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

StatCycleConfigurationService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use StatCycleConfigurationService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*StatCycleConfigurationService) DeleteStatCycleShort

func (*StatCycleConfigurationService) GetAuthSession

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

func (*StatCycleConfigurationService) UpdateFlightId

func (aaa *StatCycleConfigurationService) UpdateFlightId(flightId string)

type UserStatisticCycleService

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

	FlightIdRepository *utils.FlightIdContainer
}

UserStatisticCycleService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use UserStatisticCycleService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*UserStatisticCycleService) GetAuthSession

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

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
}

UserStatisticService this is use for compatibility with latest modular sdk only Deprecated: 2023-03-30 - please use UserStatisticService imported from "github.com/AccelByte/accelbyte-go-modular-sdk/social-sdk/pkg"

func (*UserStatisticService) BulkFetchStatItemsShort

func (*UserStatisticService) CreateUserStatItemShort

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

func (*UserStatisticService) DeleteUserStatItems1Short

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

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) GetStatItemsShort

func (*UserStatisticService) GetUserStatItemsShort

func (*UserStatisticService) PublicCreateUserStatItemShort

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

func (*UserStatisticService) UpdateFlightId

func (aaa *UserStatisticService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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