lobby_operations

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 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 AdminJoinPartyV1Accepted

type AdminJoinPartyV1Accepted struct {
}

AdminJoinPartyV1Accepted handles this case with default header values.

Accepted

func NewAdminJoinPartyV1Accepted

func NewAdminJoinPartyV1Accepted() *AdminJoinPartyV1Accepted

NewAdminJoinPartyV1Accepted creates a AdminJoinPartyV1Accepted with default headers values

func (*AdminJoinPartyV1Accepted) Error

func (o *AdminJoinPartyV1Accepted) Error() string

type AdminJoinPartyV1BadRequest

type AdminJoinPartyV1BadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1BadRequest handles this case with default header values.

Bad Request

func NewAdminJoinPartyV1BadRequest

func NewAdminJoinPartyV1BadRequest() *AdminJoinPartyV1BadRequest

NewAdminJoinPartyV1BadRequest creates a AdminJoinPartyV1BadRequest with default headers values

func (*AdminJoinPartyV1BadRequest) Error

func (*AdminJoinPartyV1BadRequest) GetPayload

func (*AdminJoinPartyV1BadRequest) ToJSONString

func (o *AdminJoinPartyV1BadRequest) ToJSONString() string

type AdminJoinPartyV1Forbidden

type AdminJoinPartyV1Forbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1Forbidden handles this case with default header values.

Forbidden

func NewAdminJoinPartyV1Forbidden

func NewAdminJoinPartyV1Forbidden() *AdminJoinPartyV1Forbidden

NewAdminJoinPartyV1Forbidden creates a AdminJoinPartyV1Forbidden with default headers values

func (*AdminJoinPartyV1Forbidden) Error

func (o *AdminJoinPartyV1Forbidden) Error() string

func (*AdminJoinPartyV1Forbidden) GetPayload

func (*AdminJoinPartyV1Forbidden) ToJSONString

func (o *AdminJoinPartyV1Forbidden) ToJSONString() string

type AdminJoinPartyV1InternalServerError

type AdminJoinPartyV1InternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminJoinPartyV1InternalServerError

func NewAdminJoinPartyV1InternalServerError() *AdminJoinPartyV1InternalServerError

NewAdminJoinPartyV1InternalServerError creates a AdminJoinPartyV1InternalServerError with default headers values

func (*AdminJoinPartyV1InternalServerError) Error

func (*AdminJoinPartyV1InternalServerError) GetPayload

func (*AdminJoinPartyV1InternalServerError) ToJSONString

func (o *AdminJoinPartyV1InternalServerError) ToJSONString() string

type AdminJoinPartyV1NotFound

type AdminJoinPartyV1NotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1NotFound handles this case with default header values.

Not Found

func NewAdminJoinPartyV1NotFound

func NewAdminJoinPartyV1NotFound() *AdminJoinPartyV1NotFound

NewAdminJoinPartyV1NotFound creates a AdminJoinPartyV1NotFound with default headers values

func (*AdminJoinPartyV1NotFound) Error

func (o *AdminJoinPartyV1NotFound) Error() string

func (*AdminJoinPartyV1NotFound) GetPayload

func (*AdminJoinPartyV1NotFound) ToJSONString

func (o *AdminJoinPartyV1NotFound) ToJSONString() string

type AdminJoinPartyV1Params

type AdminJoinPartyV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string
	/*UserID
	  user ID

	*/
	UserID string

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

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

AdminJoinPartyV1Params contains all the parameters to send to the API endpoint for the admin join party v1 operation typically these are written to a http.Request

func NewAdminJoinPartyV1Params

func NewAdminJoinPartyV1Params() *AdminJoinPartyV1Params

NewAdminJoinPartyV1Params creates a new AdminJoinPartyV1Params object with the default values initialized.

func NewAdminJoinPartyV1ParamsWithContext

func NewAdminJoinPartyV1ParamsWithContext(ctx context.Context) *AdminJoinPartyV1Params

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

