match2

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "2.18.1"

Variables

View Source
var SDKVersion string

Functions

func GetUserAgent

func GetUserAgent() string

func NewMatch2Client

func NewMatch2Client(configRepository repository.ConfigRepository) *match2client.JusticeMatch2Service

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

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

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

func (*BackfillService) DeleteBackfillShort

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

func (*BackfillService) GetAuthSession

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

func (*BackfillService) GetBackfill deprecated

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

func (*BackfillService) GetBackfillProposal deprecated

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

func (*BackfillService) GetBackfillShort

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

func (aaa *BackfillService) UpdateFlightId(flightId string)

type ConfigService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*ConfigService) AdminGetAllConfigV1 deprecated

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

func (*ConfigService) AdminGetAllConfigV1Short

func (*ConfigService) AdminGetConfigV1 deprecated

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

func (*ConfigService) AdminGetConfigV1Short

func (*ConfigService) AdminPatchConfigV1 deprecated

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

func (*ConfigService) AdminPatchConfigV1Short

func (*ConfigService) GetAuthSession

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

func (*ConfigService) UpdateFlightId

func (aaa *ConfigService) UpdateFlightId(flightId string)

type EnvironmentVariablesService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*EnvironmentVariablesService) EnvironmentVariableList deprecated

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

func (*EnvironmentVariablesService) GetAuthSession

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

func (*EnvironmentVariablesService) UpdateFlightId

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

func (aaa *MatchFunctionsService) UpdateFlightId(flightId string)

func (*MatchFunctionsService) UpdateMatchFunction deprecated

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

func (*MatchFunctionsService) UpdateMatchFunctionShort

type MatchPoolsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchPoolsService) AdminGetMatchPoolTickets deprecated

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

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

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

func (*MatchPoolsService) GetPlayerMetricShort

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

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

func (*MatchPoolsService) UpdateFlightId

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

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

func (*MatchTicketsService) GetMyMatchTicketsShort

func (*MatchTicketsService) MatchTicketDetails deprecated

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

func (*MatchTicketsService) MatchTicketDetailsShort

func (*MatchTicketsService) UpdateFlightId

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

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

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