matchmaking

package
v0.1.0-alpha.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const ServiceVersion = "2.30.2"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

Types

type MatchmakingOperationsService

type MatchmakingOperationsService struct {
	Client           *matchmakingclient.JusticeMatchmakingService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchmakingOperationsService) GetAuthSession

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

func (*MatchmakingOperationsService) GetHealthcheckInfo deprecated

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

func (*MatchmakingOperationsService) GetHealthcheckInfoShort

func (*MatchmakingOperationsService) HandlerV3Healthz deprecated

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

func (*MatchmakingOperationsService) HandlerV3HealthzShort

func (*MatchmakingOperationsService) PublicGetMessages deprecated

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

func (*MatchmakingOperationsService) UpdateFlightId

func (aaa *MatchmakingOperationsService) UpdateFlightId(flightId string)

func (*MatchmakingOperationsService) VersionCheckHandler deprecated

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

func (*MatchmakingOperationsService) VersionCheckHandlerShort

type MatchmakingService

type MatchmakingService struct {
	Client           *matchmakingclient.JusticeMatchmakingService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchmakingService) AddUserIntoSessionInChannel deprecated

func (aaa *MatchmakingService) AddUserIntoSessionInChannel(input *matchmaking.AddUserIntoSessionInChannelParams) error

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

func (*MatchmakingService) AddUserIntoSessionInChannelShort

func (aaa *MatchmakingService) AddUserIntoSessionInChannelShort(input *matchmaking.AddUserIntoSessionInChannelParams) error

func (*MatchmakingService) BulkGetSessions deprecated

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

func (*MatchmakingService) BulkGetSessionsShort

func (*MatchmakingService) CreateChannelHandler deprecated

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

func (*MatchmakingService) DeleteChannelHandler deprecated

func (aaa *MatchmakingService) DeleteChannelHandler(input *matchmaking.DeleteChannelHandlerParams) error

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

func (*MatchmakingService) DeleteChannelHandlerShort

func (aaa *MatchmakingService) DeleteChannelHandlerShort(input *matchmaking.DeleteChannelHandlerParams) error

func (*MatchmakingService) DeleteSessionInChannel deprecated

func (aaa *MatchmakingService) DeleteSessionInChannel(input *matchmaking.DeleteSessionInChannelParams) error

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

func (*MatchmakingService) DeleteSessionInChannelShort

func (aaa *MatchmakingService) DeleteSessionInChannelShort(input *matchmaking.DeleteSessionInChannelParams) error

func (*MatchmakingService) DeleteUserFromSessionInChannel deprecated

func (aaa *MatchmakingService) DeleteUserFromSessionInChannel(input *matchmaking.DeleteUserFromSessionInChannelParams) error

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

func (*MatchmakingService) DeleteUserFromSessionInChannelShort

func (aaa *MatchmakingService) DeleteUserFromSessionInChannelShort(input *matchmaking.DeleteUserFromSessionInChannelParams) error

func (*MatchmakingService) DequeueSessionHandler deprecated

func (aaa *MatchmakingService) DequeueSessionHandler(input *matchmaking.DequeueSessionHandlerParams) error

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

func (*MatchmakingService) DequeueSessionHandlerShort

func (aaa *MatchmakingService) DequeueSessionHandlerShort(input *matchmaking.DequeueSessionHandlerParams) error

func (*MatchmakingService) ExportChannels deprecated

func (aaa *MatchmakingService) ExportChannels(input *matchmaking.ExportChannelsParams, writer io.Writer) (io.Writer, error)

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

func (*MatchmakingService) ExportChannelsShort

func (aaa *MatchmakingService) ExportChannelsShort(input *matchmaking.ExportChannelsParams, writer io.Writer) (io.Writer, error)

func (*MatchmakingService) GetAllChannelsHandler deprecated

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

func (*MatchmakingService) GetAllPartyInAllChannel deprecated

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

func (*MatchmakingService) GetAllPartyInAllChannelShort

func (*MatchmakingService) GetAllPartyInChannel deprecated

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

