anonymization

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 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 AdminAnonymizeUserLeaderboardAdminV1Forbidden

type AdminAnonymizeUserLeaderboardAdminV1Forbidden struct {
	Payload *leaderboardclientmodels.ResponseErrorResponse
}

AdminAnonymizeUserLeaderboardAdminV1Forbidden handles this case with default header values.

Forbidden

func NewAdminAnonymizeUserLeaderboardAdminV1Forbidden

func NewAdminAnonymizeUserLeaderboardAdminV1Forbidden() *AdminAnonymizeUserLeaderboardAdminV1Forbidden

NewAdminAnonymizeUserLeaderboardAdminV1Forbidden creates a AdminAnonymizeUserLeaderboardAdminV1Forbidden with default headers values

func (*AdminAnonymizeUserLeaderboardAdminV1Forbidden) Error

func (*AdminAnonymizeUserLeaderboardAdminV1Forbidden) GetPayload

func (*AdminAnonymizeUserLeaderboardAdminV1Forbidden) ToJSONString

type AdminAnonymizeUserLeaderboardAdminV1InternalServerError

type AdminAnonymizeUserLeaderboardAdminV1InternalServerError struct {
	Payload *leaderboardclientmodels.ResponseErrorResponse
}

AdminAnonymizeUserLeaderboardAdminV1InternalServerError handles this case with default header values.

Internal Server Error

func NewAdminAnonymizeUserLeaderboardAdminV1InternalServerError

func NewAdminAnonymizeUserLeaderboardAdminV1InternalServerError() *AdminAnonymizeUserLeaderboardAdminV1InternalServerError

NewAdminAnonymizeUserLeaderboardAdminV1InternalServerError creates a AdminAnonymizeUserLeaderboardAdminV1InternalServerError with default headers values

func (*AdminAnonymizeUserLeaderboardAdminV1InternalServerError) Error

func (*AdminAnonymizeUserLeaderboardAdminV1InternalServerError) GetPayload

func (*AdminAnonymizeUserLeaderboardAdminV1InternalServerError) ToJSONString

type AdminAnonymizeUserLeaderboardAdminV1NoContent

type AdminAnonymizeUserLeaderboardAdminV1NoContent struct {
}

AdminAnonymizeUserLeaderboardAdminV1NoContent handles this case with default header values.

No Content

func NewAdminAnonymizeUserLeaderboardAdminV1NoContent

func NewAdminAnonymizeUserLeaderboardAdminV1NoContent() *AdminAnonymizeUserLeaderboardAdminV1NoContent

NewAdminAnonymizeUserLeaderboardAdminV1NoContent creates a AdminAnonymizeUserLeaderboardAdminV1NoContent with default headers values

func (*AdminAnonymizeUserLeaderboardAdminV1NoContent) Error

type AdminAnonymizeUserLeaderboardAdminV1NotFound

type AdminAnonymizeUserLeaderboardAdminV1NotFound struct {
	Payload *leaderboardclientmodels.ResponseErrorResponse
}

AdminAnonymizeUserLeaderboardAdminV1NotFound handles this case with default header values.

Not Found

func NewAdminAnonymizeUserLeaderboardAdminV1NotFound

func NewAdminAnonymizeUserLeaderboardAdminV1NotFound() *AdminAnonymizeUserLeaderboardAdminV1NotFound

NewAdminAnonymizeUserLeaderboardAdminV1NotFound creates a AdminAnonymizeUserLeaderboardAdminV1NotFound with default headers values

func (*AdminAnonymizeUserLeaderboardAdminV1NotFound) Error

func (*AdminAnonymizeUserLeaderboardAdminV1NotFound) GetPayload

func (*AdminAnonymizeUserLeaderboardAdminV1NotFound) ToJSONString

type AdminAnonymizeUserLeaderboardAdminV1Params

type AdminAnonymizeUserLeaderboardAdminV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*UserID
	  User ID used for leaderboard entry

	*/
	UserID string

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

AdminAnonymizeUserLeaderboardAdminV1Params contains all the parameters to send to the API endpoint for the admin anonymize user leaderboard admin v1 operation typically these are written to a http.Request

func NewAdminAnonymizeUserLeaderboardAdminV1Params

func NewAdminAnonymizeUserLeaderboardAdminV1Params() *AdminAnonymizeUserLeaderboardAdminV1Params

NewAdminAnonymizeUserLeaderboardAdminV1Params creates a new AdminAnonymizeUserLeaderboardAdminV1Params object with the default values initialized.

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithContext

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithContext(ctx context.Context) *AdminAnonymizeUserLeaderboardAdminV1Params

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

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithHTTPClient

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithHTTPClient(client *http.Client) *AdminAnonymizeUserLeaderboardAdminV1Params

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

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithTimeout

func NewAdminAnonymizeUserLeaderboardAdminV1ParamsWithTimeout(timeout time.Duration) *AdminAnonymizeUserLeaderboardAdminV1Params

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

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetContext

SetContext adds the context to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetNamespace

func (o *AdminAnonymizeUserLeaderboardAdminV1Params) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetTimeout

SetTimeout adds the timeout to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) SetUserID

SetUserID adds the userId to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WithContext

WithContext adds the context to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WithNamespace

WithNamespace adds the namespace to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WithTimeout

WithTimeout adds the timeout to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WithUserID

WithUserID adds the userID to the admin anonymize user leaderboard admin v1 params

func (*AdminAnonymizeUserLeaderboardAdminV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminAnonymizeUserLeaderboardAdminV1Reader

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

AdminAnonymizeUserLeaderboardAdminV1Reader is a Reader for the AdminAnonymizeUserLeaderboardAdminV1 structure.

func (*AdminAnonymizeUserLeaderboardAdminV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminAnonymizeUserLeaderboardAdminV1Unauthorized

type AdminAnonymizeUserLeaderboardAdminV1Unauthorized struct {
	Payload *leaderboardclientmodels.ResponseErrorResponse
}

AdminAnonymizeUserLeaderboardAdminV1Unauthorized handles this case with default header values.

Unauthorized

func NewAdminAnonymizeUserLeaderboardAdminV1Unauthorized

func NewAdminAnonymizeUserLeaderboardAdminV1Unauthorized() *AdminAnonymizeUserLeaderboardAdminV1Unauthorized

NewAdminAnonymizeUserLeaderboardAdminV1Unauthorized creates a AdminAnonymizeUserLeaderboardAdminV1Unauthorized with default headers values

func (*AdminAnonymizeUserLeaderboardAdminV1Unauthorized) Error

func (*AdminAnonymizeUserLeaderboardAdminV1Unauthorized) GetPayload

func (*AdminAnonymizeUserLeaderboardAdminV1Unauthorized) ToJSONString

type Client

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

Client for anonymization API

func (*Client) AdminAnonymizeUserLeaderboardAdminV1 deprecated

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

AdminAnonymizeUserLeaderboardAdminV1 anonymize user's leaderboard

This API will delete specified user leaderboard

Required permission `ADMIN:NAMESPACE:{namespace}:USER:{userId}:ANONYMIZATION [DELETE]`

func (*Client) AdminAnonymizeUserLeaderboardAdminV1Short

AdminAnonymizeUserLeaderboardAdminV1Short anonymize user's leaderboard

This API will delete specified user leaderboard

Required permission `ADMIN:NAMESPACE:{namespace}:USER:{userId}:ANONYMIZATION [DELETE]`

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

Jump to

Keyboard shortcuts

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