match2

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackfillService

type BackfillService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*BackfillService) AcceptBackfill deprecated

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

func (*BackfillService) AcceptBackfillShort

func (*BackfillService) CreateBackfill deprecated

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

func (*BackfillService) CreateBackfillShort

func (*BackfillService) DeleteBackfill deprecated added in v0.37.0

func (aaa *BackfillService) DeleteBackfill(input *backfill.DeleteBackfillParams) error

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

func (*BackfillService) DeleteBackfillShort added in v0.37.0

func (aaa *BackfillService) DeleteBackfillShort(input *backfill.DeleteBackfillParams) error

func (*BackfillService) GetAuthSession

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

func (*BackfillService) GetBackfill deprecated added in v0.37.0

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

func (*BackfillService) GetBackfillProposal deprecated added in v0.37.0

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

func (*BackfillService) GetBackfillProposalShort added in v0.37.0

func (*BackfillService) GetBackfillShort added in v0.37.0

func (*BackfillService) RejectBackfill deprecated

func (aaa *BackfillService) RejectBackfill(input *backfill.RejectBackfillParams) error

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

func (*BackfillService) RejectBackfillShort

func (aaa *BackfillService) RejectBackfillShort(input *backfill.RejectBackfillParams) error

func (*BackfillService) UpdateFlightId added in v0.63.0

func (aaa *BackfillService) UpdateFlightId(flightId string)

type ConfigService added in v0.67.0

type ConfigService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) AdminGetAllConfigV1 deprecated added in v0.67.0

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

func (*ConfigService) AdminGetAllConfigV1Short added in v0.67.0

func (*ConfigService) AdminGetConfigV1 deprecated added in v0.67.0

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

func (*ConfigService) AdminGetConfigV1Short added in v0.67.0

func (*ConfigService) AdminPatchConfigV1 deprecated added in v0.67.0

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

func (*ConfigService) AdminPatchConfigV1Short added in v0.67.0

func (*ConfigService) GetAuthSession added in v0.67.0

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

func (*ConfigService) UpdateFlightId added in v0.67.0

func (aaa *ConfigService) UpdateFlightId(flightId string)

type EnvironmentVariablesService added in v0.51.0

type EnvironmentVariablesService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*EnvironmentVariablesService) EnvironmentVariableList deprecated added in v0.51.0

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

func (*EnvironmentVariablesService) EnvironmentVariableListShort added in v0.51.0

func (*EnvironmentVariablesService) GetAuthSession added in v0.51.0

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

func (*EnvironmentVariablesService) UpdateFlightId added in v0.63.0

func (aaa *EnvironmentVariablesService) UpdateFlightId(flightId string)

type MatchFunctionsService

type MatchFunctionsService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchFunctionsService) CreateMatchFunction deprecated

func (aaa *MatchFunctionsService) CreateMatchFunction(input *match_functions.CreateMatchFunctionParams) error

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

func (*MatchFunctionsService) CreateMatchFunctionShort

func (aaa *MatchFunctionsService) CreateMatchFunctionShort(input *match_functions.CreateMatchFunctionParams) error

func (*MatchFunctionsService) DeleteMatchFunction deprecated

func (aaa *MatchFunctionsService) DeleteMatchFunction(input *match_functions.DeleteMatchFunctionParams) error

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

func (*MatchFunctionsService) DeleteMatchFunctionShort

func (aaa *MatchFunctionsService) DeleteMatchFunctionShort(input *match_functions.DeleteMatchFunctionParams) error

func (*MatchFunctionsService) GetAuthSession

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

func (*MatchFunctionsService) MatchFunctionList deprecated

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

func (*MatchFunctionsService) UpdateFlightId added in v0.63.0

func (aaa *MatchFunctionsService) UpdateFlightId(flightId string)

func (*MatchFunctionsService) UpdateMatchFunction deprecated added in v0.41.0

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

func (*MatchFunctionsService) UpdateMatchFunctionShort added in v0.41.0

type MatchPoolsService

type MatchPoolsService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchPoolsService) AdminGetMatchPoolTickets deprecated added in v0.58.0

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

func (*MatchPoolsService) AdminGetMatchPoolTicketsShort added in v0.58.0

func (*MatchPoolsService) CreateMatchPool deprecated

func (aaa *MatchPoolsService) CreateMatchPool(input *match_pools.CreateMatchPoolParams) error

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

func (*MatchPoolsService) CreateMatchPoolShort

func (aaa *MatchPoolsService) CreateMatchPoolShort(input *match_pools.CreateMatchPoolParams) error

func (*MatchPoolsService) DeleteMatchPool deprecated

func (aaa *MatchPoolsService) DeleteMatchPool(input *match_pools.DeleteMatchPoolParams) error

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