func (*MatchmakingService) GetAllPartyInChannelShort

func (*MatchmakingService) GetAllSessionsInChannel deprecated

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

func (*MatchmakingService) GetAuthSession

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

func (*MatchmakingService) GetMatchPoolMetric deprecated

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

func (*MatchmakingService) GetSessionHistoryDetailed deprecated

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

func (*MatchmakingService) GetSingleMatchmakingChannel deprecated

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

func (*MatchmakingService) GetSingleMatchmakingChannelShort

func (*MatchmakingService) GetStatData deprecated

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

func (*MatchmakingService) ImportChannels deprecated

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

func (*MatchmakingService) PublicGetAllMatchmakingChannel deprecated

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

func (*MatchmakingService) PublicGetAllMatchmakingChannelShort

func (*MatchmakingService) PublicGetSingleMatchmakingChannel deprecated

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

func (*MatchmakingService) QuerySessionHandler deprecated

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

func (*MatchmakingService) QueueSessionHandler deprecated

func (aaa *MatchmakingService) QueueSessionHandler(input *matchmaking.QueueSessionHandlerParams) error

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

func (*MatchmakingService) QueueSessionHandlerShort

func (aaa *MatchmakingService) QueueSessionHandlerShort(input *matchmaking.QueueSessionHandlerParams) error

func (*MatchmakingService) Rebalance deprecated

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

func (*MatchmakingService) RebalanceShort

func (*MatchmakingService) SearchSessions deprecated

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

func (*MatchmakingService) SearchSessionsV2 deprecated

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

func (*MatchmakingService) StoreMatchResults deprecated

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

func (*MatchmakingService) UpdateFlightId

func (aaa *MatchmakingService) UpdateFlightId(flightId string)

func (*MatchmakingService) UpdateMatchmakingChannel deprecated

func (aaa *MatchmakingService) UpdateMatchmakingChannel(input *matchmaking.UpdateMatchmakingChannelParams) error

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

func (*MatchmakingService) UpdateMatchmakingChannelShort

func (aaa *MatchmakingService) UpdateMatchmakingChannelShort(input *matchmaking.UpdateMatchmakingChannelParams) error

type MockMatchmakingService

type MockMatchmakingService struct {
	Client           *matchmakingclient.JusticeMatchmakingService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MockMatchmakingService) BulkCreateMockTickets deprecated

func (aaa *MockMatchmakingService) BulkCreateMockTickets(input *mock_matchmaking.BulkCreateMockTicketsParams) error

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

func (*MockMatchmakingService) BulkCreateMockTicketsShort

func (aaa *MockMatchmakingService) BulkCreateMockTicketsShort(input *mock_matchmaking.BulkCreateMockTicketsParams) error

func (*MockMatchmakingService) CleanAllMocks deprecated

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

func (*MockMatchmakingService) CleanAllMocksShort

func (aaa *MockMatchmakingService) CleanAllMocksShort(input *mock_matchmaking.CleanAllMocksParams) error

func (*MockMatchmakingService) CreateMockTickets deprecated

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

func (*MockMatchmakingService) CreateMockTicketsShort

func (*MockMatchmakingService) GetAllMockMatches deprecated

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

func (*MockMatchmakingService) GetAllMockTickets deprecated

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

func (*MockMatchmakingService) GetAuthSession

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

func (*MockMatchmakingService) GetMockMatchesByTimestamp deprecated

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

func (*MockMatchmakingService) GetMockTicketsByTimestamp deprecated

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

func (*MockMatchmakingService) UpdateFlightId

func (aaa *MockMatchmakingService) UpdateFlightId(flightId string)

type SocialMatchmakingService

type SocialMatchmakingService struct {
	Client           *matchmakingclient.JusticeMatchmakingService
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*SocialMatchmakingService) GetAuthSession

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

func (*SocialMatchmakingService) UpdateFlightId

func (aaa *SocialMatchmakingService) UpdateFlightId(flightId string)

func (*SocialMatchmakingService) UpdatePlayTimeWeight deprecated

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

Jump to

Keyboard shortcuts

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