matchmaking

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: MIT Imports: 9 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 deprecated added in v0.16.0

Deprecated: Use GetHealthcheckInfoShort instead

func (*MatchmakingOperationsService) GetHealthcheckInfoShort added in v0.16.0

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

Deprecated: Use HandlerV3HealthzShort instead

func (*MatchmakingOperationsService) HandlerV3HealthzShort added in v0.16.0

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

Deprecated: Use PublicGetMessagesShort instead

func (*MatchmakingOperationsService) PublicGetMessagesShort added in v0.16.0

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

Deprecated: 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 deprecated

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

Deprecated: Use AddUserIntoSessionInChannelShort instead

func (*MatchmakingService) AddUserIntoSessionInChannelShort added in v0.10.0

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

func (*MatchmakingService) BulkGetSessions deprecated

Deprecated: Use BulkGetSessionsShort instead

func (*MatchmakingService) BulkGetSessionsShort added in v0.10.0

func (*MatchmakingService) CreateChannelHandler deprecated

Deprecated: Use CreateChannelHandlerShort instead

func (*MatchmakingService) CreateChannelHandlerShort added in v0.10.0

func (*MatchmakingService) DeleteChannelHandler deprecated

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

Deprecated: 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: 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: 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: Use DequeueSessionHandlerShort instead

func (*MatchmakingService) DequeueSessionHandlerShort added in v0.10.0

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

func (*MatchmakingService) ExportChannels deprecated

Deprecated: Use ExportChannelsShort instead

func (*MatchmakingService) ExportChannelsShort added in v0.10.0

func (*MatchmakingService) GetAllChannelsHandler deprecated

Deprecated: Use GetAllChannelsHandlerShort instead

func (*MatchmakingService) GetAllChannelsHandlerShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInAllChannel deprecated

Deprecated: Use GetAllPartyInAllChannelShort instead

func (*MatchmakingService) GetAllPartyInAllChannelShort added in v0.10.0

func (*MatchmakingService) GetAllPartyInChannel deprecated

Deprecated: Use GetAllPartyInChannelShort instead

func (*MatchmakingService) GetAllPartyInChannelShort added in v0.10.0

func (*MatchmakingService) GetAllSessionsInChannel deprecated

Deprecated: 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

Deprecated: Use GetSessionHistoryDetailedShort instead

func (*MatchmakingService) GetSessionHistoryDetailedShort added in v0.10.0

func (*MatchmakingService) GetSingleMatchmakingChannel deprecated

Deprecated: Use GetSingleMatchmakingChannelShort instead

func (*MatchmakingService) GetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) ImportChannels deprecated

Deprecated: Use ImportChannelsShort instead

func (*MatchmakingService) ImportChannelsShort added in v0.10.0

func (*MatchmakingService) PublicGetAllMatchmakingChannel deprecated

Deprecated: Use PublicGetAllMatchmakingChannelShort instead

func (*MatchmakingService) PublicGetAllMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) PublicGetSingleMatchmakingChannel deprecated

Deprecated: Use PublicGetSingleMatchmakingChannelShort instead

func (*MatchmakingService) PublicGetSingleMatchmakingChannelShort added in v0.10.0

func (*MatchmakingService) QuerySessionHandler deprecated

Deprecated: Use QuerySessionHandlerShort instead

func (*MatchmakingService) QuerySessionHandlerShort added in v0.10.0

func (*MatchmakingService) QueueSessionHandler deprecated

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

Deprecated: 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: Use RebalanceShort instead

func (*MatchmakingService) RebalanceShort added in v0.20.0

func (*MatchmakingService) SearchSessions deprecated

Deprecated: Use SearchSessionsShort instead

func (*MatchmakingService) SearchSessionsShort added in v0.10.0

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

Deprecated: Use SearchSessionsV2Short instead

func (*MatchmakingService) SearchSessionsV2Short added in v0.11.0

func (*MatchmakingService) StoreMatchResults deprecated

Deprecated: Use StoreMatchResultsShort instead

func (*MatchmakingService) StoreMatchResultsShort added in v0.10.0

func (*MatchmakingService) UpdateMatchmakingChannel deprecated

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

Deprecated: 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

Deprecated: 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