matchmaking

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MatchmakingService

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

func (*MatchmakingService) AddUserIntoSessionInChannel deprecated

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

Deprecated: Use AddUserIntoSessionInChannelShort instead

func (*MatchmakingService) AddUserIntoSessionInChannelShort added in v0.10.0

func (m *MatchmakingService) AddUserIntoSessionInChannelShort(input *matchmaking.AddUserIntoSessionInChannelParams, authInfo runtime.ClientAuthInfoWriter) 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 (m *MatchmakingService) DeleteChannelHandler(input *matchmaking.DeleteChannelHandlerParams) error

Deprecated: Use DeleteChannelHandlerShort instead

func (*MatchmakingService) DeleteChannelHandlerShort added in v0.10.0

func (m *MatchmakingService) DeleteChannelHandlerShort(input *matchmaking.DeleteChannelHandlerParams, authInfo runtime.ClientAuthInfoWriter) error

func (*MatchmakingService) DeleteSessionInChannel deprecated

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

Deprecated: Use DeleteSessionInChannelShort instead

func (*MatchmakingService) DeleteSessionInChannelShort added in v0.10.0

func (m *MatchmakingService) DeleteSessionInChannelShort(input *matchmaking.DeleteSessionInChannelParams, authInfo runtime.ClientAuthInfoWriter) error

func (*MatchmakingService) DeleteUserFromSessionInChannel deprecated

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

Deprecated: Use DeleteUserFromSessionInChannelShort instead

func (*MatchmakingService) DeleteUserFromSessionInChannelShort added in v0.10.0

func (m *MatchmakingService) DeleteUserFromSessionInChannelShort(input *matchmaking.DeleteUserFromSessionInChannelParams, authInfo runtime.ClientAuthInfoWriter) error

func (*MatchmakingService) DequeueSessionHandler deprecated

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

Deprecated: Use DequeueSessionHandlerShort instead

func (*MatchmakingService) DequeueSessionHandlerShort added in v0.10.0

func (m *MatchmakingService) DequeueSessionHandlerShort(input *matchmaking.DequeueSessionHandlerParams, authInfo runtime.ClientAuthInfoWriter) 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) GetSessionHistoryDetailed deprecated

Deprecated: Use GetSessionHistoryDetailedShort instead

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 (m *MatchmakingService) QueueSessionHandler(input *matchmaking.QueueSessionHandlerParams) error

Deprecated: Use QueueSessionHandlerShort instead

func (*MatchmakingService) QueueSessionHandlerShort added in v0.10.0

func (m *MatchmakingService) QueueSessionHandlerShort(input *matchmaking.QueueSessionHandlerParams, authInfo runtime.ClientAuthInfoWriter) error

func (*MatchmakingService) SearchSessions deprecated

Deprecated: Use SearchSessionsShort instead

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

Deprecated: Use SearchSessionsV2Short instead

func (*MatchmakingService) StoreMatchResults deprecated

Deprecated: Use StoreMatchResultsShort instead

func (*MatchmakingService) StoreMatchResultsShort added in v0.10.0

func (*MatchmakingService) UpdateMatchmakingChannel deprecated

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

Deprecated: Use UpdateMatchmakingChannelShort instead

func (*MatchmakingService) UpdateMatchmakingChannelShort added in v0.10.0

func (m *MatchmakingService) UpdateMatchmakingChannelShort(input *matchmaking.UpdateMatchmakingChannelParams, authInfo runtime.ClientAuthInfoWriter) error

type OperationsService

type OperationsService struct {
	Client          *matchmakingclient.JusticeMatchmakingService
	TokenRepository repository.TokenRepository
}

func (*OperationsService) GetHealthcheckInfo deprecated added in v0.10.0

func (o *OperationsService) GetHealthcheckInfo(input *operations.GetHealthcheckInfoParams) error

Deprecated: Use GetHealthcheckInfoShort instead

func (*OperationsService) GetHealthcheckInfoShort added in v0.10.0

func (o *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) error

func (*OperationsService) HandlerV3Healthz deprecated added in v0.10.0

func (o *OperationsService) HandlerV3Healthz(input *operations.HandlerV3HealthzParams) error

Deprecated: Use HandlerV3HealthzShort instead

func (*OperationsService) HandlerV3HealthzShort added in v0.10.0

func (o *OperationsService) HandlerV3HealthzShort(input *operations.HandlerV3HealthzParams, authInfo runtime.ClientAuthInfoWriter) error

func (*OperationsService) PublicGetMessages deprecated

Deprecated: Use PublicGetMessagesShort instead

func (*OperationsService) PublicGetMessagesShort added in v0.10.0

func (*OperationsService) VersionCheckHandler deprecated

func (o *OperationsService) VersionCheckHandler(input *operations.VersionCheckHandlerParams) error

Deprecated: Use VersionCheckHandlerShort instead

func (*OperationsService) VersionCheckHandlerShort added in v0.10.0

func (o *OperationsService) VersionCheckHandlerShort(input *operations.VersionCheckHandlerParams, authInfo runtime.ClientAuthInfoWriter) error

type SocialMatchmakingService

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

func (*SocialMatchmakingService) UpdatePlayTimeWeight deprecated

Deprecated: Use UpdatePlayTimeWeightShort instead

Jump to

Keyboard shortcuts

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