match2

package
v0.32.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 12 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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*BackfillService) AcceptBackfill deprecated

func (aaa *BackfillService) AcceptBackfill(input *backfill.AcceptBackfillParams) error

Deprecated: Use AcceptBackfillShort instead

func (*BackfillService) AcceptBackfillShort

func (aaa *BackfillService) AcceptBackfillShort(input *backfill.AcceptBackfillParams) error

func (*BackfillService) CreateBackfill deprecated

func (aaa *BackfillService) CreateBackfill(input *backfill.CreateBackfillParams) error

Deprecated: Use CreateBackfillShort instead

func (*BackfillService) CreateBackfillShort

func (aaa *BackfillService) CreateBackfillShort(input *backfill.CreateBackfillParams) error

func (*BackfillService) GetAuthSession

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

func (*BackfillService) RejectBackfill deprecated

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

Deprecated: Use RejectBackfillShort instead

func (*BackfillService) RejectBackfillShort

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

type MatchFunctionsService

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

func (*MatchFunctionsService) CreateMatchFunction deprecated

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

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

type MatchPoolsService

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

func (*MatchPoolsService) CreateMatchPool deprecated

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

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

Deprecated: Use MatchPoolDetailsShort instead

func (*MatchPoolsService) MatchPoolDetailsShort

func (*MatchPoolsService) MatchPoolList deprecated

Deprecated: Use MatchPoolListShort instead

func (*MatchPoolsService) MatchPoolListShort

func (*MatchPoolsService) UpdateMatchPool deprecated

Deprecated: Use UpdateMatchPoolShort instead

func (*MatchPoolsService) UpdateMatchPoolShort

type MatchTicketsService

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

func (*MatchTicketsService) CreateMatchTicket deprecated

Deprecated: Use CreateMatchTicketShort instead

func (*MatchTicketsService) CreateMatchTicketShort

func (*MatchTicketsService) DeleteMatchTicket deprecated

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

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

Deprecated: Use MatchTicketDetailsShort instead

func (*MatchTicketsService) MatchTicketDetailsShort

type OperationsService

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

func (*OperationsService) GetAuthSession

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

func (*OperationsService) GetHealthcheckInfo deprecated

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

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

func (*OperationsService) GetHealthcheckInfoV1Short

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

func (*OperationsService) VersionCheckHandler deprecated

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

Deprecated: 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
	RefreshTokenRepository repository.RefreshTokenRepository
}

func (*RuleSetsService) CreateRuleSet deprecated

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

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

func (*RuleSetsService) RuleSetDetailsShort

func (*RuleSetsService) RuleSetList deprecated

Deprecated: Use RuleSetListShort instead

func (*RuleSetsService) RuleSetListShort

func (*RuleSetsService) UpdateRuleSet deprecated

Deprecated: Use UpdateRuleSetShort instead

func (*RuleSetsService) UpdateRuleSetShort

Jump to

Keyboard shortcuts

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