session

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: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateService added in v0.57.0

type CertificateService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*CertificateService) GetAuthSession added in v0.57.0

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

func (*CertificateService) HandleUploadXboxPFXCertificate deprecated added in v0.57.0

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

func (*CertificateService) HandleUploadXboxPFXCertificateShort added in v0.57.0

func (*CertificateService) UpdateFlightId added in v0.63.0

func (aaa *CertificateService) UpdateFlightId(flightId string)

type ConfigurationTemplateService

type ConfigurationTemplateService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigurationTemplateService) AdminCreateConfigurationAlertV1 deprecated added in v0.45.0

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

func (*ConfigurationTemplateService) AdminCreateConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminCreateConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1 deprecated added in v0.45.0

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short added in v0.45.0

func (aaa *ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short(input *configuration_template.AdminDeleteConfigurationAlertV1Params) error

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1Short

func (aaa *ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1Short(input *configuration_template.AdminDeleteConfigurationTemplateV1Params) error

func (*ConfigurationTemplateService) AdminGetAllConfigurationTemplatesV1 deprecated

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

func (*ConfigurationTemplateService) AdminGetConfigurationAlertV1 deprecated added in v0.45.0

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

func (*ConfigurationTemplateService) AdminGetConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminGetConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) AdminGetDSMCConfiguration deprecated added in v0.41.0

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

func (*ConfigurationTemplateService) AdminGetDSMCConfigurationShort added in v0.41.0

func (*ConfigurationTemplateService) AdminSyncDSMCConfiguration deprecated added in v0.41.0

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

func (*ConfigurationTemplateService) AdminSyncDSMCConfigurationShort added in v0.41.0

func (*ConfigurationTemplateService) AdminUpdateConfigurationAlertV1 deprecated added in v0.45.0

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

func (*ConfigurationTemplateService) AdminUpdateConfigurationAlertV1Short added in v0.45.0

func (*ConfigurationTemplateService) AdminUpdateConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) GetAuthSession

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

func (*ConfigurationTemplateService) UpdateFlightId added in v0.63.0

func (aaa *ConfigurationTemplateService) UpdateFlightId(flightId string)

type DSMCDefaultConfigurationService added in v0.41.0

type DSMCDefaultConfigurationService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*DSMCDefaultConfigurationService) AdminGetDSMCConfigurationDefault deprecated added in v0.41.0

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

func (*DSMCDefaultConfigurationService) AdminGetDSMCConfigurationDefaultShort added in v0.41.0

func (*DSMCDefaultConfigurationService) GetAuthSession added in v0.41.0

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

func (*DSMCDefaultConfigurationService) UpdateFlightId added in v0.63.0

func (aaa *DSMCDefaultConfigurationService) UpdateFlightId(flightId string)

type EnvironmentVariableService added in v0.51.0

type EnvironmentVariableService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*EnvironmentVariableService) AdminListEnvironmentVariables deprecated added in v0.51.0

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

func (*EnvironmentVariableService) GetAuthSession added in v0.51.0

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

func (*EnvironmentVariableService) UpdateFlightId added in v0.63.0

func (aaa *EnvironmentVariableService) UpdateFlightId(flightId string)

type GameSessionService

type GameSessionService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*GameSessionService) AdminDeleteBulkGameSessions deprecated added in v0.42.0

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

func (*GameSessionService) AdminDeleteBulkGameSessionsShort added in v0.42.0

func (*GameSessionService) AdminQueryGameSessions deprecated

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

func (*GameSessionService) AdminQueryGameSessionsByAttributes deprecated added in v0.55.0

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

func (*GameSessionService) AdminQueryGameSessionsByAttributesShort added in v0.55.0

func (*GameSessionService) AdminSetDSReady deprecated added in v0.57.0

func (aaa *GameSessionService) AdminSetDSReady(input *game_session.AdminSetDSReadyParams) error

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

func (*GameSessionService) AdminSetDSReadyShort added in v0.57.0

