match2

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceVersion = "2.36.0"

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

func (*BackfillService) AdminQueryBackfillShort added in v0.3.0

func (*BackfillService) CreateBackfillShort

func (*BackfillService) DeleteBackfillShort

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

func (*BackfillService) GetAuthSession

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

func (*BackfillService) GetBackfillProposalShort

func (*BackfillService) GetBackfillShort

func (aaa *BackfillService) GetBackfillShort(input *backfill.GetBackfillParams) (*backfill.GetBackfillResponse, error)

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

func (aaa *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*config.AdminGetAllConfigV1Response, error)

func (*ConfigService) AdminGetConfigV1Short

func (aaa *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*config.AdminGetConfigV1Response, error)

func (*ConfigService) AdminGetLogConfigShort

func (aaa *ConfigService) AdminGetLogConfigShort(input *config.AdminGetLogConfigParams) (*config.AdminGetLogConfigResponse, error)

func (*ConfigService) AdminPatchConfigV1Short

func (aaa *ConfigService) AdminPatchConfigV1Short(input *config.AdminPatchConfigV1Params) (*config.AdminPatchConfigV1Response, error)

func (*ConfigService) AdminPatchUpdateLogConfigShort

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

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

func (*MatchFunctionsService) DeleteMatchFunctionShort

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

func (*MatchFunctionsService) GetAuthSession

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

func (*MatchFunctionsService) MatchFunctionGetShort added in v0.4.0

func (*MatchFunctionsService) MatchFunctionListShort

func (*MatchFunctionsService) UpdateFlightId

func (aaa *MatchFunctionsService) UpdateFlightId(flightId string)

type MatchPoolsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchPoolsService) CreateMatchPoolShort

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

func (*MatchPoolsService) DeleteMatchPoolShort

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

func (*MatchPoolsService) GetAuthSession

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

func (*MatchPoolsService) GetPlayerMetricShort

func (*MatchPoolsService) MatchPoolDetailsShort

func (*MatchPoolsService) MatchPoolListShort

func (*MatchPoolsService) MatchPoolMetricShort

func (*MatchPoolsService) PostMatchErrorMetricShort added in v0.2.0

func (aaa *MatchPoolsService) PostMatchErrorMetricShort(input *match_pools.PostMatchErrorMetricParams) error

func (*MatchPoolsService) PublicGetPlayerMetricShort

func (*MatchPoolsService) UpdateFlightId

func (aaa *MatchPoolsService) UpdateFlightId(flightId string)

func (*MatchPoolsService) UpdateMatchPoolShort

type MatchTicketsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*MatchTicketsService) CreateMatchTicketShort

func (*MatchTicketsService) DeleteMatchTicketShort

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

func (*MatchTicketsService) GetAuthSession

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

func (*MatchTicketsService) GetMyMatchTicketsShort

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

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

func (*OperationsService) GetHealthcheckInfoV1Short

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

func (*OperationsService) UpdateFlightId

func (aaa *OperationsService) UpdateFlightId(flightId string)

func (*OperationsService) VersionCheckHandlerShort

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

type PlayFeatureFlagService added in v0.5.0

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*PlayFeatureFlagService) AdminDeletePlayFeatureFlagShort added in v0.5.0

func (aaa *PlayFeatureFlagService) AdminDeletePlayFeatureFlagShort(input *play_feature_flag.AdminDeletePlayFeatureFlagParams) error

func (*PlayFeatureFlagService) AdminGetPlayFeatureFlagShort added in v0.5.0

func (*PlayFeatureFlagService) AdminUpsertPlayFeatureFlagShort added in v0.5.0

func (*PlayFeatureFlagService) GetAuthSession added in v0.5.0

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

func (*PlayFeatureFlagService) UpdateFlightId added in v0.5.0

func (aaa *PlayFeatureFlagService) UpdateFlightId(flightId string)

type RuleSetsService

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*RuleSetsService) CreateRuleSetShort

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

func (*RuleSetsService) DeleteRuleSetShort

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

func (*RuleSetsService) GetAuthSession

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

func (*RuleSetsService) RuleSetDetailsShort

func (*RuleSetsService) RuleSetListShort

func (*RuleSetsService) UpdateFlightId

func (aaa *RuleSetsService) UpdateFlightId(flightId string)

func (*RuleSetsService) UpdateRuleSetShort

type XRayConfigService added in v0.6.0

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

	FlightIdRepository *utils.FlightIdContainer
}

func (*XRayConfigService) AdminGetXRayConfigShort added in v0.6.0

func (*XRayConfigService) AdminUpdateXRayConfigShort added in v0.6.0

func (aaa *XRayConfigService) AdminUpdateXRayConfigShort(input *x_ray_config.AdminUpdateXRayConfigParams) error

func (*XRayConfigService) GetAuthSession added in v0.6.0

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

func (*XRayConfigService) UpdateFlightId added in v0.6.0

func (aaa *XRayConfigService) UpdateFlightId(flightId string)

Jump to

Keyboard shortcuts

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