session

package
v0.1.0-alpha.14 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "3.19.0"

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

func (aaa *CertificateService) UpdateFlightId(flightId string)

type ConfigService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) AdminGetLogConfigShort

func (*ConfigService) AdminPatchUpdateLogConfigShort

func (*ConfigService) GetAuthSession

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

func (*ConfigService) UpdateFlightId

func (aaa *ConfigService) UpdateFlightId(flightId string)

type ConfigurationTemplateService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigurationTemplateService) AdminDeleteConfigurationAlertV1Short

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

func (*ConfigurationTemplateService) AdminDeleteConfigurationTemplateV1Short

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

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

func (aaa *GameSessionService) AdminKickGameSessionMemberShort(input *game_session.AdminKickGameSessionMemberParams) error

func (*GameSessionService) AdminSetDSReadyShort

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

func (*GameSessionService) DeleteGameSessionShort

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

func (*GameSessionService) GetAuthSession

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

func (*GameSessionService) GetSessionServerSecretShort

func (*GameSessionService) LeaveGameSessionShort

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

func (*GameSessionService) PublicGameSessionCancelShort

func (aaa *GameSessionService) PublicGameSessionCancelShort(input *game_session.PublicGameSessionCancelParams) error

func (*GameSessionService) PublicGameSessionInviteShort

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

func (*GameSessionService) PublicGameSessionRejectShort

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

func (*GameSessionService) PublicKickGameSessionMemberShort

func (aaa *GameSessionService) PublicKickGameSessionMemberShort(input *game_session.PublicKickGameSessionMemberParams) error

func (*GameSessionService) PublicRevokeGameSessionCodeShort

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

func (*GameSessionService) UpdateFlightId

func (aaa *GameSessionService) UpdateFlightId(flightId string)

type GlobalConfigurationService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*GlobalConfigurationService) AdminDeleteGlobalConfigurationShort

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

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

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

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

func (*PartyService) AdminSyncNativeSessionShort

func (aaa *PartyService) AdminSyncNativeSessionShort(input *party.AdminSyncNativeSessionParams) error

func (*PartyService) GetAuthSession

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

func (*PartyService) PublicGetPartyShort

func (*PartyService) PublicPartyCancelShort

func (aaa *PartyService) PublicPartyCancelShort(input *party.PublicPartyCancelParams) error

func (*PartyService) PublicPartyKickShort

func (*PartyService) PublicPartyLeaveShort

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

func (*PartyService) PublicPartyRejectShort

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

func (*PartyService) PublicRevokePartyCodeShort

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

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

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

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

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

func (*PlayerService) PublicDeletePlayerAttributesShort

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

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

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

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

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

func (*SessionStorageService) AdminReadSessionStorageShort

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

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