func (aaa *GameSessionService) AdminSetDSReadyShort(input *game_session.AdminSetDSReadyParams) error

func (*GameSessionService) AdminUpdateGameSessionMember deprecated

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

func (*GameSessionService) AppendTeamGameSession deprecated added in v0.41.0

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

func (*GameSessionService) AppendTeamGameSessionShort added in v0.41.0

func (*GameSessionService) CreateGameSession deprecated

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

func (*GameSessionService) DeleteGameSession deprecated

func (aaa *GameSessionService) DeleteGameSession(input *game_session.DeleteGameSessionParams) error

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

func (*GameSessionService) DeleteGameSessionShort

func (aaa *GameSessionService) DeleteGameSessionShort(input *game_session.DeleteGameSessionParams) error

func (*GameSessionService) GameSessionGenerateCode deprecated added in v0.46.0

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

func (*GameSessionService) GameSessionGenerateCodeShort added in v0.46.0

func (*GameSessionService) GetAuthSession

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

func (*GameSessionService) GetGameSession deprecated

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

func (*GameSessionService) GetGameSessionByPodName deprecated

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

func (*GameSessionService) GetSessionServerSecret deprecated added in v0.59.0

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

func (*GameSessionService) GetSessionServerSecretShort added in v0.59.0

func (*GameSessionService) JoinGameSession deprecated

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

func (*GameSessionService) LeaveGameSession deprecated

func (aaa *GameSessionService) LeaveGameSession(input *game_session.LeaveGameSessionParams) error

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

func (*GameSessionService) LeaveGameSessionShort

func (aaa *GameSessionService) LeaveGameSessionShort(input *game_session.LeaveGameSessionParams) error

func (*GameSessionService) PatchUpdateGameSession deprecated

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

func (*GameSessionService) PublicGameSessionInvite deprecated

func (aaa *GameSessionService) PublicGameSessionInvite(input *game_session.PublicGameSessionInviteParams) error

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

func (*GameSessionService) PublicGameSessionInviteShort

func (aaa *GameSessionService) PublicGameSessionInviteShort(input *game_session.PublicGameSessionInviteParams) error

func (*GameSessionService) PublicGameSessionReject deprecated

func (aaa *GameSessionService) PublicGameSessionReject(input *game_session.PublicGameSessionRejectParams) error

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

func (*GameSessionService) PublicGameSessionRejectShort

func (aaa *GameSessionService) PublicGameSessionRejectShort(input *game_session.PublicGameSessionRejectParams) error

func (*GameSessionService) PublicPromoteGameSessionLeader deprecated added in v0.48.0

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

func (*GameSessionService) PublicPromoteGameSessionLeaderShort added in v0.48.0

func (*GameSessionService) PublicQueryGameSessionsByAttributes deprecated added in v0.56.0

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

func (*GameSessionService) PublicQueryGameSessionsByAttributesShort added in v0.56.0

func (*GameSessionService) PublicQueryMyGameSessions deprecated

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

func (*GameSessionService) PublicRevokeGameSessionCode deprecated added in v0.46.0

func (aaa *GameSessionService) PublicRevokeGameSessionCode(input *game_session.PublicRevokeGameSessionCodeParams) error

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

func (*GameSessionService) PublicRevokeGameSessionCodeShort added in v0.46.0

func (aaa *GameSessionService) PublicRevokeGameSessionCodeShort(input *game_session.PublicRevokeGameSessionCodeParams) error

func (*GameSessionService) PublicSessionJoinCode deprecated added in v0.46.0

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

func (*GameSessionService) PublicSessionJoinCodeShort added in v0.46.0

func (*GameSessionService) UpdateFlightId added in v0.63.0

func (aaa *GameSessionService) UpdateFlightId(flightId string)

func (*GameSessionService) UpdateGameSession deprecated

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

func (*GameSessionService) UpdateGameSessionBackfillTicketID deprecated added in v0.40.0

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

