operations

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2021 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 AdminUpdatePartyAttributesV1BadRequest added in v0.7.0

type AdminUpdatePartyAttributesV1BadRequest struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1BadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePartyAttributesV1BadRequest added in v0.7.0

func NewAdminUpdatePartyAttributesV1BadRequest() *AdminUpdatePartyAttributesV1BadRequest

NewAdminUpdatePartyAttributesV1BadRequest creates a AdminUpdatePartyAttributesV1BadRequest with default headers values

func (*AdminUpdatePartyAttributesV1BadRequest) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1BadRequest) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1Forbidden added in v0.7.0

type AdminUpdatePartyAttributesV1Forbidden struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1Forbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePartyAttributesV1Forbidden added in v0.7.0

func NewAdminUpdatePartyAttributesV1Forbidden() *AdminUpdatePartyAttributesV1Forbidden

NewAdminUpdatePartyAttributesV1Forbidden creates a AdminUpdatePartyAttributesV1Forbidden with default headers values

func (*AdminUpdatePartyAttributesV1Forbidden) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1Forbidden) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1InternalServerError added in v0.7.0

type AdminUpdatePartyAttributesV1InternalServerError struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePartyAttributesV1InternalServerError added in v0.7.0

func NewAdminUpdatePartyAttributesV1InternalServerError() *AdminUpdatePartyAttributesV1InternalServerError

NewAdminUpdatePartyAttributesV1InternalServerError creates a AdminUpdatePartyAttributesV1InternalServerError with default headers values

func (*AdminUpdatePartyAttributesV1InternalServerError) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1InternalServerError) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1NotFound added in v0.7.0

type AdminUpdatePartyAttributesV1NotFound struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1NotFound handles this case with default header values.

Not Found

func NewAdminUpdatePartyAttributesV1NotFound added in v0.7.0

func NewAdminUpdatePartyAttributesV1NotFound() *AdminUpdatePartyAttributesV1NotFound

NewAdminUpdatePartyAttributesV1NotFound creates a AdminUpdatePartyAttributesV1NotFound with default headers values

func (*AdminUpdatePartyAttributesV1NotFound) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1NotFound) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1OK added in v0.7.0

type AdminUpdatePartyAttributesV1OK struct {
	Payload *lobbyclientmodels.ModelsPartyData
}

AdminUpdatePartyAttributesV1OK handles this case with default header values.

OK

func NewAdminUpdatePartyAttributesV1OK added in v0.7.0

func NewAdminUpdatePartyAttributesV1OK() *AdminUpdatePartyAttributesV1OK

NewAdminUpdatePartyAttributesV1OK creates a AdminUpdatePartyAttributesV1OK with default headers values

func (*AdminUpdatePartyAttributesV1OK) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1OK) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1Params added in v0.7.0

type AdminUpdatePartyAttributesV1Params struct {

	/*Body
	  party custom attributes

	*/
	Body *lobbyclientmodels.ModelsPartyPUTCustomAttributesRequest
	/*Namespace
	  namespace

	*/
	Namespace string
	/*PartyID
	  party ID

	*/
	PartyID string

	Context    context.Context
	HTTPClient *http.Client
	// 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 added in v0.7.0

func NewAdminUpdatePartyAttributesV1Params() *AdminUpdatePartyAttributesV1Params

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

func NewAdminUpdatePartyAttributesV1ParamsWithContext added in v0.7.0

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

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

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) SetBody added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) SetContext added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) SetHTTPClient added in v0.7.0

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

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

func (*AdminUpdatePartyAttributesV1Params) SetNamespace added in v0.7.0

func (o *AdminUpdatePartyAttributesV1Params) SetNamespace(namespace string)

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

func (*AdminUpdatePartyAttributesV1Params) SetPartyID added in v0.7.0

func (o *AdminUpdatePartyAttributesV1Params) SetPartyID(partyID string)

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

func (*AdminUpdatePartyAttributesV1Params) SetTimeout added in v0.7.0

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

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

func (*AdminUpdatePartyAttributesV1Params) WithBody added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WithContext added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WithHTTPClient added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WithNamespace added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WithPartyID added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WithTimeout added in v0.7.0

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

func (*AdminUpdatePartyAttributesV1Params) WriteToRequest added in v0.7.0

WriteToRequest writes these params to a swagger request

type AdminUpdatePartyAttributesV1PreconditionFailed added in v0.7.0

type AdminUpdatePartyAttributesV1PreconditionFailed struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1PreconditionFailed handles this case with default header values.

Precondition Failed

func NewAdminUpdatePartyAttributesV1PreconditionFailed added in v0.7.0

func NewAdminUpdatePartyAttributesV1PreconditionFailed() *AdminUpdatePartyAttributesV1PreconditionFailed

NewAdminUpdatePartyAttributesV1PreconditionFailed creates a AdminUpdatePartyAttributesV1PreconditionFailed with default headers values

func (*AdminUpdatePartyAttributesV1PreconditionFailed) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1PreconditionFailed) GetPayload added in v0.7.0

type AdminUpdatePartyAttributesV1Reader added in v0.7.0

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

AdminUpdatePartyAttributesV1Reader is a Reader for the AdminUpdatePartyAttributesV1 structure.

func (*AdminUpdatePartyAttributesV1Reader) ReadResponse added in v0.7.0

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

ReadResponse reads a server response into the received o.

type AdminUpdatePartyAttributesV1Unauthorized added in v0.7.0

type AdminUpdatePartyAttributesV1Unauthorized struct {
	Payload *lobbyclientmodels.RestapiErrorResponseBody
}

AdminUpdatePartyAttributesV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePartyAttributesV1Unauthorized added in v0.7.0

func NewAdminUpdatePartyAttributesV1Unauthorized() *AdminUpdatePartyAttributesV1Unauthorized

NewAdminUpdatePartyAttributesV1Unauthorized creates a AdminUpdatePartyAttributesV1Unauthorized with default headers values

func (*AdminUpdatePartyAttributesV1Unauthorized) Error added in v0.7.0

func (*AdminUpdatePartyAttributesV1Unauthorized) GetPayload added in v0.7.0

type Client

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

Client for operations API

func (*Client) AdminUpdatePartyAttributesV1 added in v0.7.0

  AdminUpdatePartyAttributesV1 admins update party attributes

  Required permission : <code>ADMIN:NAMESPACE:{namespace}:PARTY:STORAGE [UPDATE]</code> with scope <code>social</code>
			<br>update party attributes in a namespace.

func (*Client) AdminUpdatePartyAttributesV1Short added in v0.8.0

func (a *Client) AdminUpdatePartyAttributesV1Short(params *AdminUpdatePartyAttributesV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePartyAttributesV1OK, 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

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

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

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.

Jump to

Keyboard shortcuts

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