session

package
v0.1.0-alpha.11 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "3.14.1"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewSessionClient

func NewSessionClient(configRepository repository.ConfigRepository) *sessionclient.JusticeSessionService

Types

type CertificateService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*CertificateService) GetAuthSession

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

func (*CertificateService) HandleUploadXboxPFXCertificate deprecated

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

func (*CertificateService) UpdateFlightId

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

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

func (*ConfigurationTemplateService) AdminCreateConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1 deprecated

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short

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

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

func (*ConfigurationTemplateService) AdminGetConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) AdminGetDSMCConfiguration deprecated

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

func (*ConfigurationTemplateService) AdminSyncDSMCConfiguration deprecated

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

func (*ConfigurationTemplateService) AdminUpdateConfigurationAlertV1 deprecated

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

func (*ConfigurationTemplateService) AdminUpdateConfigurationTemplateV1 deprecated

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

func (*ConfigurationTemplateService) GetAuthSession

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

func (*ConfigurationTemplateService) UpdateFlightId

func (aaa *ConfigurationTemplateService) UpdateFlightId(flightId string)

type DSMCDefaultConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*DSMCDefaultConfigurationService) AdminGetDSMCConfigurationDefault deprecated

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

func (*DSMCDefaultConfigurationService) GetAuthSession

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

func (*DSMCDefaultConfigurationService) UpdateFlightId

func (aaa *DSMCDefaultConfigurationService) UpdateFlightId(flightId string)

type EnvironmentVariableService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*EnvironmentVariableService) AdminListEnvironmentVariables deprecated

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

func (*EnvironmentVariableService) GetAuthSession

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

func (*EnvironmentVariableService) UpdateFlightId

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

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

func (*GameSessionService) AdminQueryGameSessions deprecated

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

func (*GameSessionService) AdminQueryGameSessionsByAttributes deprecated

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

func (*GameSessionService) AdminSetDSReady deprecated

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

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

func (*GameSessionService) AdminSetDSReadyShort

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

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

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

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

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

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

func (*GameSessionService) GetSessionServerSecretShort

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

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

func (*GameSessionService) PublicQueryGameSessionsByAttributes deprecated

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

func (*GameSessionService) PublicQueryMyGameSessions deprecated

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

func (*GameSessionService) PublicRevokeGameSessionCode deprecated

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

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

func (*GameSessionService) PublicRevokeGameSessionCodeShort

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

func (*GameSessionService) PublicSessionJoinCode deprecated

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

func (*GameSessionService) UpdateFlightId

func (aaa *GameSessionService) UpdateFlightId(flightId string)

func (*GameSessionService) UpdateGameSession deprecated

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

func (*GameSessionService) UpdateGameSessionBackfillTicketID deprecated

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

type GlobalConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*GlobalConfigurationService) AdminDeleteGlobalConfiguration deprecated

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

func (*GlobalConfigurationService) AdminDeleteGlobalConfigurationShort

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

func (*GlobalConfigurationService) AdminListGlobalConfiguration deprecated

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

func (*GlobalConfigurationService) AdminUpdateGlobalConfiguration deprecated

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

func (*GlobalConfigurationService) GetAuthSession

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

func (*GlobalConfigurationService) UpdateFlightId

func (aaa *GlobalConfigurationService) UpdateFlightId(flightId string)

type MaxActiveService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MaxActiveService) AdminGetMemberActiveSession deprecated

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

func (*MaxActiveService) AdminReconcileMaxActiveSession deprecated

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

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

func (*MaxActiveService) AdminReconcileMaxActiveSessionShort

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

func (*MaxActiveService) GetAuthSession

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

func (*MaxActiveService) UpdateFlightId

func (aaa *MaxActiveService) UpdateFlightId(flightId string)

type NativeSessionService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*NativeSessionService) AdminGetListNativeSession deprecated

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

func (*NativeSessionService) GetAuthSession

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

func (*NativeSessionService) UpdateFlightId

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

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

func (aaa *PartyService) UpdateFlightId(flightId string)

type PlatformCredentialService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*PlatformCredentialService) AdminDeletePlatformCredentials deprecated

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

func (*PlatformCredentialService) AdminDeletePlatformCredentialsShort

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

func (*PlatformCredentialService) AdminGetPlatformCredentials deprecated

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

func (*PlatformCredentialService) AdminUpdatePlatformCredentials deprecated

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

func (*PlatformCredentialService) GetAuthSession

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

func (*PlatformCredentialService) UpdateFlightId

func (aaa *PlatformCredentialService) UpdateFlightId(flightId string)

type PlayerService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*PlayerService) AdminGetPlayerAttributes deprecated

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

func (*PlayerService) AdminQueryPlayerAttributes deprecated

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

func (*PlayerService) GetAuthSession

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

func (*PlayerService) PublicDeletePlayerAttributes deprecated

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

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

func (*PlayerService) PublicDeletePlayerAttributesShort

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

func (*PlayerService) PublicGetBulkPlayerCurrentPlatform deprecated

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

func (*PlayerService) PublicGetPlayerAttributes deprecated

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

func (*PlayerService) PublicStorePlayerAttributes deprecated

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

func (*PlayerService) UpdateFlightId

func (aaa *PlayerService) UpdateFlightId(flightId string)

type RecentPlayerService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*RecentPlayerService) AdminGetRecentPlayer deprecated

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

func (*RecentPlayerService) GetAuthSession

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

func (*RecentPlayerService) PublicGetRecentPlayer deprecated

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

func (*RecentPlayerService) UpdateFlightId

func (aaa *RecentPlayerService) UpdateFlightId(flightId string)

type SessionStorageService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*SessionStorageService) AdminDeleteUserSessionStorage deprecated

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

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

func (*SessionStorageService) AdminDeleteUserSessionStorageShort

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

func (*SessionStorageService) AdminReadSessionStorage deprecated

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

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

func (*SessionStorageService) AdminReadSessionStorageShort

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

func (*SessionStorageService) AdminReadUserSessionStorage deprecated

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

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

func (*SessionStorageService) AdminReadUserSessionStorageShort

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

func (*SessionStorageService) GetAuthSession

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

func (*SessionStorageService) PublicUpdateInsertSessionStorage deprecated

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

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

func (*SessionStorageService) PublicUpdateInsertSessionStorageLeader deprecated

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

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

func (*SessionStorageService) PublicUpdateInsertSessionStorageLeaderShort

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

func (*SessionStorageService) PublicUpdateInsertSessionStorageShort

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

func (*SessionStorageService) UpdateFlightId

func (aaa *SessionStorageService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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