match2

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 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

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

deprecated(2022-01-10): please use AcceptBackfillShort instead.

func (*BackfillService) AcceptBackfillShort

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

func (*BackfillService) CreateBackfill

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

deprecated(2022-01-10): please use CreateBackfillShort instead.

func (*BackfillService) CreateBackfillShort

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

func (*BackfillService) DeleteBackfill 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 added in v0.37.0

deprecated(2022-01-10): please use GetBackfillShort instead.

func (*BackfillService) GetBackfillProposal 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

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

type MatchFunctionsService

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

func (*MatchFunctionsService) CreateMatchFunction

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

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(2022-01-10): please use MatchFunctionListShort instead.

type MatchPoolsService

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

func (*MatchPoolsService) CreateMatchPool

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

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

deprecated(2022-01-10): please use MatchPoolDetailsShort instead.

func (*MatchPoolsService) MatchPoolDetailsShort

func (*MatchPoolsService) MatchPoolList

deprecated(2022-01-10): please use MatchPoolListShort instead.

func (*MatchPoolsService) MatchPoolListShort

func (*MatchPoolsService) UpdateMatchPool

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

func (*MatchTicketsService) CreateMatchTicket

deprecated(2022-01-10): please use CreateMatchTicketShort instead.

func (*MatchTicketsService) CreateMatchTicketShort

func (*MatchTicketsService) DeleteMatchTicket

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

deprecated(2022-01-10): please 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

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

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

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

func (*RuleSetsService) CreateRuleSet

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

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(2022-01-10): please use RuleSetDetailsShort instead.

func (*RuleSetsService) RuleSetDetailsShort

func (*RuleSetsService) RuleSetList

deprecated(2022-01-10): please use RuleSetListShort instead.

func (*RuleSetsService) RuleSetListShort

func (*RuleSetsService) UpdateRuleSet

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