func (*GameSessionService) UpdateGameSessionBackfillTicketIDShort added in v0.40.0

type GlobalConfigurationService added in v0.56.0

type GlobalConfigurationService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*GlobalConfigurationService) AdminDeleteGlobalConfiguration deprecated added in v0.56.0

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

func (*GlobalConfigurationService) AdminDeleteGlobalConfigurationShort added in v0.56.0

func (aaa *GlobalConfigurationService) AdminDeleteGlobalConfigurationShort(input *global_configuration.AdminDeleteGlobalConfigurationParams) (string, error)

func (*GlobalConfigurationService) AdminListGlobalConfiguration deprecated added in v0.56.0

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

func (*GlobalConfigurationService) AdminListGlobalConfigurationShort added in v0.56.0

func (*GlobalConfigurationService) AdminUpdateGlobalConfiguration deprecated added in v0.56.0

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

func (*GlobalConfigurationService) AdminUpdateGlobalConfigurationShort added in v0.56.0

func (*GlobalConfigurationService) GetAuthSession added in v0.56.0

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

func (*GlobalConfigurationService) UpdateFlightId added in v0.63.0

func (aaa *GlobalConfigurationService) UpdateFlightId(flightId string)

type MaxActiveService added in v0.57.0

type MaxActiveService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MaxActiveService) AdminGetMemberActiveSession deprecated added in v0.57.0

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

func (*MaxActiveService) AdminGetMemberActiveSessionShort added in v0.57.0

func (*MaxActiveService) AdminReconcileMaxActiveSession deprecated added in v0.57.0

func (aaa *MaxActiveService) AdminReconcileMaxActiveSession(input *max_active.AdminReconcileMaxActiveSessionParams) error

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

func (*MaxActiveService) AdminReconcileMaxActiveSessionShort added in v0.57.0

func (aaa *MaxActiveService) AdminReconcileMaxActiveSessionShort(input *max_active.AdminReconcileMaxActiveSessionParams) error

func (*MaxActiveService) GetAuthSession added in v0.57.0

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

func (*MaxActiveService) UpdateFlightId added in v0.63.0

func (aaa *MaxActiveService) UpdateFlightId(flightId string)

type NativeSessionService added in v0.61.0

type NativeSessionService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*NativeSessionService) AdminGetListNativeSession deprecated added in v0.61.0

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

func (*NativeSessionService) AdminGetListNativeSessionShort added in v0.61.0

func (*NativeSessionService) GetAuthSession added in v0.61.0

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

func (*NativeSessionService) UpdateFlightId added in v0.63.0

func (aaa *NativeSessionService) UpdateFlightId(flightId string)

type OperationsService

type OperationsService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*OperationsService) GetAuthSession

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

func (*OperationsService) GetHealthcheckInfo deprecated

func (aaa *OperationsService) GetHealthcheckInfo(input *operations.GetHealthcheckInfoParams) error

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

func (*OperationsService) GetHealthcheckInfoShort

func (aaa *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams) error

func (*OperationsService) GetHealthcheckInfoV1 deprecated

func (aaa *OperationsService) GetHealthcheckInfoV1(input *operations.GetHealthcheckInfoV1Params) error

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

func (*OperationsService) GetHealthcheckInfoV1Short

func (aaa *OperationsService) GetHealthcheckInfoV1Short(input *operations.GetHealthcheckInfoV1Params) error

func (*OperationsService) UpdateFlightId added in v0.63.0

func (aaa *OperationsService) UpdateFlightId(flightId string)

type PartyService

type PartyService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PartyService) AdminQueryParties deprecated

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

func (*PartyService) AdminQueryPartiesShort

func (*PartyService) GetAuthSession

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

func (*PartyService) PublicCreateParty deprecated

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

func (*PartyService) PublicGeneratePartyCode deprecated

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

func (*PartyService) PublicGetParty deprecated

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

func (*PartyService) PublicGetPartyShort

func (*PartyService) PublicPartyInvite deprecated

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

