matchmaking

package
v0.38.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: MIT Imports: 10 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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*MatchmakingOperationsService) GetAuthSession added in v0.21.0

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

func (*MatchmakingOperationsService) GetHealthcheckInfo added in v0.16.0

deprecated(2022-01-10): please use GetHealthcheckInfoShort instead.

func (*MatchmakingOperationsService) GetHealthcheckInfoShort added in v0.16.0

func (*MatchmakingOperationsService) HandlerV3Healthz added in v0.16.0

deprecated(2022-01-10): please use HandlerV3HealthzShort instead.

func (*MatchmakingOperationsService) HandlerV3HealthzShort added in v0.16.0

func (*MatchmakingOperationsService) PublicGetMessages added in v0.16.0

deprecated(2022-01-10): please use PublicGetMessagesShort instead.

func (*MatchmakingOperationsService) PublicGetMessagesShort added in v0.16.0

func (*MatchmakingOperationsService) VersionCheckHandler 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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*MatchmakingService) AddUserIntoSessionInChannel

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(2022-01-10): please use BulkGetSessionsShort instead.

func (*MatchmakingService) BulkGetSessionsShort added in v0.10.0

func (*MatchmakingService) CreateChannelHandler

deprecated(2022-01-10): please use CreateChannelHandlerShort instead.

func (*MatchmakingService) CreateChannelHandlerShort added in v0.10.0

func (*MatchmakingService) DeleteChannelHandler

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

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

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

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

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(2022-01-10): please use GetAllChannelsHandlerShort instead.

func (*MatchmakingService) GetAllChannelsHandlerShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInAllChannel

deprecated(2022-01-10): please use GetAllPartyInAllChannelShort instead.

func (*MatchmakingService) GetAllPartyInAllChannelShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInChannel

deprecated(2022-01-10): please use GetAllPartyInChannelShort instead.

func (*MatchmakingService) GetAllPartyInChannelShort added in v0.10.0

func (*MatchmakingService) GetAllSessionsInChannel

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

deprecated(2022-01-10): please use GetSessionHistoryDetailedShort instead.

func (*MatchmakingService) GetSessionHistoryDetailedShort added in v0.10.0

func (*MatchmakingService) GetSingleMatchmakingChannel

deprecated(2022-01-10): please use GetSingleMatchmakingChannelShort instead.

func (*MatchmakingService) GetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) ImportChannels

deprecated(2022-01-10): please use ImportChannelsShort instead.

func (*MatchmakingService) ImportChannelsShort added in v0.10.0

func (*MatchmakingService) PublicGetAllMatchmakingChannel

deprecated(2022-01-10): please use PublicGetAllMatchmakingChannelShort instead.

func (*MatchmakingService) PublicGetAllMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) PublicGetSingleMatchmakingChannel

deprecated(2022-01-10): please use PublicGetSingleMatchmakingChannelShort instead.

func (*MatchmakingService) PublicGetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) QuerySessionHandler

deprecated(2022-01-10): please use QuerySessionHandlerShort instead.

func (*MatchmakingService) QuerySessionHandlerShort added in v0.10.0

func (*MatchmakingService) QueueSessionHandler

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 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(2022-01-10): please use SearchSessionsShort instead.

func (*MatchmakingService) SearchSessionsShort added in v0.10.0

func (*MatchmakingService) SearchSessionsV2 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(2022-01-10): please use StoreMatchResultsShort instead.

func (*MatchmakingService) StoreMatchResultsShort added in v0.10.0

func (*MatchmakingService) UpdateMatchmakingChannel

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 SocialMatchmakingService

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

func (*SocialMatchmakingService) GetAuthSession added in v0.21.0

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

func (*SocialMatchmakingService) UpdatePlayTimeWeight

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