func (*MatchPoolsService) DeleteMatchPoolShort

func (aaa *MatchPoolsService) DeleteMatchPoolShort(input *match_pools.DeleteMatchPoolParams) error

func (*MatchPoolsService) GetAuthSession

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

func (*MatchPoolsService) GetPlayerMetric deprecated added in v0.42.0

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

func (*MatchPoolsService) GetPlayerMetricShort added in v0.42.0

func (*MatchPoolsService) MatchPoolDetails deprecated

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

func (*MatchPoolsService) MatchPoolDetailsShort

func (*MatchPoolsService) MatchPoolList deprecated

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

func (*MatchPoolsService) MatchPoolListShort

func (*MatchPoolsService) MatchPoolMetric deprecated added in v0.39.0

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

func (*MatchPoolsService) MatchPoolMetricShort added in v0.39.0

func (*MatchPoolsService) UpdateFlightId added in v0.63.0

func (aaa *MatchPoolsService) UpdateFlightId(flightId string)

func (*MatchPoolsService) UpdateMatchPool deprecated

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

func (*MatchPoolsService) UpdateMatchPoolShort

type MatchTicketsService

type MatchTicketsService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchTicketsService) CreateMatchTicket deprecated

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

func (*MatchTicketsService) CreateMatchTicketShort

func (*MatchTicketsService) DeleteMatchTicket deprecated

func (aaa *MatchTicketsService) DeleteMatchTicket(input *match_tickets.DeleteMatchTicketParams) error

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

func (*MatchTicketsService) DeleteMatchTicketShort

func (aaa *MatchTicketsService) DeleteMatchTicketShort(input *match_tickets.DeleteMatchTicketParams) error

func (*MatchTicketsService) GetAuthSession

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

func (*MatchTicketsService) GetMyMatchTickets deprecated added in v0.51.0

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

func (*MatchTicketsService) GetMyMatchTicketsShort added in v0.51.0

func (*MatchTicketsService) MatchTicketDetails deprecated

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

func (*MatchTicketsService) MatchTicketDetailsShort

func (*MatchTicketsService) UpdateFlightId added in v0.63.0

func (aaa *MatchTicketsService) UpdateFlightId(flightId string)

type OperationsService

type OperationsService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*OperationsService) GetAuthSession

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

func (*OperationsService) GetHealthcheckInfo deprecated

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

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

func (*OperationsService) GetHealthcheckInfoShort

func (aaa *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams) error

func (*OperationsService) GetHealthcheckInfoV1 deprecated

func (aaa *OperationsService) GetHealthcheckInfoV1(input *operations.GetHealthcheckInfoV1Params) error

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

func (*OperationsService) GetHealthcheckInfoV1Short

func (aaa *OperationsService) GetHealthcheckInfoV1Short(input *operations.GetHealthcheckInfoV1Params) error

func (*OperationsService) UpdateFlightId added in v0.63.0

func (aaa *OperationsService) UpdateFlightId(flightId string)

func (*OperationsService) VersionCheckHandler deprecated

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

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

func (*OperationsService) VersionCheckHandlerShort

func (aaa *OperationsService) VersionCheckHandlerShort(input *operations.VersionCheckHandlerParams) error

type RuleSetsService

type RuleSetsService struct {
	Client           *match2client.JusticeMatch2Service
	ConfigRepository repository.ConfigRepository
	TokenRepository  repository.TokenRepository

	FlightIdRepository *utils.FlightIdContainer
}

func (*RuleSetsService) CreateRuleSet deprecated

func (aaa *RuleSetsService) CreateRuleSet(input *rule_sets.CreateRuleSetParams) error

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

func (*RuleSetsService) CreateRuleSetShort

func (aaa *RuleSetsService) CreateRuleSetShort(input *rule_sets.CreateRuleSetParams) error

func (*RuleSetsService) DeleteRuleSet deprecated

func (aaa *RuleSetsService) DeleteRuleSet(input *rule_sets.DeleteRuleSetParams) error

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

func (*RuleSetsService) DeleteRuleSetShort

func (aaa *RuleSetsService) DeleteRuleSetShort(input *rule_sets.DeleteRuleSetParams) error

func (*RuleSetsService) GetAuthSession

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

func (*RuleSetsService) RuleSetDetails deprecated

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

func (*RuleSetsService) RuleSetDetailsShort

func (*RuleSetsService) RuleSetList deprecated

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

func (*RuleSetsService) RuleSetListShort

func (*RuleSetsService) UpdateFlightId added in v0.63.0

func (aaa *RuleSetsService) UpdateFlightId(flightId string)

func (*RuleSetsService) UpdateRuleSet deprecated

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

func (*RuleSetsService) UpdateRuleSetShort

Jump to

Keyboard shortcuts

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