func (*PartyService) PublicPartyJoin deprecated

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

func (*PartyService) PublicPartyJoinCode deprecated

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

func (*PartyService) PublicPartyKick deprecated

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

func (*PartyService) PublicPartyKickShort

func (*PartyService) PublicPartyLeave deprecated

func (aaa *PartyService) PublicPartyLeave(input *party.PublicPartyLeaveParams) error

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

func (*PartyService) PublicPartyLeaveShort

func (aaa *PartyService) PublicPartyLeaveShort(input *party.PublicPartyLeaveParams) error

func (*PartyService) PublicPartyReject deprecated

func (aaa *PartyService) PublicPartyReject(input *party.PublicPartyRejectParams) error

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

func (*PartyService) PublicPartyRejectShort

func (aaa *PartyService) PublicPartyRejectShort(input *party.PublicPartyRejectParams) error

func (*PartyService) PublicPatchUpdateParty deprecated

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

func (*PartyService) PublicPromotePartyLeader deprecated

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

func (*PartyService) PublicQueryMyParties deprecated

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

func (*PartyService) PublicRevokePartyCode deprecated

func (aaa *PartyService) PublicRevokePartyCode(input *party.PublicRevokePartyCodeParams) error

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

func (*PartyService) PublicRevokePartyCodeShort

func (aaa *PartyService) PublicRevokePartyCodeShort(input *party.PublicRevokePartyCodeParams) error

func (*PartyService) PublicUpdateParty deprecated

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

func (*PartyService) UpdateFlightId added in v0.63.0

func (aaa *PartyService) UpdateFlightId(flightId string)

type PlatformCredentialService added in v0.48.0

type PlatformCredentialService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PlatformCredentialService) AdminDeletePlatformCredentials deprecated added in v0.49.0

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

func (*PlatformCredentialService) AdminDeletePlatformCredentialsShort added in v0.49.0

func (aaa *PlatformCredentialService) AdminDeletePlatformCredentialsShort(input *platform_credential.AdminDeletePlatformCredentialsParams) error

func (*PlatformCredentialService) AdminGetPlatformCredentials deprecated added in v0.49.0

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

func (*PlatformCredentialService) AdminGetPlatformCredentialsShort added in v0.49.0

func (*PlatformCredentialService) AdminUpdatePlatformCredentials deprecated added in v0.48.0

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

func (*PlatformCredentialService) AdminUpdatePlatformCredentialsShort added in v0.48.0

func (*PlatformCredentialService) GetAuthSession added in v0.48.0

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

func (*PlatformCredentialService) UpdateFlightId added in v0.63.0

func (aaa *PlatformCredentialService) UpdateFlightId(flightId string)

type PlayerService added in v0.37.0

type PlayerService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*PlayerService) AdminGetPlayerAttributes deprecated added in v0.37.0

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

func (*PlayerService) AdminGetPlayerAttributesShort added in v0.37.0

func (*PlayerService) AdminQueryPlayerAttributes deprecated added in v0.37.0

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

func (*PlayerService) AdminQueryPlayerAttributesShort added in v0.37.0

func (*PlayerService) GetAuthSession added in v0.37.0

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

func (*PlayerService) PublicDeletePlayerAttributes deprecated added in v0.37.0

func (aaa *PlayerService) PublicDeletePlayerAttributes(input *player.PublicDeletePlayerAttributesParams) error

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

func (*PlayerService) PublicDeletePlayerAttributesShort added in v0.37.0

func (aaa *PlayerService) PublicDeletePlayerAttributesShort(input *player.PublicDeletePlayerAttributesParams) error

func (*PlayerService) PublicGetBulkPlayerCurrentPlatform deprecated added in v0.46.0

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

func (*PlayerService) PublicGetBulkPlayerCurrentPlatformShort added in v0.46.0

func (*PlayerService) PublicGetPlayerAttributes deprecated added in v0.37.0

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

func (*PlayerService) PublicGetPlayerAttributesShort added in v0.37.0

