operations

package
v0.15.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 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 Client

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

Client for operations API

func (*Client) GetHealthcheckInfo added in v0.8.0

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

GetHealthcheckInfo get healthcheck info API

func (*Client) GetHealthcheckInfoShort added in v0.8.0

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

func (*Client) HandlerV3Healthz added in v0.8.0

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

HandlerV3Healthz handler v3 healthz API

func (*Client) HandlerV3HealthzShort added in v0.8.0

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

func (*Client) PublicGetMessages

PublicGetMessages gets service messages

get the list of messages.

func (*Client) PublicGetMessagesShort added in v0.8.0

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

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) VersionCheckHandler

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

VersionCheckHandler version check handler API

func (*Client) VersionCheckHandlerShort added in v0.8.0

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

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 operations API client.

type GetHealthcheckInfoOK added in v0.8.0

type GetHealthcheckInfoOK struct {
}

GetHealthcheckInfoOK handles this case with default header values.

OK

func NewGetHealthcheckInfoOK added in v0.8.0

func NewGetHealthcheckInfoOK() *GetHealthcheckInfoOK

NewGetHealthcheckInfoOK creates a GetHealthcheckInfoOK with default headers values

func (*GetHealthcheckInfoOK) Error added in v0.8.0

func (o *GetHealthcheckInfoOK) Error() string

type GetHealthcheckInfoParams added in v0.8.0

type GetHealthcheckInfoParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// 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 added in v0.8.0

func NewGetHealthcheckInfoParams() *GetHealthcheckInfoParams

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

func NewGetHealthcheckInfoParamsWithContext added in v0.8.0

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 added in v0.8.0

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 added in v0.8.0

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) SetContext added in v0.8.0

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

SetContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetHTTPClient added in v0.8.0

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

SetHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetTimeout added in v0.8.0

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

SetTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithContext added in v0.8.0

WithContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithHTTPClient added in v0.8.0

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

WithHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithTimeout added in v0.8.0

WithTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WriteToRequest added in v0.8.0

WriteToRequest writes these params to a swagger request

type GetHealthcheckInfoReader added in v0.8.0

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

GetHealthcheckInfoReader is a Reader for the GetHealthcheckInfo structure.

func (*GetHealthcheckInfoReader) ReadResponse added in v0.8.0

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

ReadResponse reads a server response into the received o.

type HandlerV3HealthzOK added in v0.8.0

type HandlerV3HealthzOK struct {
}

HandlerV3HealthzOK handles this case with default header values.

OK

func NewHandlerV3HealthzOK added in v0.8.0

func NewHandlerV3HealthzOK() *HandlerV3HealthzOK

NewHandlerV3HealthzOK creates a HandlerV3HealthzOK with default headers values

func (*HandlerV3HealthzOK) Error added in v0.8.0

func (o *HandlerV3HealthzOK) Error() string

type HandlerV3HealthzParams added in v0.8.0

type HandlerV3HealthzParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// 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 added in v0.8.0

func NewHandlerV3HealthzParams() *HandlerV3HealthzParams

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

func NewHandlerV3HealthzParamsWithContext added in v0.8.0

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 added in v0.8.0

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 added in v0.8.0

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) SetContext added in v0.8.0

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

SetContext adds the context to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetHTTPClient added in v0.8.0

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

SetHTTPClient adds the HTTPClient to the handler v3 healthz params

func (*HandlerV3HealthzParams) SetTimeout added in v0.8.0

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

SetTimeout adds the timeout to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithContext added in v0.8.0

WithContext adds the context to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithHTTPClient added in v0.8.0

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

WithHTTPClient adds the HTTPClient to the handler v3 healthz params

func (*HandlerV3HealthzParams) WithTimeout added in v0.8.0

WithTimeout adds the timeout to the handler v3 healthz params

func (*HandlerV3HealthzParams) WriteToRequest added in v0.8.0

WriteToRequest writes these params to a swagger request

type HandlerV3HealthzReader added in v0.8.0

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

HandlerV3HealthzReader is a Reader for the HandlerV3Healthz structure.

func (*HandlerV3HealthzReader) ReadResponse added in v0.8.0

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.

PublicGetMessagesInternalServerError public get messages internal server error

func NewPublicGetMessagesInternalServerError

func NewPublicGetMessagesInternalServerError() *PublicGetMessagesInternalServerError

NewPublicGetMessagesInternalServerError creates a PublicGetMessagesInternalServerError with default headers values

func (*PublicGetMessagesInternalServerError) Error

func (*PublicGetMessagesInternalServerError) GetPayload

type PublicGetMessagesOK

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

PublicGetMessagesOK handles this case with default header values.

PublicGetMessagesOK public get messages o k

func NewPublicGetMessagesOK

func NewPublicGetMessagesOK() *PublicGetMessagesOK

NewPublicGetMessagesOK creates a PublicGetMessagesOK with default headers values

func (*PublicGetMessagesOK) Error

func (o *PublicGetMessagesOK) Error() string

func (*PublicGetMessagesOK) GetPayload

type PublicGetMessagesParams

type PublicGetMessagesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// 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) SetContext

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

SetContext adds the context to the public get messages params

func (*PublicGetMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient 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 {
	Context    context.Context
	HTTPClient *http.Client
	// 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) SetContext

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

SetContext adds the context to the version check handler params

func (*VersionCheckHandlerParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient 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