matchmaking_operations

package
v0.1.0-alpha.6 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for matchmaking operations API

func (*Client) GetHealthcheckInfo deprecated

func (a *Client) GetHealthcheckInfo(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)

Deprecated: 2022-08-10 - Use GetHealthcheckInfoShort instead.

GetHealthcheckInfo

func (*Client) GetHealthcheckInfoShort

func (a *Client) GetHealthcheckInfoShort(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)

GetHealthcheckInfoShort

func (*Client) HandlerV3Healthz deprecated

func (a *Client) HandlerV3Healthz(params *HandlerV3HealthzParams, authInfo runtime.ClientAuthInfoWriter) (*HandlerV3HealthzOK, error)

Deprecated: 2022-08-10 - Use HandlerV3HealthzShort instead.

HandlerV3Healthz

func (*Client) HandlerV3HealthzShort

func (a *Client) HandlerV3HealthzShort(params *HandlerV3HealthzParams, authInfo runtime.ClientAuthInfoWriter) (*HandlerV3HealthzOK, error)

HandlerV3HealthzShort

func (*Client) PublicGetMessages deprecated

Deprecated: 2022-08-10 - Use PublicGetMessagesShort instead.

PublicGetMessages get service messages get the list of messages.

func (*Client) PublicGetMessagesShort

func (a *Client) PublicGetMessagesShort(params *PublicGetMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMessagesOK, error)

PublicGetMessagesShort get service messages get the list of messages.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) VersionCheckHandler deprecated

func (a *Client) VersionCheckHandler(params *VersionCheckHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*VersionCheckHandlerOK, error)

Deprecated: 2022-08-10 - Use VersionCheckHandlerShort instead.

VersionCheckHandler

func (*Client) VersionCheckHandlerShort

func (a *Client) VersionCheckHandlerShort(params *VersionCheckHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*VersionCheckHandlerOK, error)

VersionCheckHandlerShort

type ClientService