func (*PlayerService) PublicStorePlayerAttributes deprecated added in v0.37.0

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

func (*PlayerService) PublicStorePlayerAttributesShort added in v0.37.0

func (*PlayerService) UpdateFlightId added in v0.63.0

func (aaa *PlayerService) UpdateFlightId(flightId string)

type RecentPlayerService added in v0.60.0

type RecentPlayerService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*RecentPlayerService) AdminGetRecentPlayer deprecated added in v0.66.0

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

func (*RecentPlayerService) AdminGetRecentPlayerShort added in v0.66.0

func (*RecentPlayerService) GetAuthSession added in v0.60.0

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

func (*RecentPlayerService) PublicGetRecentPlayer deprecated added in v0.60.0

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

func (*RecentPlayerService) PublicGetRecentPlayerShort added in v0.60.0

func (*RecentPlayerService) UpdateFlightId added in v0.63.0

func (aaa *RecentPlayerService) UpdateFlightId(flightId string)

type SessionStorageService added in v0.52.0

type SessionStorageService struct {
	Client           *sessionclient.JusticeSessionService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*SessionStorageService) AdminDeleteUserSessionStorage deprecated added in v0.52.0

func (aaa *SessionStorageService) AdminDeleteUserSessionStorage(input *session_storage.AdminDeleteUserSessionStorageParams) error

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

func (*SessionStorageService) AdminDeleteUserSessionStorageShort added in v0.52.0

func (aaa *SessionStorageService) AdminDeleteUserSessionStorageShort(input *session_storage.AdminDeleteUserSessionStorageParams) error

func (*SessionStorageService) AdminReadSessionStorage deprecated added in v0.52.0

func (aaa *SessionStorageService) AdminReadSessionStorage(input *session_storage.AdminReadSessionStorageParams) (map[string]interface{}, error)

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

func (*SessionStorageService) AdminReadSessionStorageShort added in v0.52.0

func (aaa *SessionStorageService) AdminReadSessionStorageShort(input *session_storage.AdminReadSessionStorageParams) (map[string]interface{}, error)

func (*SessionStorageService) AdminReadUserSessionStorage deprecated added in v0.52.0

func (aaa *SessionStorageService) AdminReadUserSessionStorage(input *session_storage.AdminReadUserSessionStorageParams) (map[string]interface{}, error)

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

func (*SessionStorageService) AdminReadUserSessionStorageShort added in v0.52.0

func (aaa *SessionStorageService) AdminReadUserSessionStorageShort(input *session_storage.AdminReadUserSessionStorageParams) (map[string]interface{}, error)

func (*SessionStorageService) GetAuthSession added in v0.52.0

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

func (*SessionStorageService) PublicUpdateInsertSessionStorage deprecated added in v0.52.0

func (aaa *SessionStorageService) PublicUpdateInsertSessionStorage(input *session_storage.PublicUpdateInsertSessionStorageParams) (map[string]interface{}, error)

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

func (*SessionStorageService) PublicUpdateInsertSessionStorageLeader deprecated added in v0.52.0

func (aaa *SessionStorageService) PublicUpdateInsertSessionStorageLeader(input *session_storage.PublicUpdateInsertSessionStorageLeaderParams) (map[string]interface{}, error)

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

func (*SessionStorageService) PublicUpdateInsertSessionStorageLeaderShort added in v0.52.0

func (aaa *SessionStorageService) PublicUpdateInsertSessionStorageLeaderShort(input *session_storage.PublicUpdateInsertSessionStorageLeaderParams) (map[string]interface{}, error)

func (*SessionStorageService) PublicUpdateInsertSessionStorageShort added in v0.52.0

func (aaa *SessionStorageService) PublicUpdateInsertSessionStorageShort(input *session_storage.PublicUpdateInsertSessionStorageParams) (map[string]interface{}, error)

func (*SessionStorageService) UpdateFlightId added in v0.63.0

func (aaa *SessionStorageService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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