matchmaking

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MatchmakingOperationsService added in v0.16.0

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchmakingOperationsService) GetAuthSession added in v0.21.0

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

func (*MatchmakingOperationsService) GetHealthcheckInfo deprecated added in v0.16.0

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

func (*MatchmakingOperationsService) GetHealthcheckInfoShort added in v0.16.0

func (*MatchmakingOperationsService) HandlerV3Healthz deprecated added in v0.16.0

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

func (*MatchmakingOperationsService) HandlerV3HealthzShort added in v0.16.0

func (*MatchmakingOperationsService) PublicGetMessages deprecated added in v0.16.0

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

func (*MatchmakingOperationsService) PublicGetMessagesShort added in v0.16.0

func (*MatchmakingOperationsService) UpdateFlightId added in v0.63.0

func (aaa *MatchmakingOperationsService) UpdateFlightId(flightId string)

func (*MatchmakingOperationsService) VersionCheckHandler deprecated added in v0.16.0

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

func (*MatchmakingOperationsService) VersionCheckHandlerShort added in v0.16.0

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 added in v0.10.0

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

func (*MatchmakingService) BulkGetSessions deprecated

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

func (*MatchmakingService) BulkGetSessionsShort added in v0.10.0

func (*MatchmakingService) CreateChannelHandler deprecated

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

func (*MatchmakingService) CreateChannelHandlerShort added in v0.10.0

func (*MatchmakingService) DeleteChannelHandler deprecated

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

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

func (*MatchmakingService) DeleteChannelHandlerShort added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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 added in v0.10.0

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) GetAllChannelsHandlerShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInAllChannel deprecated

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

func (*MatchmakingService) GetAllPartyInAllChannelShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInChannel deprecated

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

func (*MatchmakingService) GetAllPartyInChannelShort added in v0.10.0

func (*MatchmakingService) GetAllSessionsInChannel deprecated

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

func (*MatchmakingService) GetAllSessionsInChannelShort added in v0.10.0

func (*MatchmakingService) GetAuthSession added in v0.21.0

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

func (*MatchmakingService) GetMatchPoolMetric deprecated added in v0.44.0

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

func (*MatchmakingService) GetMatchPoolMetricShort added in v0.44.0

func (*MatchmakingService) GetSessionHistoryDetailed deprecated

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

func (*MatchmakingService) GetSessionHistoryDetailedShort added in v0.10.0

func (*MatchmakingService) GetSingleMatchmakingChannel deprecated

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

func (*MatchmakingService) GetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) GetStatData deprecated added in v0.46.0

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

func (*MatchmakingService) GetStatDataShort added in v0.46.0

func (*MatchmakingService) ImportChannels deprecated

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

func (*MatchmakingService) ImportChannelsShort added in v0.10.0

func (*MatchmakingService) PublicGetAllMatchmakingChannel deprecated

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

func (*MatchmakingService) PublicGetAllMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) PublicGetSingleMatchmakingChannel deprecated

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

func (*MatchmakingService) PublicGetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) QuerySessionHandler deprecated

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

func (*MatchmakingService) QuerySessionHandlerShort added in v0.10.0

func (*MatchmakingService) QueueSessionHandler deprecated

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

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

func (*MatchmakingService) QueueSessionHandlerShort added in v0.10.0

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

func (*MatchmakingService) Rebalance deprecated added in v0.20.0

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

func (*MatchmakingService) RebalanceShort added in v0.20.0

func (*MatchmakingService) SearchSessions deprecated

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

func (*MatchmakingService) SearchSessionsShort added in v0.10.0

func (*MatchmakingService) SearchSessionsV2 deprecated added in v0.11.0

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

func (*MatchmakingService) SearchSessionsV2Short added in v0.11.0

func (*MatchmakingService) StoreMatchResults deprecated

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

func (*MatchmakingService) StoreMatchResultsShort added in v0.10.0

func (*MatchmakingService) UpdateFlightId added in v0.63.0

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 added in v0.10.0

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

type MockMatchmakingService added in v0.46.0

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MockMatchmakingService) BulkCreateMockTickets deprecated added in v0.46.0

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

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

func (*MockMatchmakingService) BulkCreateMockTicketsShort added in v0.46.0

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

func (*MockMatchmakingService) CleanAllMocks deprecated added in v0.46.0

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

func (*MockMatchmakingService) CleanAllMocksShort added in v0.46.0

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

func (*MockMatchmakingService) CreateMockTickets deprecated added in v0.46.0

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

func (*MockMatchmakingService) CreateMockTicketsShort added in v0.46.0

func (*MockMatchmakingService) GetAllMockMatches deprecated added in v0.46.0

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

func (*MockMatchmakingService) GetAllMockMatchesShort added in v0.46.0

func (*MockMatchmakingService) GetAllMockTickets deprecated added in v0.46.0

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

func (*MockMatchmakingService) GetAllMockTicketsShort added in v0.46.0

func (*MockMatchmakingService) GetAuthSession added in v0.46.0

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

func (*MockMatchmakingService) GetMockMatchesByTimestamp deprecated added in v0.46.0

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

func (*MockMatchmakingService) GetMockMatchesByTimestampShort added in v0.46.0

func (*MockMatchmakingService) GetMockTicketsByTimestamp deprecated added in v0.46.0

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

func (*MockMatchmakingService) GetMockTicketsByTimestampShort added in v0.46.0

func (*MockMatchmakingService) UpdateFlightId added in v0.63.0

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 added in v0.21.0

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

func (*SocialMatchmakingService) UpdateFlightId added in v0.63.0

func (aaa *SocialMatchmakingService) UpdateFlightId(flightId string)

func (*SocialMatchmakingService) UpdatePlayTimeWeight deprecated

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

func (*SocialMatchmakingService) UpdatePlayTimeWeightShort added in v0.10.0

Jump to

Keyboard shortcuts

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