admin_player_record

package
v0.0.0-...-129b202 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlayerPublicRecordHandlerV1InternalServerError

type AdminDeletePlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminDeletePlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError

func NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError() *AdminDeletePlayerPublicRecordHandlerV1InternalServerError

NewAdminDeletePlayerPublicRecordHandlerV1InternalServerError creates a AdminDeletePlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminDeletePlayerPublicRecordHandlerV1InternalServerError) GetPayload

type AdminDeletePlayerPublicRecordHandlerV1NoContent

type AdminDeletePlayerPublicRecordHandlerV1NoContent struct {
}

AdminDeletePlayerPublicRecordHandlerV1NoContent handles this case with default header values.

Player public record deleted

func NewAdminDeletePlayerPublicRecordHandlerV1NoContent

func NewAdminDeletePlayerPublicRecordHandlerV1NoContent() *AdminDeletePlayerPublicRecordHandlerV1NoContent

NewAdminDeletePlayerPublicRecordHandlerV1NoContent creates a AdminDeletePlayerPublicRecordHandlerV1NoContent with default headers values

func (*AdminDeletePlayerPublicRecordHandlerV1NoContent) Error

type AdminDeletePlayerPublicRecordHandlerV1Params

type AdminDeletePlayerPublicRecordHandlerV1Params struct {

	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminDeletePlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin delete player public record handler v1 operation typically these are written to a http.Request

func NewAdminDeletePlayerPublicRecordHandlerV1Params

func NewAdminDeletePlayerPublicRecordHandlerV1Params() *AdminDeletePlayerPublicRecordHandlerV1Params

NewAdminDeletePlayerPublicRecordHandlerV1Params creates a new AdminDeletePlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminDeletePlayerPublicRecordHandlerV1Params

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

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminDeletePlayerPublicRecordHandlerV1Params

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

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminDeletePlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminDeletePlayerPublicRecordHandlerV1Params

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

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminDeletePlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin delete player public record handler v1 params

func (*AdminDeletePlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayerPublicRecordHandlerV1Reader

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

AdminDeletePlayerPublicRecordHandlerV1Reader is a Reader for the AdminDeletePlayerPublicRecordHandlerV1 structure.

func (*AdminDeletePlayerPublicRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlayerRecordHandlerV1InternalServerError

type AdminDeletePlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminDeletePlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlayerRecordHandlerV1InternalServerError

func NewAdminDeletePlayerRecordHandlerV1InternalServerError() *AdminDeletePlayerRecordHandlerV1InternalServerError

NewAdminDeletePlayerRecordHandlerV1InternalServerError creates a AdminDeletePlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminDeletePlayerRecordHandlerV1InternalServerError) Error

func (*AdminDeletePlayerRecordHandlerV1InternalServerError) GetPayload

type AdminDeletePlayerRecordHandlerV1NoContent

type AdminDeletePlayerRecordHandlerV1NoContent struct {
}

AdminDeletePlayerRecordHandlerV1NoContent handles this case with default header values.

Record in user-level saved

func NewAdminDeletePlayerRecordHandlerV1NoContent

func NewAdminDeletePlayerRecordHandlerV1NoContent() *AdminDeletePlayerRecordHandlerV1NoContent

NewAdminDeletePlayerRecordHandlerV1NoContent creates a AdminDeletePlayerRecordHandlerV1NoContent with default headers values

func (*AdminDeletePlayerRecordHandlerV1NoContent) Error

type AdminDeletePlayerRecordHandlerV1Params

type AdminDeletePlayerRecordHandlerV1Params struct {

	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminDeletePlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin delete player record handler v1 operation typically these are written to a http.Request

func NewAdminDeletePlayerRecordHandlerV1Params

func NewAdminDeletePlayerRecordHandlerV1Params() *AdminDeletePlayerRecordHandlerV1Params

NewAdminDeletePlayerRecordHandlerV1Params creates a new AdminDeletePlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminDeletePlayerRecordHandlerV1ParamsWithContext

func NewAdminDeletePlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminDeletePlayerRecordHandlerV1Params

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

func NewAdminDeletePlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminDeletePlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminDeletePlayerRecordHandlerV1Params

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

func NewAdminDeletePlayerRecordHandlerV1ParamsWithTimeout

func NewAdminDeletePlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminDeletePlayerRecordHandlerV1Params

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

func (*AdminDeletePlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetNamespace

func (o *AdminDeletePlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) SetUserID

func (o *AdminDeletePlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin delete player record handler v1 params

func (*AdminDeletePlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayerRecordHandlerV1Reader

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

AdminDeletePlayerRecordHandlerV1Reader is a Reader for the AdminDeletePlayerRecordHandlerV1 structure.

func (*AdminDeletePlayerRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlayerPublicRecordHandlerV1Default

type AdminGetPlayerPublicRecordHandlerV1Default struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecord
	// contains filtered or unexported fields
}

AdminGetPlayerPublicRecordHandlerV1Default handles this case with default header values.

AdminGetPlayerPublicRecordHandlerV1Default admin get player public record handler v1 default

func NewAdminGetPlayerPublicRecordHandlerV1Default

func NewAdminGetPlayerPublicRecordHandlerV1Default(code int) *AdminGetPlayerPublicRecordHandlerV1Default

NewAdminGetPlayerPublicRecordHandlerV1Default creates a AdminGetPlayerPublicRecordHandlerV1Default with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1Default) Code

Code gets the status code for the admin get player public record handler v1 default response

func (*AdminGetPlayerPublicRecordHandlerV1Default) Error

func (*AdminGetPlayerPublicRecordHandlerV1Default) GetPayload

type AdminGetPlayerPublicRecordHandlerV1InternalServerError

type AdminGetPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminGetPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayerPublicRecordHandlerV1InternalServerError

func NewAdminGetPlayerPublicRecordHandlerV1InternalServerError() *AdminGetPlayerPublicRecordHandlerV1InternalServerError

NewAdminGetPlayerPublicRecordHandlerV1InternalServerError creates a AdminGetPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminGetPlayerPublicRecordHandlerV1InternalServerError) GetPayload

type AdminGetPlayerPublicRecordHandlerV1NotFound

type AdminGetPlayerPublicRecordHandlerV1NotFound struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminGetPlayerPublicRecordHandlerV1NotFound handles this case with default header values.

Not Found

func NewAdminGetPlayerPublicRecordHandlerV1NotFound

func NewAdminGetPlayerPublicRecordHandlerV1NotFound() *AdminGetPlayerPublicRecordHandlerV1NotFound

NewAdminGetPlayerPublicRecordHandlerV1NotFound creates a AdminGetPlayerPublicRecordHandlerV1NotFound with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1NotFound) Error

func (*AdminGetPlayerPublicRecordHandlerV1NotFound) GetPayload

type AdminGetPlayerPublicRecordHandlerV1OK

type AdminGetPlayerPublicRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecord
}

AdminGetPlayerPublicRecordHandlerV1OK handles this case with default header values.

Player public record value retrieved

func NewAdminGetPlayerPublicRecordHandlerV1OK

func NewAdminGetPlayerPublicRecordHandlerV1OK() *AdminGetPlayerPublicRecordHandlerV1OK

NewAdminGetPlayerPublicRecordHandlerV1OK creates a AdminGetPlayerPublicRecordHandlerV1OK with default headers values

func (*AdminGetPlayerPublicRecordHandlerV1OK) Error

func (*AdminGetPlayerPublicRecordHandlerV1OK) GetPayload

type AdminGetPlayerPublicRecordHandlerV1Params

type AdminGetPlayerPublicRecordHandlerV1Params struct {

	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminGetPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin get player public record handler v1 operation typically these are written to a http.Request

func NewAdminGetPlayerPublicRecordHandlerV1Params

func NewAdminGetPlayerPublicRecordHandlerV1Params() *AdminGetPlayerPublicRecordHandlerV1Params

NewAdminGetPlayerPublicRecordHandlerV1Params creates a new AdminGetPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminGetPlayerPublicRecordHandlerV1Params

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

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerPublicRecordHandlerV1Params

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

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminGetPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerPublicRecordHandlerV1Params

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

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminGetPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin get player public record handler v1 params

func (*AdminGetPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayerPublicRecordHandlerV1Reader

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

AdminGetPlayerPublicRecordHandlerV1Reader is a Reader for the AdminGetPlayerPublicRecordHandlerV1 structure.

func (*AdminGetPlayerPublicRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlayerRecordHandlerV1Default

type AdminGetPlayerRecordHandlerV1Default struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecord
	// contains filtered or unexported fields
}

AdminGetPlayerRecordHandlerV1Default handles this case with default header values.

Record in user-level retrieved

func NewAdminGetPlayerRecordHandlerV1Default

func NewAdminGetPlayerRecordHandlerV1Default(code int) *AdminGetPlayerRecordHandlerV1Default

NewAdminGetPlayerRecordHandlerV1Default creates a AdminGetPlayerRecordHandlerV1Default with default headers values

func (*AdminGetPlayerRecordHandlerV1Default) Code

Code gets the status code for the admin get player record handler v1 default response

func (*AdminGetPlayerRecordHandlerV1Default) Error

func (*AdminGetPlayerRecordHandlerV1Default) GetPayload

type AdminGetPlayerRecordHandlerV1InternalServerError

type AdminGetPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminGetPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayerRecordHandlerV1InternalServerError

func NewAdminGetPlayerRecordHandlerV1InternalServerError() *AdminGetPlayerRecordHandlerV1InternalServerError

NewAdminGetPlayerRecordHandlerV1InternalServerError creates a AdminGetPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminGetPlayerRecordHandlerV1InternalServerError) Error

func (*AdminGetPlayerRecordHandlerV1InternalServerError) GetPayload

type AdminGetPlayerRecordHandlerV1OK

type AdminGetPlayerRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsPlayerRecord
}

AdminGetPlayerRecordHandlerV1OK handles this case with default header values.

Record in user-level retrieved

func NewAdminGetPlayerRecordHandlerV1OK

func NewAdminGetPlayerRecordHandlerV1OK() *AdminGetPlayerRecordHandlerV1OK

NewAdminGetPlayerRecordHandlerV1OK creates a AdminGetPlayerRecordHandlerV1OK with default headers values

func (*AdminGetPlayerRecordHandlerV1OK) Error

func (*AdminGetPlayerRecordHandlerV1OK) GetPayload

type AdminGetPlayerRecordHandlerV1Params

type AdminGetPlayerRecordHandlerV1Params struct {

	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminGetPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin get player record handler v1 operation typically these are written to a http.Request

func NewAdminGetPlayerRecordHandlerV1Params

func NewAdminGetPlayerRecordHandlerV1Params() *AdminGetPlayerRecordHandlerV1Params

NewAdminGetPlayerRecordHandlerV1Params creates a new AdminGetPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminGetPlayerRecordHandlerV1ParamsWithContext

func NewAdminGetPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminGetPlayerRecordHandlerV1Params

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

func NewAdminGetPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminGetPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminGetPlayerRecordHandlerV1Params

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

func NewAdminGetPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminGetPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminGetPlayerRecordHandlerV1Params

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

func (*AdminGetPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminGetPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) SetUserID

func (o *AdminGetPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin get player record handler v1 params

func (*AdminGetPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayerRecordHandlerV1Reader

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

AdminGetPlayerRecordHandlerV1Reader is a Reader for the AdminGetPlayerRecordHandlerV1 structure.

func (*AdminGetPlayerRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPostPlayerPublicRecordHandlerV1BadRequest

type AdminPostPlayerPublicRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPostPlayerPublicRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewAdminPostPlayerPublicRecordHandlerV1BadRequest

func NewAdminPostPlayerPublicRecordHandlerV1BadRequest() *AdminPostPlayerPublicRecordHandlerV1BadRequest

NewAdminPostPlayerPublicRecordHandlerV1BadRequest creates a AdminPostPlayerPublicRecordHandlerV1BadRequest with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1BadRequest) Error

func (*AdminPostPlayerPublicRecordHandlerV1BadRequest) GetPayload

type AdminPostPlayerPublicRecordHandlerV1Default

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

AdminPostPlayerPublicRecordHandlerV1Default handles this case with default header values.

AdminPostPlayerPublicRecordHandlerV1Default admin post player public record handler v1 default

func NewAdminPostPlayerPublicRecordHandlerV1Default

func NewAdminPostPlayerPublicRecordHandlerV1Default(code int) *AdminPostPlayerPublicRecordHandlerV1Default

NewAdminPostPlayerPublicRecordHandlerV1Default creates a AdminPostPlayerPublicRecordHandlerV1Default with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1Default) Code

Code gets the status code for the admin post player public record handler v1 default response

func (*AdminPostPlayerPublicRecordHandlerV1Default) Error

type AdminPostPlayerPublicRecordHandlerV1InternalServerError

type AdminPostPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPostPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPostPlayerPublicRecordHandlerV1InternalServerError

func NewAdminPostPlayerPublicRecordHandlerV1InternalServerError() *AdminPostPlayerPublicRecordHandlerV1InternalServerError

NewAdminPostPlayerPublicRecordHandlerV1InternalServerError creates a AdminPostPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminPostPlayerPublicRecordHandlerV1InternalServerError) GetPayload

type AdminPostPlayerPublicRecordHandlerV1OK

type AdminPostPlayerPublicRecordHandlerV1OK struct {
}

AdminPostPlayerPublicRecordHandlerV1OK handles this case with default header values.

User level records saved

func NewAdminPostPlayerPublicRecordHandlerV1OK

func NewAdminPostPlayerPublicRecordHandlerV1OK() *AdminPostPlayerPublicRecordHandlerV1OK

NewAdminPostPlayerPublicRecordHandlerV1OK creates a AdminPostPlayerPublicRecordHandlerV1OK with default headers values

func (*AdminPostPlayerPublicRecordHandlerV1OK) Error

type AdminPostPlayerPublicRecordHandlerV1Params

type AdminPostPlayerPublicRecordHandlerV1Params struct {

	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminPostPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin post player public record handler v1 operation typically these are written to a http.Request

func NewAdminPostPlayerPublicRecordHandlerV1Params

func NewAdminPostPlayerPublicRecordHandlerV1Params() *AdminPostPlayerPublicRecordHandlerV1Params

NewAdminPostPlayerPublicRecordHandlerV1Params creates a new AdminPostPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPostPlayerPublicRecordHandlerV1Params

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

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerPublicRecordHandlerV1Params

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

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminPostPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerPublicRecordHandlerV1Params

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

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetBody

SetBody adds the body to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminPostPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithBody

WithBody adds the body to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin post player public record handler v1 params

func (*AdminPostPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerPublicRecordHandlerV1Reader

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

AdminPostPlayerPublicRecordHandlerV1Reader is a Reader for the AdminPostPlayerPublicRecordHandlerV1 structure.

func (*AdminPostPlayerPublicRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPostPlayerRecordHandlerV1Default

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

AdminPostPlayerRecordHandlerV1Default handles this case with default header values.

Record in user-level saved

func NewAdminPostPlayerRecordHandlerV1Default

func NewAdminPostPlayerRecordHandlerV1Default(code int) *AdminPostPlayerRecordHandlerV1Default

NewAdminPostPlayerRecordHandlerV1Default creates a AdminPostPlayerRecordHandlerV1Default with default headers values

func (*AdminPostPlayerRecordHandlerV1Default) Code

Code gets the status code for the admin post player record handler v1 default response

func (*AdminPostPlayerRecordHandlerV1Default) Error

type AdminPostPlayerRecordHandlerV1InternalServerError

type AdminPostPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPostPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPostPlayerRecordHandlerV1InternalServerError

func NewAdminPostPlayerRecordHandlerV1InternalServerError() *AdminPostPlayerRecordHandlerV1InternalServerError

NewAdminPostPlayerRecordHandlerV1InternalServerError creates a AdminPostPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminPostPlayerRecordHandlerV1InternalServerError) Error

func (*AdminPostPlayerRecordHandlerV1InternalServerError) GetPayload

type AdminPostPlayerRecordHandlerV1OK

type AdminPostPlayerRecordHandlerV1OK struct {
}

AdminPostPlayerRecordHandlerV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPostPlayerRecordHandlerV1OK

func NewAdminPostPlayerRecordHandlerV1OK() *AdminPostPlayerRecordHandlerV1OK

NewAdminPostPlayerRecordHandlerV1OK creates a AdminPostPlayerRecordHandlerV1OK with default headers values

func (*AdminPostPlayerRecordHandlerV1OK) Error

type AdminPostPlayerRecordHandlerV1Params

type AdminPostPlayerRecordHandlerV1Params struct {

	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminPostPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin post player record handler v1 operation typically these are written to a http.Request

func NewAdminPostPlayerRecordHandlerV1Params

func NewAdminPostPlayerRecordHandlerV1Params() *AdminPostPlayerRecordHandlerV1Params

NewAdminPostPlayerRecordHandlerV1Params creates a new AdminPostPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminPostPlayerRecordHandlerV1ParamsWithContext

func NewAdminPostPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPostPlayerRecordHandlerV1Params

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

func NewAdminPostPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminPostPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPostPlayerRecordHandlerV1Params

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

func NewAdminPostPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminPostPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPostPlayerRecordHandlerV1Params

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

func (*AdminPostPlayerRecordHandlerV1Params) SetBody

SetBody adds the body to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminPostPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) SetUserID

func (o *AdminPostPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithBody

WithBody adds the body to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin post player record handler v1 params

func (*AdminPostPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPostPlayerRecordHandlerV1Reader

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

AdminPostPlayerRecordHandlerV1Reader is a Reader for the AdminPostPlayerRecordHandlerV1 structure.

func (*AdminPostPlayerRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPutPlayerPublicRecordHandlerV1BadRequest

type AdminPutPlayerPublicRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPutPlayerPublicRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewAdminPutPlayerPublicRecordHandlerV1BadRequest

func NewAdminPutPlayerPublicRecordHandlerV1BadRequest() *AdminPutPlayerPublicRecordHandlerV1BadRequest

NewAdminPutPlayerPublicRecordHandlerV1BadRequest creates a AdminPutPlayerPublicRecordHandlerV1BadRequest with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1BadRequest) Error

func (*AdminPutPlayerPublicRecordHandlerV1BadRequest) GetPayload

type AdminPutPlayerPublicRecordHandlerV1Default

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

AdminPutPlayerPublicRecordHandlerV1Default handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerPublicRecordHandlerV1Default

func NewAdminPutPlayerPublicRecordHandlerV1Default(code int) *AdminPutPlayerPublicRecordHandlerV1Default

NewAdminPutPlayerPublicRecordHandlerV1Default creates a AdminPutPlayerPublicRecordHandlerV1Default with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1Default) Code

Code gets the status code for the admin put player public record handler v1 default response

func (*AdminPutPlayerPublicRecordHandlerV1Default) Error

type AdminPutPlayerPublicRecordHandlerV1InternalServerError

type AdminPutPlayerPublicRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPutPlayerPublicRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPutPlayerPublicRecordHandlerV1InternalServerError

func NewAdminPutPlayerPublicRecordHandlerV1InternalServerError() *AdminPutPlayerPublicRecordHandlerV1InternalServerError

NewAdminPutPlayerPublicRecordHandlerV1InternalServerError creates a AdminPutPlayerPublicRecordHandlerV1InternalServerError with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1InternalServerError) Error

func (*AdminPutPlayerPublicRecordHandlerV1InternalServerError) GetPayload

type AdminPutPlayerPublicRecordHandlerV1OK

type AdminPutPlayerPublicRecordHandlerV1OK struct {
}

AdminPutPlayerPublicRecordHandlerV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerPublicRecordHandlerV1OK

func NewAdminPutPlayerPublicRecordHandlerV1OK() *AdminPutPlayerPublicRecordHandlerV1OK

NewAdminPutPlayerPublicRecordHandlerV1OK creates a AdminPutPlayerPublicRecordHandlerV1OK with default headers values

func (*AdminPutPlayerPublicRecordHandlerV1OK) Error

type AdminPutPlayerPublicRecordHandlerV1Params

type AdminPutPlayerPublicRecordHandlerV1Params struct {

	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminPutPlayerPublicRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin put player public record handler v1 operation typically these are written to a http.Request

func NewAdminPutPlayerPublicRecordHandlerV1Params

func NewAdminPutPlayerPublicRecordHandlerV1Params() *AdminPutPlayerPublicRecordHandlerV1Params

NewAdminPutPlayerPublicRecordHandlerV1Params creates a new AdminPutPlayerPublicRecordHandlerV1Params object with the default values initialized.

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithContext

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPutPlayerPublicRecordHandlerV1Params

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

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithHTTPClient

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerPublicRecordHandlerV1Params

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

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithTimeout

func NewAdminPutPlayerPublicRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerPublicRecordHandlerV1Params

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

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetBody

SetBody adds the body to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetContext

SetContext adds the context to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetKey

SetKey adds the key to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetNamespace

func (o *AdminPutPlayerPublicRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetTimeout

SetTimeout adds the timeout to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) SetUserID

SetUserID adds the userId to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithBody

WithBody adds the body to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithContext

WithContext adds the context to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithKey

WithKey adds the key to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin put player public record handler v1 params

func (*AdminPutPlayerPublicRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerPublicRecordHandlerV1Reader

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

AdminPutPlayerPublicRecordHandlerV1Reader is a Reader for the AdminPutPlayerPublicRecordHandlerV1 structure.

func (*AdminPutPlayerPublicRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminPutPlayerRecordHandlerV1Default

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

AdminPutPlayerRecordHandlerV1Default handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerRecordHandlerV1Default

func NewAdminPutPlayerRecordHandlerV1Default(code int) *AdminPutPlayerRecordHandlerV1Default

NewAdminPutPlayerRecordHandlerV1Default creates a AdminPutPlayerRecordHandlerV1Default with default headers values

func (*AdminPutPlayerRecordHandlerV1Default) Code

Code gets the status code for the admin put player record handler v1 default response

func (*AdminPutPlayerRecordHandlerV1Default) Error

type AdminPutPlayerRecordHandlerV1InternalServerError

type AdminPutPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

AdminPutPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminPutPlayerRecordHandlerV1InternalServerError

func NewAdminPutPlayerRecordHandlerV1InternalServerError() *AdminPutPlayerRecordHandlerV1InternalServerError

NewAdminPutPlayerRecordHandlerV1InternalServerError creates a AdminPutPlayerRecordHandlerV1InternalServerError with default headers values

func (*AdminPutPlayerRecordHandlerV1InternalServerError) Error

func (*AdminPutPlayerRecordHandlerV1InternalServerError) GetPayload

type AdminPutPlayerRecordHandlerV1OK

type AdminPutPlayerRecordHandlerV1OK struct {
}

AdminPutPlayerRecordHandlerV1OK handles this case with default header values.

Record in user-level saved

func NewAdminPutPlayerRecordHandlerV1OK

func NewAdminPutPlayerRecordHandlerV1OK() *AdminPutPlayerRecordHandlerV1OK

NewAdminPutPlayerRecordHandlerV1OK creates a AdminPutPlayerRecordHandlerV1OK with default headers values

func (*AdminPutPlayerRecordHandlerV1OK) Error

type AdminPutPlayerRecordHandlerV1Params

type AdminPutPlayerRecordHandlerV1Params struct {

	/*Body*/
	Body cloudsaveclientmodels.ModelsPlayerRecordRequest
	/*Key
	  key of record

	*/
	Key string
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  user ID who own the record

	*/
	UserID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AdminPutPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the admin put player record handler v1 operation typically these are written to a http.Request

func NewAdminPutPlayerRecordHandlerV1Params

func NewAdminPutPlayerRecordHandlerV1Params() *AdminPutPlayerRecordHandlerV1Params

NewAdminPutPlayerRecordHandlerV1Params creates a new AdminPutPlayerRecordHandlerV1Params object with the default values initialized.

func NewAdminPutPlayerRecordHandlerV1ParamsWithContext

func NewAdminPutPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *AdminPutPlayerRecordHandlerV1Params

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

func NewAdminPutPlayerRecordHandlerV1ParamsWithHTTPClient

func NewAdminPutPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *AdminPutPlayerRecordHandlerV1Params

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

func NewAdminPutPlayerRecordHandlerV1ParamsWithTimeout

func NewAdminPutPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *AdminPutPlayerRecordHandlerV1Params

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

func (*AdminPutPlayerRecordHandlerV1Params) SetBody

SetBody adds the body to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetContext

SetContext adds the context to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetKey

SetKey adds the key to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetNamespace

func (o *AdminPutPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetTimeout

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

SetTimeout adds the timeout to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) SetUserID

func (o *AdminPutPlayerRecordHandlerV1Params) SetUserID(userID string)

SetUserID adds the userId to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithBody

WithBody adds the body to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithKey

WithKey adds the key to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WithUserID

WithUserID adds the userID to the admin put player record handler v1 params

func (*AdminPutPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminPutPlayerRecordHandlerV1Reader

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

AdminPutPlayerRecordHandlerV1Reader is a Reader for the AdminPutPlayerRecordHandlerV1 structure.

func (*AdminPutPlayerRecordHandlerV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for admin player record API

func (*Client) AdminDeletePlayerPublicRecordHandlerV1

AdminDeletePlayerPublicRecordHandlerV1 deletes player public record based on its key

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [DELETE]

Required scope: social

Delete a public record (arbitrary JSON data) in user-level with given key.

func (*Client) AdminDeletePlayerRecordHandlerV1

AdminDeletePlayerRecordHandlerV1 purges player record based on its key

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [DELETE]

Required scope: social

Delete a record (arbitrary JSON data) in user-level with given key. It will delete the record whether it's private or public record.

func (*Client) AdminGetPlayerPublicRecordHandlerV1

AdminGetPlayerPublicRecordHandlerV1 retrieves a player public record value by its key

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [READ]

Required scope: social

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminGetPlayerRecordHandlerV1

AdminGetPlayerRecordHandlerV1 retrieves a record value by its key

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [READ]

Required scope: social

Get a record in user-level (arbitrary JSON data) by its key.

func (*Client) AdminPostPlayerPublicRecordHandlerV1

AdminPostPlayerPublicRecordHandlerV1 saves user level record

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [CREATE]

Required scope: social

Save a record (arbitrary JSON data) in user-level. If a record already exist with given record key, this endpoint will try to merge. Same top level key inside body will be replaced, different top level key will be appended. Record saved will be a public record. If existing record is not public (is_public false) then this endpoint won't make it public.

func (*Client) AdminPostPlayerRecordHandlerV1

AdminPostPlayerRecordHandlerV1 saves user level record

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [CREATE]

Required scope: social

Save a record (arbitrary JSON data) in user-level. If a record already exist with given record key, this endpoint will try to merge. Same top level key inside body will be replaced, different top level key will be appended. Record saved will be a private record.

func (*Client) AdminPutPlayerPublicRecordHandlerV1

AdminPutPlayerPublicRecordHandlerV1 creates or replace player record

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:PUBLIC:CLOUDSAVE:RECORD [UPDATE]

Required scope: social

Save a record (arbitrary JSON data) in user-level. If a record already exist with given key, this endpoint will replace the record. Record saved will be a public record.

func (*Client) AdminPutPlayerRecordHandlerV1

AdminPutPlayerRecordHandlerV1 creates or replace player record

Required permission: ADMIN:NAMESPACE:{namespace}:USER:{userId}:CLOUDSAVE:RECORD [UPDATE]

Required scope: social

Save a record (arbitrary JSON data) in user-level. If a record already exist with given key, this endpoint will replace the record. Record saved will be a private record.

func (*Client) ListPlayerRecordHandlerV1

ListPlayerRecordHandlerV1 retrieves list of public player records

Required permission: ADMIN:NAMESPACE:{namespace}:CLOUDSAVE:RECORD [READ]

Required scope: social

Retrieve list of player records key and userID under given namespace.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminDeletePlayerPublicRecordHandlerV1(params *AdminDeletePlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerPublicRecordHandlerV1NoContent, *AdminDeletePlayerPublicRecordHandlerV1InternalServerError, error)

	AdminDeletePlayerRecordHandlerV1(params *AdminDeletePlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayerRecordHandlerV1NoContent, *AdminDeletePlayerRecordHandlerV1InternalServerError, error)

	AdminGetPlayerPublicRecordHandlerV1(params *AdminGetPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerPublicRecordHandlerV1OK, *AdminGetPlayerPublicRecordHandlerV1NotFound, *AdminGetPlayerPublicRecordHandlerV1InternalServerError, error)

	AdminGetPlayerRecordHandlerV1(params *AdminGetPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayerRecordHandlerV1OK, *AdminGetPlayerRecordHandlerV1InternalServerError, error)

	AdminPostPlayerPublicRecordHandlerV1(params *AdminPostPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerPublicRecordHandlerV1OK, *AdminPostPlayerPublicRecordHandlerV1BadRequest, *AdminPostPlayerPublicRecordHandlerV1InternalServerError, error)

	AdminPostPlayerRecordHandlerV1(params *AdminPostPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPostPlayerRecordHandlerV1OK, *AdminPostPlayerRecordHandlerV1InternalServerError, error)

	AdminPutPlayerPublicRecordHandlerV1(params *AdminPutPlayerPublicRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerPublicRecordHandlerV1OK, *AdminPutPlayerPublicRecordHandlerV1BadRequest, *AdminPutPlayerPublicRecordHandlerV1InternalServerError, error)

	AdminPutPlayerRecordHandlerV1(params *AdminPutPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*AdminPutPlayerRecordHandlerV1OK, *AdminPutPlayerRecordHandlerV1InternalServerError, error)

	ListPlayerRecordHandlerV1(params *ListPlayerRecordHandlerV1Params, authInfo runtime.ClientAuthInfoWriter) (*ListPlayerRecordHandlerV1OK, *ListPlayerRecordHandlerV1BadRequest, *ListPlayerRecordHandlerV1InternalServerError, 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 admin player record API client.

type ListPlayerRecordHandlerV1BadRequest

type ListPlayerRecordHandlerV1BadRequest struct {
	Payload *cloudsaveclientmodels.ResponseError
}

ListPlayerRecordHandlerV1BadRequest handles this case with default header values.

Bad Request

func NewListPlayerRecordHandlerV1BadRequest

func NewListPlayerRecordHandlerV1BadRequest() *ListPlayerRecordHandlerV1BadRequest

NewListPlayerRecordHandlerV1BadRequest creates a ListPlayerRecordHandlerV1BadRequest with default headers values

func (*ListPlayerRecordHandlerV1BadRequest) Error

func (*ListPlayerRecordHandlerV1BadRequest) GetPayload

type ListPlayerRecordHandlerV1Default

type ListPlayerRecordHandlerV1Default struct {
	Payload *cloudsaveclientmodels.ModelsListPlayerRecordKeys
	// contains filtered or unexported fields
}

ListPlayerRecordHandlerV1Default handles this case with default header values.

ListPlayerRecordHandlerV1Default list player record handler v1 default

func NewListPlayerRecordHandlerV1Default

func NewListPlayerRecordHandlerV1Default(code int) *ListPlayerRecordHandlerV1Default

NewListPlayerRecordHandlerV1Default creates a ListPlayerRecordHandlerV1Default with default headers values

func (*ListPlayerRecordHandlerV1Default) Code

Code gets the status code for the list player record handler v1 default response

func (*ListPlayerRecordHandlerV1Default) Error

func (*ListPlayerRecordHandlerV1Default) GetPayload

type ListPlayerRecordHandlerV1InternalServerError

type ListPlayerRecordHandlerV1InternalServerError struct {
	Payload *cloudsaveclientmodels.ResponseError
}

ListPlayerRecordHandlerV1InternalServerError handles this case with default header values.

Internal Server Error

func NewListPlayerRecordHandlerV1InternalServerError

func NewListPlayerRecordHandlerV1InternalServerError() *ListPlayerRecordHandlerV1InternalServerError

NewListPlayerRecordHandlerV1InternalServerError creates a ListPlayerRecordHandlerV1InternalServerError with default headers values

func (*ListPlayerRecordHandlerV1InternalServerError) Error

func (*ListPlayerRecordHandlerV1InternalServerError) GetPayload

type ListPlayerRecordHandlerV1OK

type ListPlayerRecordHandlerV1OK struct {
	Payload *cloudsaveclientmodels.ModelsListPlayerRecordKeys
}

ListPlayerRecordHandlerV1OK handles this case with default header values.

Public player records retrieved

func NewListPlayerRecordHandlerV1OK

func NewListPlayerRecordHandlerV1OK() *ListPlayerRecordHandlerV1OK

NewListPlayerRecordHandlerV1OK creates a ListPlayerRecordHandlerV1OK with default headers values

func (*ListPlayerRecordHandlerV1OK) Error

func (*ListPlayerRecordHandlerV1OK) GetPayload

type ListPlayerRecordHandlerV1Params

type ListPlayerRecordHandlerV1Params struct {

	/*Limit
	  limit

	*/
	Limit *int64
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Offset
	  offset

	*/
	Offset *int64
	/*Query
	  query, search player records by key or userID

	*/
	Query *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListPlayerRecordHandlerV1Params contains all the parameters to send to the API endpoint for the list player record handler v1 operation typically these are written to a http.Request

func NewListPlayerRecordHandlerV1Params

func NewListPlayerRecordHandlerV1Params() *ListPlayerRecordHandlerV1Params

NewListPlayerRecordHandlerV1Params creates a new ListPlayerRecordHandlerV1Params object with the default values initialized.

func NewListPlayerRecordHandlerV1ParamsWithContext

func NewListPlayerRecordHandlerV1ParamsWithContext(ctx context.Context) *ListPlayerRecordHandlerV1Params

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

func NewListPlayerRecordHandlerV1ParamsWithHTTPClient

func NewListPlayerRecordHandlerV1ParamsWithHTTPClient(client *http.Client) *ListPlayerRecordHandlerV1Params

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

func NewListPlayerRecordHandlerV1ParamsWithTimeout

func NewListPlayerRecordHandlerV1ParamsWithTimeout(timeout time.Duration) *ListPlayerRecordHandlerV1Params

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

func (*ListPlayerRecordHandlerV1Params) SetContext

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

SetContext adds the context to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetLimit

func (o *ListPlayerRecordHandlerV1Params) SetLimit(limit *int64)

SetLimit adds the limit to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetNamespace

func (o *ListPlayerRecordHandlerV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetOffset

func (o *ListPlayerRecordHandlerV1Params) SetOffset(offset *int64)

SetOffset adds the offset to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetQuery

func (o *ListPlayerRecordHandlerV1Params) SetQuery(query *string)

SetQuery adds the query to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) SetTimeout

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

SetTimeout adds the timeout to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithContext

WithContext adds the context to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithLimit

WithLimit adds the limit to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithNamespace

WithNamespace adds the namespace to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithOffset

WithOffset adds the offset to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithQuery

WithQuery adds the query to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WithTimeout

WithTimeout adds the timeout to the list player record handler v1 params

func (*ListPlayerRecordHandlerV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPlayerRecordHandlerV1Reader

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

ListPlayerRecordHandlerV1Reader is a Reader for the ListPlayerRecordHandlerV1 structure.

func (*ListPlayerRecordHandlerV1Reader) ReadResponse

func (o *ListPlayerRecordHandlerV1Reader) 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