Documentation ¶
Index ¶
- type BackfillService
- func (aaa *BackfillService) AcceptBackfill(input *backfill.AcceptBackfillParams) errordeprecated
- func (aaa *BackfillService) AcceptBackfillShort(input *backfill.AcceptBackfillParams) error
- func (aaa *BackfillService) CreateBackfill(input *backfill.CreateBackfillParams) errordeprecated
- func (aaa *BackfillService) CreateBackfillShort(input *backfill.CreateBackfillParams) error
- func (aaa *BackfillService) GetAuthSession() auth.Session
- func (aaa *BackfillService) RejectBackfill(input *backfill.RejectBackfillParams) errordeprecated
- func (aaa *BackfillService) RejectBackfillShort(input *backfill.RejectBackfillParams) error
- type MatchFunctionsService
- func (aaa *MatchFunctionsService) CreateMatchFunction(input *match_functions.CreateMatchFunctionParams) errordeprecated
- func (aaa *MatchFunctionsService) CreateMatchFunctionShort(input *match_functions.CreateMatchFunctionParams) error
- func (aaa *MatchFunctionsService) DeleteMatchFunction(input *match_functions.DeleteMatchFunctionParams) errordeprecated
- func (aaa *MatchFunctionsService) DeleteMatchFunctionShort(input *match_functions.DeleteMatchFunctionParams) error
- func (aaa *MatchFunctionsService) GetAuthSession() auth.Session
- func (aaa *MatchFunctionsService) MatchFunctionList(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)deprecated
- func (aaa *MatchFunctionsService) MatchFunctionListShort(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)
- type MatchPoolsService
- func (aaa *MatchPoolsService) CreateMatchPool(input *match_pools.CreateMatchPoolParams) errordeprecated
- func (aaa *MatchPoolsService) CreateMatchPoolShort(input *match_pools.CreateMatchPoolParams) error
- func (aaa *MatchPoolsService) DeleteMatchPool(input *match_pools.DeleteMatchPoolParams) errordeprecated
- func (aaa *MatchPoolsService) DeleteMatchPoolShort(input *match_pools.DeleteMatchPoolParams) error
- func (aaa *MatchPoolsService) GetAuthSession() auth.Session
- func (aaa *MatchPoolsService) MatchPoolDetails(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)deprecated
- func (aaa *MatchPoolsService) MatchPoolDetailsShort(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)
- func (aaa *MatchPoolsService) MatchPoolList(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)deprecated
- func (aaa *MatchPoolsService) MatchPoolListShort(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)
- func (aaa *MatchPoolsService) UpdateMatchPool(input *match_pools.UpdateMatchPoolParams) (*match2clientmodels.APIMatchPool, error)deprecated
- func (aaa *MatchPoolsService) UpdateMatchPoolShort(input *match_pools.UpdateMatchPoolParams) (*match2clientmodels.APIMatchPool, error)
- type MatchTicketsService
- func (aaa *MatchTicketsService) CreateMatchTicket(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)deprecated
- func (aaa *MatchTicketsService) CreateMatchTicketShort(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)
- func (aaa *MatchTicketsService) DeleteMatchTicket(input *match_tickets.DeleteMatchTicketParams) errordeprecated
- func (aaa *MatchTicketsService) DeleteMatchTicketShort(input *match_tickets.DeleteMatchTicketParams) error
- func (aaa *MatchTicketsService) GetAuthSession() auth.Session
- func (aaa *MatchTicketsService) MatchTicketDetails(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)deprecated
- func (aaa *MatchTicketsService) MatchTicketDetailsShort(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)
- type OperationsService
- func (aaa *OperationsService) GetAuthSession() auth.Session
- func (aaa *OperationsService) GetHealthcheckInfo(input *operations.GetHealthcheckInfoParams) errordeprecated
- func (aaa *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams) error
- func (aaa *OperationsService) GetHealthcheckInfoV1(input *operations.GetHealthcheckInfoV1Params) errordeprecated
- func (aaa *OperationsService) GetHealthcheckInfoV1Short(input *operations.GetHealthcheckInfoV1Params) error
- func (aaa *OperationsService) VersionCheckHandler(input *operations.VersionCheckHandlerParams) errordeprecated
- func (aaa *OperationsService) VersionCheckHandlerShort(input *operations.VersionCheckHandlerParams) error
- type RuleSetsService
- func (aaa *RuleSetsService) CreateRuleSet(input *rule_sets.CreateRuleSetParams) errordeprecated
- func (aaa *RuleSetsService) CreateRuleSetShort(input *rule_sets.CreateRuleSetParams) error
- func (aaa *RuleSetsService) DeleteRuleSet(input *rule_sets.DeleteRuleSetParams) errordeprecated
- func (aaa *RuleSetsService) DeleteRuleSetShort(input *rule_sets.DeleteRuleSetParams) error
- func (aaa *RuleSetsService) GetAuthSession() auth.Session
- func (aaa *RuleSetsService) RuleSetDetails(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIMatchRuleSet, error)deprecated
- func (aaa *RuleSetsService) RuleSetDetailsShort(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIMatchRuleSet, error)
- func (aaa *RuleSetsService) RuleSetList(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)deprecated
- func (aaa *RuleSetsService) RuleSetListShort(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)
- func (aaa *RuleSetsService) UpdateRuleSet(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIMatchRuleSet, error)deprecated
- func (aaa *RuleSetsService) UpdateRuleSetShort(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIMatchRuleSet, error)
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
func (aaa *MatchFunctionsService) MatchFunctionList(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)
Deprecated: Use MatchFunctionListShort instead
func (*MatchFunctionsService) MatchFunctionListShort ¶
func (aaa *MatchFunctionsService) MatchFunctionListShort(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)
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
func (aaa *MatchPoolsService) MatchPoolDetails(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)
Deprecated: Use MatchPoolDetailsShort instead
func (*MatchPoolsService) MatchPoolDetailsShort ¶
func (aaa *MatchPoolsService) MatchPoolDetailsShort(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)
func (*MatchPoolsService) MatchPoolList
deprecated
func (aaa *MatchPoolsService) MatchPoolList(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)
Deprecated: Use MatchPoolListShort instead
func (*MatchPoolsService) MatchPoolListShort ¶
func (aaa *MatchPoolsService) MatchPoolListShort(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)
func (*MatchPoolsService) UpdateMatchPool
deprecated
func (aaa *MatchPoolsService) UpdateMatchPool(input *match_pools.UpdateMatchPoolParams) (*match2clientmodels.APIMatchPool, error)
Deprecated: Use UpdateMatchPoolShort instead
func (*MatchPoolsService) UpdateMatchPoolShort ¶
func (aaa *MatchPoolsService) UpdateMatchPoolShort(input *match_pools.UpdateMatchPoolParams) (*match2clientmodels.APIMatchPool, error)
type MatchTicketsService ¶
type MatchTicketsService struct { Client *match2client.JusticeMatch2Service ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository RefreshTokenRepository repository.RefreshTokenRepository }
func (*MatchTicketsService) CreateMatchTicket
deprecated
func (aaa *MatchTicketsService) CreateMatchTicket(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)
Deprecated: Use CreateMatchTicketShort instead
func (*MatchTicketsService) CreateMatchTicketShort ¶
func (aaa *MatchTicketsService) CreateMatchTicketShort(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)
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
func (aaa *MatchTicketsService) MatchTicketDetails(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)
Deprecated: Use MatchTicketDetailsShort instead
func (*MatchTicketsService) MatchTicketDetailsShort ¶
func (aaa *MatchTicketsService) MatchTicketDetailsShort(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)
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
func (aaa *RuleSetsService) RuleSetDetails(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIMatchRuleSet, error)
Deprecated: Use RuleSetDetailsShort instead
func (*RuleSetsService) RuleSetDetailsShort ¶
func (aaa *RuleSetsService) RuleSetDetailsShort(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIMatchRuleSet, error)
func (*RuleSetsService) RuleSetList
deprecated
func (aaa *RuleSetsService) RuleSetList(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)
Deprecated: Use RuleSetListShort instead
func (*RuleSetsService) RuleSetListShort ¶
func (aaa *RuleSetsService) RuleSetListShort(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)
func (*RuleSetsService) UpdateRuleSet
deprecated
func (aaa *RuleSetsService) UpdateRuleSet(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIMatchRuleSet, error)
Deprecated: Use UpdateRuleSetShort instead
func (*RuleSetsService) UpdateRuleSetShort ¶
func (aaa *RuleSetsService) UpdateRuleSetShort(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIMatchRuleSet, error)