type ClientService interface {
	GetHealthcheckInfo(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)
	GetHealthcheckInfoShort(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)
	HandlerV3Healthz(params *HandlerV3HealthzParams, authInfo runtime.ClientAuthInfoWriter) (*HandlerV3HealthzOK, error)
	HandlerV3HealthzShort(params *HandlerV3HealthzParams, authInfo runtime.ClientAuthInfoWriter) (*HandlerV3HealthzOK, error)
	PublicGetMessages(params *PublicGetMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMessagesOK, *PublicGetMessagesInternalServerError, error)
	PublicGetMessagesShort(params *PublicGetMessagesParams, authInfo runtime.ClientAuthInfoWriter) (*PublicGetMessagesOK, error)
	VersionCheckHandler(params *VersionCheckHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*VersionCheckHandlerOK, error)
	VersionCheckHandlerShort(params *VersionCheckHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*VersionCheckHandlerOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new matchmaking operations API client.

type GetHealthcheckInfoOK

type GetHealthcheckInfoOK struct {
}

GetHealthcheckInfoOK handles this case with default header values.

OK

func NewGetHealthcheckInfoOK

func NewGetHealthcheckInfoOK() *GetHealthcheckInfoOK

NewGetHealthcheckInfoOK creates a GetHealthcheckInfoOK with default headers values

func (*GetHealthcheckInfoOK) Error

func (o *GetHealthcheckInfoOK) Error() string

type GetHealthcheckInfoParams

type GetHealthcheckInfoParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetHealthcheckInfoParams contains all the parameters to send to the API endpoint for the get healthcheck info operation typically these are written to a http.Request

func NewGetHealthcheckInfoParams

func NewGetHealthcheckInfoParams() *GetHealthcheckInfoParams

NewGetHealthcheckInfoParams creates a new GetHealthcheckInfoParams object with the default values initialized.

func NewGetHealthcheckInfoParamsWithContext

func NewGetHealthcheckInfoParamsWithContext(ctx context.Context) *GetHealthcheckInfoParams

NewGetHealthcheckInfoParamsWithContext creates a new GetHealthcheckInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetHealthcheckInfoParamsWithHTTPClient

func NewGetHealthcheckInfoParamsWithHTTPClient(client *http.Client) *GetHealthcheckInfoParams

NewGetHealthcheckInfoParamsWithHTTPClient creates a new GetHealthcheckInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetHealthcheckInfoParamsWithTimeout

func NewGetHealthcheckInfoParamsWithTimeout(timeout time.Duration) *GetHealthcheckInfoParams

NewGetHealthcheckInfoParamsWithTimeout creates a new GetHealthcheckInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetHealthcheckInfoParams) SetAuthInfoWriter

func (o *GetHealthcheckInfoParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetContext

func (o *GetHealthcheckInfoParams) SetContext(ctx context.Context)

SetContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetFlightId

func (o *GetHealthcheckInfoParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetHealthcheckInfoParams) SetHTTPClient

func (o *GetHealthcheckInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetHTTPClientTransport

func (o *GetHealthcheckInfoParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetTimeout

func (o *GetHealthcheckInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithContext

WithContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithHTTPClient

func (o *GetHealthcheckInfoParams) WithHTTPClient(client *http.Client) *GetHealthcheckInfoParams

WithHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithTimeout

WithTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHealthcheckInfoReader

type GetHealthcheckInfoReader struct {
	// contains filtered or unexported fields
}

GetHealthcheckInfoReader is a Reader for the GetHealthcheckInfo structure.

func (*GetHealthcheckInfoReader) ReadResponse

func (o *GetHealthcheckInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type HandlerV3HealthzOK

type HandlerV3HealthzOK struct {
}

HandlerV3HealthzOK handles this case with default header values.

OK

func NewHandlerV3HealthzOK

func NewHandlerV3HealthzOK() *HandlerV3HealthzOK

NewHandlerV3HealthzOK creates a HandlerV3HealthzOK with default headers values

func (*HandlerV3HealthzOK) Error

func (o *HandlerV3HealthzOK) Error() string

type HandlerV3HealthzParams

type HandlerV3HealthzParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

HandlerV3HealthzParams contains all the parameters to send to the API endpoint for the handler v3 healthz operation typically these are written to a http.Request

func NewHandlerV3HealthzParams

func NewHandlerV3HealthzParams() *HandlerV3HealthzParams

NewHandlerV3HealthzParams creates a new HandlerV3HealthzParams object with the default values initialized.

func NewHandlerV3HealthzParamsWithContext

func NewHandlerV3HealthzParamsWithContext(ctx context.Context) *HandlerV3HealthzParams

NewHandlerV3HealthzParamsWithContext creates a new HandlerV3HealthzParams object with the default values initialized, and the ability to set a context for a request

func NewHandlerV3HealthzParamsWithHTTPClient

func NewHandlerV3HealthzParamsWithHTTPClient(client *http.Client) *HandlerV3HealthzParams

NewHandlerV3HealthzParamsWithHTTPClient creates a new HandlerV3HealthzParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewHandlerV3HealthzParamsWithTimeout

func NewHandlerV3HealthzParamsWithTimeout(timeout time.Duration) *HandlerV3HealthzParams

NewHandlerV3HealthzParamsWithTimeout creates a new HandlerV3HealthzParams object with the default values initialized, and the ability to set a timeout on a request

func (*HandlerV3HealthzParams) SetAuthInfoWriter

func (o *HandlerV3HealthzParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetContext

func (o *HandlerV3HealthzParams) SetContext(ctx context.Context)

SetContext adds the context to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetFlightId

func (o *HandlerV3HealthzParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*HandlerV3HealthzParams) SetHTTPClient

func (o *HandlerV3HealthzParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetHTTPClientTransport

func (o *HandlerV3HealthzParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetTimeout

func (o *HandlerV3HealthzParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithContext

WithContext adds the context to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithHTTPClient

func (o *HandlerV3HealthzParams) WithHTTPClient(client *http.Client) *HandlerV3HealthzParams

WithHTTPClient adds the HTTPClient to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithTimeout

WithTimeout adds the timeout to the handler v3 healthz params

func (*HandlerV3HealthzParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HandlerV3HealthzReader

type HandlerV3HealthzReader struct {
	// contains filtered or unexported fields
}

HandlerV3HealthzReader is a Reader for the HandlerV3Healthz structure.

func (*HandlerV3HealthzReader) ReadResponse

func (o *HandlerV3HealthzReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PublicGetMessagesInternalServerError

type PublicGetMessagesInternalServerError struct {
	Payload *matchmakingclientmodels.ResponseError
}

PublicGetMessagesInternalServerError handles this case with default header values.

func NewPublicGetMessagesInternalServerError

func NewPublicGetMessagesInternalServerError() *PublicGetMessagesInternalServerError

NewPublicGetMessagesInternalServerError creates a PublicGetMessagesInternalServerError with default headers values

func (*PublicGetMessagesInternalServerError) Error

func (*PublicGetMessagesInternalServerError) GetPayload

func (*PublicGetMessagesInternalServerError) ToJSONString

func (o *PublicGetMessagesInternalServerError) ToJSONString() string

type PublicGetMessagesOK

type PublicGetMessagesOK struct {
	Payload []*matchmakingclientmodels.LogAppMessageDeclaration
}

PublicGetMessagesOK handles this case with default header values.

func NewPublicGetMessagesOK

func NewPublicGetMessagesOK() *PublicGetMessagesOK

NewPublicGetMessagesOK creates a PublicGetMessagesOK with default headers values

func (*PublicGetMessagesOK) Error

func (o *PublicGetMessagesOK) Error() string

func (*PublicGetMessagesOK) GetPayload

func (*PublicGetMessagesOK) ToJSONString

func (o *PublicGetMessagesOK) ToJSONString() string

type PublicGetMessagesParams

type PublicGetMessagesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PublicGetMessagesParams contains all the parameters to send to the API endpoint for the public get messages operation typically these are written to a http.Request

func NewPublicGetMessagesParams

func NewPublicGetMessagesParams() *PublicGetMessagesParams

NewPublicGetMessagesParams creates a new PublicGetMessagesParams object with the default values initialized.

func NewPublicGetMessagesParamsWithContext

func NewPublicGetMessagesParamsWithContext(ctx context.Context) *PublicGetMessagesParams

NewPublicGetMessagesParamsWithContext creates a new PublicGetMessagesParams object with the default values initialized, and the ability to set a context for a request

func NewPublicGetMessagesParamsWithHTTPClient

func NewPublicGetMessagesParamsWithHTTPClient(client *http.Client) *PublicGetMessagesParams

NewPublicGetMessagesParamsWithHTTPClient creates a new PublicGetMessagesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPublicGetMessagesParamsWithTimeout

func NewPublicGetMessagesParamsWithTimeout(timeout time.Duration) *PublicGetMessagesParams

NewPublicGetMessagesParamsWithTimeout creates a new PublicGetMessagesParams object with the default values initialized, and the ability to set a timeout on a request

func (*PublicGetMessagesParams) SetAuthInfoWriter

func (o *PublicGetMessagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the public get messages params

func (*PublicGetMessagesParams) SetContext

func (o *PublicGetMessagesParams) SetContext(ctx context.Context)

SetContext adds the context to the public get messages params

func (*PublicGetMessagesParams) SetFlightId

func (o *PublicGetMessagesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PublicGetMessagesParams) SetHTTPClient

func (o *PublicGetMessagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the public get messages params

func (*PublicGetMessagesParams) SetHTTPClientTransport

func (o *PublicGetMessagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the public get messages params

func (*PublicGetMessagesParams) SetTimeout

func (o *PublicGetMessagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the public get messages params

func (*PublicGetMessagesParams) WithContext

WithContext adds the context to the public get messages params

func (*PublicGetMessagesParams) WithHTTPClient

func (o *PublicGetMessagesParams) WithHTTPClient(client *http.Client) *PublicGetMessagesParams

WithHTTPClient adds the HTTPClient to the public get messages params

func (*PublicGetMessagesParams) WithTimeout

WithTimeout adds the timeout to the public get messages params

func (*PublicGetMessagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicGetMessagesReader

type PublicGetMessagesReader struct {
	// contains filtered or unexported fields
}

PublicGetMessagesReader is a Reader for the PublicGetMessages structure.

func (*PublicGetMessagesReader) ReadResponse

func (o *PublicGetMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type VersionCheckHandlerOK

type VersionCheckHandlerOK struct {
}

VersionCheckHandlerOK handles this case with default header values.

OK

func NewVersionCheckHandlerOK

func NewVersionCheckHandlerOK() *VersionCheckHandlerOK

NewVersionCheckHandlerOK creates a VersionCheckHandlerOK with default headers values

func (*VersionCheckHandlerOK) Error

func (o *VersionCheckHandlerOK) Error() string

type VersionCheckHandlerParams

type VersionCheckHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

VersionCheckHandlerParams contains all the parameters to send to the API endpoint for the version check handler operation typically these are written to a http.Request

func NewVersionCheckHandlerParams

func NewVersionCheckHandlerParams() *VersionCheckHandlerParams

NewVersionCheckHandlerParams creates a new VersionCheckHandlerParams object with the default values initialized.

func NewVersionCheckHandlerParamsWithContext

func NewVersionCheckHandlerParamsWithContext(ctx context.Context) *VersionCheckHandlerParams

NewVersionCheckHandlerParamsWithContext creates a new VersionCheckHandlerParams object with the default values initialized, and the ability to set a context for a request

func NewVersionCheckHandlerParamsWithHTTPClient

func NewVersionCheckHandlerParamsWithHTTPClient(client *http.Client) *VersionCheckHandlerParams

NewVersionCheckHandlerParamsWithHTTPClient creates a new VersionCheckHandlerParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewVersionCheckHandlerParamsWithTimeout

func NewVersionCheckHandlerParamsWithTimeout(timeout time.Duration) *VersionCheckHandlerParams

NewVersionCheckHandlerParamsWithTimeout creates a new VersionCheckHandlerParams object with the default values initialized, and the ability to set a timeout on a request

func (*VersionCheckHandlerParams) SetAuthInfoWriter

func (o *VersionCheckHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the version check handler params

func (*VersionCheckHandlerParams) SetContext

func (o *VersionCheckHandlerParams) SetContext(ctx context.Context)

SetContext adds the context to the version check handler params

func (*VersionCheckHandlerParams) SetFlightId

func (o *VersionCheckHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*VersionCheckHandlerParams) SetHTTPClient

func (o *VersionCheckHandlerParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the version check handler params

func (*VersionCheckHandlerParams) SetHTTPClientTransport

func (o *VersionCheckHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the version check handler params

func (*VersionCheckHandlerParams) SetTimeout

func (o *VersionCheckHandlerParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the version check handler params

func (*VersionCheckHandlerParams) WithContext

WithContext adds the context to the version check handler params

func (*VersionCheckHandlerParams) WithHTTPClient

func (o *VersionCheckHandlerParams) WithHTTPClient(client *http.Client) *VersionCheckHandlerParams

WithHTTPClient adds the HTTPClient to the version check handler params

func (*VersionCheckHandlerParams) WithTimeout

WithTimeout adds the timeout to the version check handler params

func (*VersionCheckHandlerParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VersionCheckHandlerReader

type VersionCheckHandlerReader struct {
	// contains filtered or unexported fields
}

VersionCheckHandlerReader is a Reader for the VersionCheckHandler structure.

func (*VersionCheckHandlerReader) ReadResponse

func (o *VersionCheckHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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