func NewAdminJoinPartyV1ParamsWithHTTPClient

func NewAdminJoinPartyV1ParamsWithHTTPClient(client *http.Client) *AdminJoinPartyV1Params

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

func NewAdminJoinPartyV1ParamsWithTimeout

func NewAdminJoinPartyV1ParamsWithTimeout(timeout time.Duration) *AdminJoinPartyV1Params

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

func (*AdminJoinPartyV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetContext

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

SetContext adds the context to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetFlightId

func (o *AdminJoinPartyV1Params) SetFlightId(flightId string)

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

func (*AdminJoinPartyV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetNamespace

func (o *AdminJoinPartyV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetPartyID

func (o *AdminJoinPartyV1Params) SetPartyID(partyID string)

SetPartyID adds the partyId to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin join party v1 params

func (*AdminJoinPartyV1Params) SetUserID

func (o *AdminJoinPartyV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithContext

WithContext adds the context to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithNamespace

func (o *AdminJoinPartyV1Params) WithNamespace(namespace string) *AdminJoinPartyV1Params

WithNamespace adds the namespace to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithPartyID

func (o *AdminJoinPartyV1Params) WithPartyID(partyID string) *AdminJoinPartyV1Params

WithPartyID adds the partyID to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithTimeout

WithTimeout adds the timeout to the admin join party v1 params

func (*AdminJoinPartyV1Params) WithUserID

func (o *AdminJoinPartyV1Params) WithUserID(userID string) *AdminJoinPartyV1Params

WithUserID adds the userID to the admin join party v1 params

func (*AdminJoinPartyV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminJoinPartyV1PreconditionFailed

type AdminJoinPartyV1PreconditionFailed struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1PreconditionFailed handles this case with default header values.

Precondition Failed

func NewAdminJoinPartyV1PreconditionFailed

func NewAdminJoinPartyV1PreconditionFailed() *AdminJoinPartyV1PreconditionFailed

NewAdminJoinPartyV1PreconditionFailed creates a AdminJoinPartyV1PreconditionFailed with default headers values

func (*AdminJoinPartyV1PreconditionFailed) Error

func (*AdminJoinPartyV1PreconditionFailed) GetPayload

func (*AdminJoinPartyV1PreconditionFailed) ToJSONString

func (o *AdminJoinPartyV1PreconditionFailed) ToJSONString() string

type AdminJoinPartyV1Reader

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

AdminJoinPartyV1Reader is a Reader for the AdminJoinPartyV1 structure.

func (*AdminJoinPartyV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminJoinPartyV1Unauthorized

type AdminJoinPartyV1Unauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminJoinPartyV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminJoinPartyV1Unauthorized

func NewAdminJoinPartyV1Unauthorized() *AdminJoinPartyV1Unauthorized

NewAdminJoinPartyV1Unauthorized creates a AdminJoinPartyV1Unauthorized with default headers values

func (*AdminJoinPartyV1Unauthorized) Error

func (*AdminJoinPartyV1Unauthorized) GetPayload

func (*AdminJoinPartyV1Unauthorized) ToJSONString

func (o *AdminJoinPartyV1Unauthorized) ToJSONString() string

type AdminUpdatePartyAttributesV1BadRequest

type AdminUpdatePartyAttributesV1BadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1BadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePartyAttributesV1BadRequest

func NewAdminUpdatePartyAttributesV1BadRequest() *AdminUpdatePartyAttributesV1BadRequest

NewAdminUpdatePartyAttributesV1BadRequest creates a AdminUpdatePartyAttributesV1BadRequest with default headers values

func (*AdminUpdatePartyAttributesV1BadRequest) Error

func (*AdminUpdatePartyAttributesV1BadRequest) GetPayload

func (*AdminUpdatePartyAttributesV1BadRequest) ToJSONString

type AdminUpdatePartyAttributesV1Forbidden

type AdminUpdatePartyAttributesV1Forbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1Forbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePartyAttributesV1Forbidden

func NewAdminUpdatePartyAttributesV1Forbidden() *AdminUpdatePartyAttributesV1Forbidden

NewAdminUpdatePartyAttributesV1Forbidden creates a AdminUpdatePartyAttributesV1Forbidden with default headers values

func (*AdminUpdatePartyAttributesV1Forbidden) Error

func (*AdminUpdatePartyAttributesV1Forbidden) GetPayload

func (*AdminUpdatePartyAttributesV1Forbidden) ToJSONString

type AdminUpdatePartyAttributesV1InternalServerError

type AdminUpdatePartyAttributesV1InternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePartyAttributesV1InternalServerError

func NewAdminUpdatePartyAttributesV1InternalServerError() *AdminUpdatePartyAttributesV1InternalServerError

NewAdminUpdatePartyAttributesV1InternalServerError creates a AdminUpdatePartyAttributesV1InternalServerError with default headers values

func (*AdminUpdatePartyAttributesV1InternalServerError) Error

func (*AdminUpdatePartyAttributesV1InternalServerError) GetPayload

func (*AdminUpdatePartyAttributesV1InternalServerError) ToJSONString

type AdminUpdatePartyAttributesV1NotFound

type AdminUpdatePartyAttributesV1NotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1NotFound handles this case with default header values.

Not Found

func NewAdminUpdatePartyAttributesV1NotFound

func NewAdminUpdatePartyAttributesV1NotFound() *AdminUpdatePartyAttributesV1NotFound

NewAdminUpdatePartyAttributesV1NotFound creates a AdminUpdatePartyAttributesV1NotFound with default headers values

func (*AdminUpdatePartyAttributesV1NotFound) Error

func (*AdminUpdatePartyAttributesV1NotFound) GetPayload

func (*AdminUpdatePartyAttributesV1NotFound) ToJSONString

func (o *AdminUpdatePartyAttributesV1NotFound) ToJSONString() string

type AdminUpdatePartyAttributesV1OK

type AdminUpdatePartyAttributesV1OK struct {
	Payload *lobbyclientmodels.ModelsPartyData
}

AdminUpdatePartyAttributesV1OK handles this case with default header values.

OK

func NewAdminUpdatePartyAttributesV1OK

func NewAdminUpdatePartyAttributesV1OK() *AdminUpdatePartyAttributesV1OK

NewAdminUpdatePartyAttributesV1OK creates a AdminUpdatePartyAttributesV1OK with default headers values

func (*AdminUpdatePartyAttributesV1OK) Error

func (*AdminUpdatePartyAttributesV1OK) GetPayload

func (*AdminUpdatePartyAttributesV1OK) ToJSONString

func (o *AdminUpdatePartyAttributesV1OK) ToJSONString() string

type AdminUpdatePartyAttributesV1Params

type AdminUpdatePartyAttributesV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *lobbyclientmodels.ModelsPartyPUTCustomAttributesRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

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

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

AdminUpdatePartyAttributesV1Params contains all the parameters to send to the API endpoint for the admin update party attributes v1 operation typically these are written to a http.Request

func NewAdminUpdatePartyAttributesV1Params

func NewAdminUpdatePartyAttributesV1Params() *AdminUpdatePartyAttributesV1Params

NewAdminUpdatePartyAttributesV1Params creates a new AdminUpdatePartyAttributesV1Params object with the default values initialized.

func NewAdminUpdatePartyAttributesV1ParamsWithContext

func NewAdminUpdatePartyAttributesV1ParamsWithContext(ctx context.Context) *AdminUpdatePartyAttributesV1Params

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

func NewAdminUpdatePartyAttributesV1ParamsWithHTTPClient

func NewAdminUpdatePartyAttributesV1ParamsWithHTTPClient(client *http.Client) *AdminUpdatePartyAttributesV1Params

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

func NewAdminUpdatePartyAttributesV1ParamsWithTimeout

func NewAdminUpdatePartyAttributesV1ParamsWithTimeout(timeout time.Duration) *AdminUpdatePartyAttributesV1Params

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

func (*AdminUpdatePartyAttributesV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetBody

SetBody adds the body to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetContext

SetContext adds the context to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetFlightId

func (o *AdminUpdatePartyAttributesV1Params) SetFlightId(flightId string)

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

func (*AdminUpdatePartyAttributesV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetNamespace

func (o *AdminUpdatePartyAttributesV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetPartyID

func (o *AdminUpdatePartyAttributesV1Params) SetPartyID(partyID string)

SetPartyID adds the partyId to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithBody

WithBody adds the body to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithContext

WithContext adds the context to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithNamespace

WithNamespace adds the namespace to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithPartyID

WithPartyID adds the partyID to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WithTimeout

WithTimeout adds the timeout to the admin update party attributes v1 params

func (*AdminUpdatePartyAttributesV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdatePartyAttributesV1PreconditionFailed

type AdminUpdatePartyAttributesV1PreconditionFailed struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1PreconditionFailed handles this case with default header values.

Precondition Failed

func NewAdminUpdatePartyAttributesV1PreconditionFailed

func NewAdminUpdatePartyAttributesV1PreconditionFailed() *AdminUpdatePartyAttributesV1PreconditionFailed

NewAdminUpdatePartyAttributesV1PreconditionFailed creates a AdminUpdatePartyAttributesV1PreconditionFailed with default headers values

func (*AdminUpdatePartyAttributesV1PreconditionFailed) Error

func (*AdminUpdatePartyAttributesV1PreconditionFailed) GetPayload

func (*AdminUpdatePartyAttributesV1PreconditionFailed) ToJSONString

type AdminUpdatePartyAttributesV1Reader

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

AdminUpdatePartyAttributesV1Reader is a Reader for the AdminUpdatePartyAttributesV1 structure.

func (*AdminUpdatePartyAttributesV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpdatePartyAttributesV1Unauthorized

type AdminUpdatePartyAttributesV1Unauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePartyAttributesV1Unauthorized

func NewAdminUpdatePartyAttributesV1Unauthorized() *AdminUpdatePartyAttributesV1Unauthorized

NewAdminUpdatePartyAttributesV1Unauthorized creates a AdminUpdatePartyAttributesV1Unauthorized with default headers values

func (*AdminUpdatePartyAttributesV1Unauthorized) Error

func (*AdminUpdatePartyAttributesV1Unauthorized) GetPayload

func (*AdminUpdatePartyAttributesV1Unauthorized) ToJSONString

type Client

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

Client for lobby operations API

func (*Client) AdminJoinPartyV1 deprecated

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

AdminJoinPartyV1 admin join a player into a party Admin join a player into a party.

func (*Client) AdminJoinPartyV1Short

func (a *Client) AdminJoinPartyV1Short(params *AdminJoinPartyV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminJoinPartyV1Accepted, error)

AdminJoinPartyV1Short admin join a player into a party Admin join a player into a party.

func (*Client) AdminUpdatePartyAttributesV1 deprecated

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

AdminUpdatePartyAttributesV1 admin update party attributes Update party attributes in a namespace.

func (*Client) AdminUpdatePartyAttributesV1Short

func (a *Client) AdminUpdatePartyAttributesV1Short(params *AdminUpdatePartyAttributesV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePartyAttributesV1OK, error)

AdminUpdatePartyAttributesV1Short admin update party attributes Update party attributes in a namespace.

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

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new lobby operations API client.

type PublicGetMessagesInternalServerError

type PublicGetMessagesInternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

PublicGetMessagesInternalServerError handles this case with default header values.

Internal Server Error

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 []*lobbyclientmodels.LogAppMessageDeclaration
}

PublicGetMessagesOK handles this case with default header values.

OK

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.

Jump to

Keyboard shortcuts

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