Documentation
¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewMatch2Client(configRepository repository.ConfigRepository) *match2client.JusticeMatch2Service
- type BackfillService
- func (aaa *BackfillService) AcceptBackfillShort(input *backfill.AcceptBackfillParams) (*match2clientmodels.ModelsGameSession, error)
- func (aaa *BackfillService) CreateBackfillShort(input *backfill.CreateBackfillParams) (*match2clientmodels.APIBackfillCreateResponse, error)
- func (aaa *BackfillService) DeleteBackfillShort(input *backfill.DeleteBackfillParams) error
- func (aaa *BackfillService) GetAuthSession() auth.Session
- func (aaa *BackfillService) GetBackfillProposalShort(input *backfill.GetBackfillProposalParams) (*match2clientmodels.APIBackfillProposalResponse, error)
- func (aaa *BackfillService) GetBackfillShort(input *backfill.GetBackfillParams) (*match2clientmodels.APIBackfillGetResponse, error)
- func (aaa *BackfillService) RejectBackfillShort(input *backfill.RejectBackfillParams) error
- func (aaa *BackfillService) UpdateFlightId(flightId string)
- type ConfigService
- func (aaa *ConfigService) AdminGetAllConfigV1Short(input *config.AdminGetAllConfigV1Params) (*match2clientmodels.APINamespaceConfigList, error)
- func (aaa *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*match2clientmodels.ConfigmodelsNamespaceConfig, error)
- func (aaa *ConfigService) AdminGetLogConfigShort(input *config.AdminGetLogConfigParams) (*match2clientmodels.LogconfigConfiguration, error)
- func (aaa *ConfigService) AdminPatchConfigV1Short(input *config.AdminPatchConfigV1Params) (*match2clientmodels.ConfigmodelsNamespaceConfig, error)
- func (aaa *ConfigService) AdminPatchUpdateLogConfigShort(input *config.AdminPatchUpdateLogConfigParams) (*match2clientmodels.LogconfigConfiguration, error)
- func (aaa *ConfigService) GetAuthSession() auth.Session
- func (aaa *ConfigService) UpdateFlightId(flightId string)
- type EnvironmentVariablesService
- func (aaa *EnvironmentVariablesService) EnvironmentVariableListShort(input *environment_variables.EnvironmentVariableListParams) (*match2clientmodels.APIListEnvironmentVariablesResponse, error)
- func (aaa *EnvironmentVariablesService) GetAuthSession() auth.Session
- func (aaa *EnvironmentVariablesService) UpdateFlightId(flightId string)
- type MatchFunctionsService
- func (aaa *MatchFunctionsService) CreateMatchFunctionShort(input *match_functions.CreateMatchFunctionParams) error
- func (aaa *MatchFunctionsService) DeleteMatchFunctionShort(input *match_functions.DeleteMatchFunctionParams) error
- func (aaa *MatchFunctionsService) GetAuthSession() auth.Session
- func (aaa *MatchFunctionsService) MatchFunctionListShort(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)
- func (aaa *MatchFunctionsService) UpdateFlightId(flightId string)
- func (aaa *MatchFunctionsService) UpdateMatchFunctionShort(input *match_functions.UpdateMatchFunctionParams) (*match2clientmodels.APIMatchFunctionConfig, error)
- type MatchPoolsService
- func (aaa *MatchPoolsService) AdminGetMatchPoolTicketsShort(input *match_pools.AdminGetMatchPoolTicketsParams) (*match2clientmodels.APIListMatchPoolTicketsResponse, error)
- func (aaa *MatchPoolsService) CreateMatchPoolShort(input *match_pools.CreateMatchPoolParams) error
- func (aaa *MatchPoolsService) DeleteMatchPoolShort(input *match_pools.DeleteMatchPoolParams) error
- func (aaa *MatchPoolsService) GetAuthSession() auth.Session
- func (aaa *MatchPoolsService) GetPlayerMetricShort(input *match_pools.GetPlayerMetricParams) (*match2clientmodels.APIPlayerMetricRecord, error)
- func (aaa *MatchPoolsService) MatchPoolDetailsShort(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)
- func (aaa *MatchPoolsService) MatchPoolListShort(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)
- func (aaa *MatchPoolsService) MatchPoolMetricShort(input *match_pools.MatchPoolMetricParams) (*match2clientmodels.APITicketMetricResultRecord, error)
- func (aaa *MatchPoolsService) UpdateFlightId(flightId string)
- func (aaa *MatchPoolsService) UpdateMatchPoolShort(input *match_pools.UpdateMatchPoolParams) (*match2clientmodels.APIMatchPool, error)
- type MatchTicketsService
- func (aaa *MatchTicketsService) CreateMatchTicketShort(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)
- func (aaa *MatchTicketsService) DeleteMatchTicketShort(input *match_tickets.DeleteMatchTicketParams) error
- func (aaa *MatchTicketsService) GetAuthSession() auth.Session
- func (aaa *MatchTicketsService) GetMyMatchTicketsShort(input *match_tickets.GetMyMatchTicketsParams) (*match2clientmodels.APIMatchTicketStatuses, error)
- func (aaa *MatchTicketsService) MatchTicketDetailsShort(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)
- func (aaa *MatchTicketsService) UpdateFlightId(flightId string)
- type OperationsService
- func (aaa *OperationsService) GetAuthSession() auth.Session
- func (aaa *OperationsService) GetHealthcheckInfoShort(input *operations.GetHealthcheckInfoParams) error
- func (aaa *OperationsService) GetHealthcheckInfoV1Short(input *operations.GetHealthcheckInfoV1Params) error
- func (aaa *OperationsService) UpdateFlightId(flightId string)
- func (aaa *OperationsService) VersionCheckHandlerShort(input *operations.VersionCheckHandlerParams) error
- type RuleSetsService
- func (aaa *RuleSetsService) CreateRuleSetShort(input *rule_sets.CreateRuleSetParams) error
- func (aaa *RuleSetsService) DeleteRuleSetShort(input *rule_sets.DeleteRuleSetParams) error
- func (aaa *RuleSetsService) GetAuthSession() auth.Session
- func (aaa *RuleSetsService) RuleSetDetailsShort(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIRuleSetPayload, error)
- func (aaa *RuleSetsService) RuleSetListShort(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)
- func (aaa *RuleSetsService) UpdateFlightId(flightId string)
- func (aaa *RuleSetsService) UpdateRuleSetShort(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIRuleSetPayload, error)
Constants ¶
View Source
const ServiceVersion = "2.26.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) AcceptBackfillShort ¶
func (aaa *BackfillService) AcceptBackfillShort(input *backfill.AcceptBackfillParams) (*match2clientmodels.ModelsGameSession, error)
func (*BackfillService) CreateBackfillShort ¶
func (aaa *BackfillService) CreateBackfillShort(input *backfill.CreateBackfillParams) (*match2clientmodels.APIBackfillCreateResponse, error)
func (*BackfillService) DeleteBackfillShort ¶
func (aaa *BackfillService) DeleteBackfillShort(input *backfill.DeleteBackfillParams) error
func (*BackfillService) GetAuthSession ¶
func (aaa *BackfillService) GetAuthSession() auth.Session
func (*BackfillService) GetBackfillProposalShort ¶
func (aaa *BackfillService) GetBackfillProposalShort(input *backfill.GetBackfillProposalParams) (*match2clientmodels.APIBackfillProposalResponse, error)
func (*BackfillService) GetBackfillShort ¶
func (aaa *BackfillService) GetBackfillShort(input *backfill.GetBackfillParams) (*match2clientmodels.APIBackfillGetResponse, 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) (*match2clientmodels.APINamespaceConfigList, error)
func (*ConfigService) AdminGetConfigV1Short ¶
func (aaa *ConfigService) AdminGetConfigV1Short(input *config.AdminGetConfigV1Params) (*match2clientmodels.ConfigmodelsNamespaceConfig, error)
func (*ConfigService) AdminGetLogConfigShort ¶
func (aaa *ConfigService) AdminGetLogConfigShort(input *config.AdminGetLogConfigParams) (*match2clientmodels.LogconfigConfiguration, error)
func (*ConfigService) AdminPatchConfigV1Short ¶
func (aaa *ConfigService) AdminPatchConfigV1Short(input *config.AdminPatchConfigV1Params) (*match2clientmodels.ConfigmodelsNamespaceConfig, error)
func (*ConfigService) AdminPatchUpdateLogConfigShort ¶
func (aaa *ConfigService) AdminPatchUpdateLogConfigShort(input *config.AdminPatchUpdateLogConfigParams) (*match2clientmodels.LogconfigConfiguration, error)
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) EnvironmentVariableListShort ¶
func (aaa *EnvironmentVariablesService) EnvironmentVariableListShort(input *environment_variables.EnvironmentVariableListParams) (*match2clientmodels.APIListEnvironmentVariablesResponse, error)
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) MatchFunctionListShort ¶
func (aaa *MatchFunctionsService) MatchFunctionListShort(input *match_functions.MatchFunctionListParams) (*match2clientmodels.APIListMatchFunctionsResponse, error)
func (*MatchFunctionsService) UpdateFlightId ¶
func (aaa *MatchFunctionsService) UpdateFlightId(flightId string)
func (*MatchFunctionsService) UpdateMatchFunctionShort ¶
func (aaa *MatchFunctionsService) UpdateMatchFunctionShort(input *match_functions.UpdateMatchFunctionParams) (*match2clientmodels.APIMatchFunctionConfig, error)
type MatchPoolsService ¶
type MatchPoolsService struct {
Client *match2client.JusticeMatch2Service
ConfigRepository repository.ConfigRepository
TokenRepository repository.TokenRepository
FlightIdRepository *utils.FlightIdContainer
}
func (*MatchPoolsService) AdminGetMatchPoolTicketsShort ¶
func (aaa *MatchPoolsService) AdminGetMatchPoolTicketsShort(input *match_pools.AdminGetMatchPoolTicketsParams) (*match2clientmodels.APIListMatchPoolTicketsResponse, error)
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 (aaa *MatchPoolsService) GetPlayerMetricShort(input *match_pools.GetPlayerMetricParams) (*match2clientmodels.APIPlayerMetricRecord, error)
func (*MatchPoolsService) MatchPoolDetailsShort ¶
func (aaa *MatchPoolsService) MatchPoolDetailsShort(input *match_pools.MatchPoolDetailsParams) (*match2clientmodels.APIMatchPool, error)
func (*MatchPoolsService) MatchPoolListShort ¶
func (aaa *MatchPoolsService) MatchPoolListShort(input *match_pools.MatchPoolListParams) (*match2clientmodels.APIListMatchPoolsResponse, error)
func (*MatchPoolsService) MatchPoolMetricShort ¶
func (aaa *MatchPoolsService) MatchPoolMetricShort(input *match_pools.MatchPoolMetricParams) (*match2clientmodels.APITicketMetricResultRecord, error)
func (*MatchPoolsService) UpdateFlightId ¶
func (aaa *MatchPoolsService) UpdateFlightId(flightId string)
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
FlightIdRepository *utils.FlightIdContainer
}
func (*MatchTicketsService) CreateMatchTicketShort ¶
func (aaa *MatchTicketsService) CreateMatchTicketShort(input *match_tickets.CreateMatchTicketParams) (*match2clientmodels.APIMatchTicketResponse, error)
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 (aaa *MatchTicketsService) GetMyMatchTicketsShort(input *match_tickets.GetMyMatchTicketsParams) (*match2clientmodels.APIMatchTicketStatuses, error)
func (*MatchTicketsService) MatchTicketDetailsShort ¶
func (aaa *MatchTicketsService) MatchTicketDetailsShort(input *match_tickets.MatchTicketDetailsParams) (*match2clientmodels.APIMatchTicketStatus, error)
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 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 (aaa *RuleSetsService) RuleSetDetailsShort(input *rule_sets.RuleSetDetailsParams) (*match2clientmodels.APIRuleSetPayload, error)
func (*RuleSetsService) RuleSetListShort ¶
func (aaa *RuleSetsService) RuleSetListShort(input *rule_sets.RuleSetListParams) (*match2clientmodels.APIListRuleSetsResponse, error)
func (*RuleSetsService) UpdateFlightId ¶
func (aaa *RuleSetsService) UpdateFlightId(flightId string)
func (*RuleSetsService) UpdateRuleSetShort ¶
func (aaa *RuleSetsService) UpdateRuleSetShort(input *rule_sets.UpdateRuleSetParams) (*match2clientmodels.APIRuleSetPayload, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.