play_feature_flag

package
v0.87.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 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 AdminDeletePlayFeatureFlagForbidden

type AdminDeletePlayFeatureFlagForbidden struct {
	Payload *match2clientmodels.ResponseError
}

AdminDeletePlayFeatureFlagForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlayFeatureFlagForbidden

func NewAdminDeletePlayFeatureFlagForbidden() *AdminDeletePlayFeatureFlagForbidden

NewAdminDeletePlayFeatureFlagForbidden creates a AdminDeletePlayFeatureFlagForbidden with default headers values

func (*AdminDeletePlayFeatureFlagForbidden) Error

func (*AdminDeletePlayFeatureFlagForbidden) GetPayload

func (*AdminDeletePlayFeatureFlagForbidden) ToJSONString

func (o *AdminDeletePlayFeatureFlagForbidden) ToJSONString() string

type AdminDeletePlayFeatureFlagInternalServerError

type AdminDeletePlayFeatureFlagInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

AdminDeletePlayFeatureFlagInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlayFeatureFlagInternalServerError

func NewAdminDeletePlayFeatureFlagInternalServerError() *AdminDeletePlayFeatureFlagInternalServerError

NewAdminDeletePlayFeatureFlagInternalServerError creates a AdminDeletePlayFeatureFlagInternalServerError with default headers values

func (*AdminDeletePlayFeatureFlagInternalServerError) Error

func (*AdminDeletePlayFeatureFlagInternalServerError) GetPayload

func (*AdminDeletePlayFeatureFlagInternalServerError) ToJSONString

type AdminDeletePlayFeatureFlagNoContent

type AdminDeletePlayFeatureFlagNoContent struct {
}

AdminDeletePlayFeatureFlagNoContent handles this case with default header values.

No Content

func NewAdminDeletePlayFeatureFlagNoContent

func NewAdminDeletePlayFeatureFlagNoContent() *AdminDeletePlayFeatureFlagNoContent

NewAdminDeletePlayFeatureFlagNoContent creates a AdminDeletePlayFeatureFlagNoContent with default headers values

func (*AdminDeletePlayFeatureFlagNoContent) Error

type AdminDeletePlayFeatureFlagParams

type AdminDeletePlayFeatureFlagParams struct {

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

	*/
	Namespace string

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

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

AdminDeletePlayFeatureFlagParams contains all the parameters to send to the API endpoint for the admin delete play feature flag operation typically these are written to a http.Request

func NewAdminDeletePlayFeatureFlagParams

func NewAdminDeletePlayFeatureFlagParams() *AdminDeletePlayFeatureFlagParams

NewAdminDeletePlayFeatureFlagParams creates a new AdminDeletePlayFeatureFlagParams object with the default values initialized.

func NewAdminDeletePlayFeatureFlagParamsWithContext

func NewAdminDeletePlayFeatureFlagParamsWithContext(ctx context.Context) *AdminDeletePlayFeatureFlagParams

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

func NewAdminDeletePlayFeatureFlagParamsWithHTTPClient

func NewAdminDeletePlayFeatureFlagParamsWithHTTPClient(client *http.Client) *AdminDeletePlayFeatureFlagParams

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

func NewAdminDeletePlayFeatureFlagParamsWithTimeout

func NewAdminDeletePlayFeatureFlagParamsWithTimeout(timeout time.Duration) *AdminDeletePlayFeatureFlagParams

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

func (*AdminDeletePlayFeatureFlagParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) SetContext

SetContext adds the context to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) SetFlightId

func (o *AdminDeletePlayFeatureFlagParams) SetFlightId(flightId string)

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

func (*AdminDeletePlayFeatureFlagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) SetNamespace

func (o *AdminDeletePlayFeatureFlagParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) WithContext

WithContext adds the context to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) WithNamespace

WithNamespace adds the namespace to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) WithTimeout

WithTimeout adds the timeout to the admin delete play feature flag params

func (*AdminDeletePlayFeatureFlagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlayFeatureFlagReader

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

AdminDeletePlayFeatureFlagReader is a Reader for the AdminDeletePlayFeatureFlag structure.

func (*AdminDeletePlayFeatureFlagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlayFeatureFlagUnauthorized

type AdminDeletePlayFeatureFlagUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

AdminDeletePlayFeatureFlagUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlayFeatureFlagUnauthorized

func NewAdminDeletePlayFeatureFlagUnauthorized() *AdminDeletePlayFeatureFlagUnauthorized

NewAdminDeletePlayFeatureFlagUnauthorized creates a AdminDeletePlayFeatureFlagUnauthorized with default headers values

func (*AdminDeletePlayFeatureFlagUnauthorized) Error

func (*AdminDeletePlayFeatureFlagUnauthorized) GetPayload

func (*AdminDeletePlayFeatureFlagUnauthorized) ToJSONString

type AdminGetPlayFeatureFlagForbidden

type AdminGetPlayFeatureFlagForbidden struct {
	Payload *match2clientmodels.ResponseError
}

AdminGetPlayFeatureFlagForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlayFeatureFlagForbidden

func NewAdminGetPlayFeatureFlagForbidden() *AdminGetPlayFeatureFlagForbidden

NewAdminGetPlayFeatureFlagForbidden creates a AdminGetPlayFeatureFlagForbidden with default headers values

func (*AdminGetPlayFeatureFlagForbidden) Error

func (*AdminGetPlayFeatureFlagForbidden) GetPayload

func (*AdminGetPlayFeatureFlagForbidden) ToJSONString

func (o *AdminGetPlayFeatureFlagForbidden) ToJSONString() string

type AdminGetPlayFeatureFlagInternalServerError

type AdminGetPlayFeatureFlagInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

AdminGetPlayFeatureFlagInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlayFeatureFlagInternalServerError

func NewAdminGetPlayFeatureFlagInternalServerError() *AdminGetPlayFeatureFlagInternalServerError

NewAdminGetPlayFeatureFlagInternalServerError creates a AdminGetPlayFeatureFlagInternalServerError with default headers values

func (*AdminGetPlayFeatureFlagInternalServerError) Error

func (*AdminGetPlayFeatureFlagInternalServerError) GetPayload

func (*AdminGetPlayFeatureFlagInternalServerError) ToJSONString

type AdminGetPlayFeatureFlagOK

type AdminGetPlayFeatureFlagOK struct {
	Payload *match2clientmodels.ModelsPlayFeatureFlag
}

AdminGetPlayFeatureFlagOK handles this case with default header values.

OK

func NewAdminGetPlayFeatureFlagOK

func NewAdminGetPlayFeatureFlagOK() *AdminGetPlayFeatureFlagOK

NewAdminGetPlayFeatureFlagOK creates a AdminGetPlayFeatureFlagOK with default headers values

func (*AdminGetPlayFeatureFlagOK) Error

func (o *AdminGetPlayFeatureFlagOK) Error() string

func (*AdminGetPlayFeatureFlagOK) GetPayload

func (*AdminGetPlayFeatureFlagOK) ToJSONString

func (o *AdminGetPlayFeatureFlagOK) ToJSONString() string

type AdminGetPlayFeatureFlagParams

type AdminGetPlayFeatureFlagParams struct {

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

	*/
	Namespace string

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

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

AdminGetPlayFeatureFlagParams contains all the parameters to send to the API endpoint for the admin get play feature flag operation typically these are written to a http.Request

func NewAdminGetPlayFeatureFlagParams

func NewAdminGetPlayFeatureFlagParams() *AdminGetPlayFeatureFlagParams

NewAdminGetPlayFeatureFlagParams creates a new AdminGetPlayFeatureFlagParams object with the default values initialized.

func NewAdminGetPlayFeatureFlagParamsWithContext

func NewAdminGetPlayFeatureFlagParamsWithContext(ctx context.Context) *AdminGetPlayFeatureFlagParams

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

func NewAdminGetPlayFeatureFlagParamsWithHTTPClient

func NewAdminGetPlayFeatureFlagParamsWithHTTPClient(client *http.Client) *AdminGetPlayFeatureFlagParams

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

func NewAdminGetPlayFeatureFlagParamsWithTimeout

func NewAdminGetPlayFeatureFlagParamsWithTimeout(timeout time.Duration) *AdminGetPlayFeatureFlagParams

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

func (*AdminGetPlayFeatureFlagParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) SetContext

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

SetContext adds the context to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) SetFlightId

func (o *AdminGetPlayFeatureFlagParams) SetFlightId(flightId string)

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

func (*AdminGetPlayFeatureFlagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) SetNamespace

func (o *AdminGetPlayFeatureFlagParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) SetTimeout

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

SetTimeout adds the timeout to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) WithContext

WithContext adds the context to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) WithNamespace

WithNamespace adds the namespace to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) WithTimeout

WithTimeout adds the timeout to the admin get play feature flag params

func (*AdminGetPlayFeatureFlagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlayFeatureFlagReader

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

AdminGetPlayFeatureFlagReader is a Reader for the AdminGetPlayFeatureFlag structure.

func (*AdminGetPlayFeatureFlagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlayFeatureFlagUnauthorized

type AdminGetPlayFeatureFlagUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

AdminGetPlayFeatureFlagUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlayFeatureFlagUnauthorized

func NewAdminGetPlayFeatureFlagUnauthorized() *AdminGetPlayFeatureFlagUnauthorized

NewAdminGetPlayFeatureFlagUnauthorized creates a AdminGetPlayFeatureFlagUnauthorized with default headers values

func (*AdminGetPlayFeatureFlagUnauthorized) Error

func (*AdminGetPlayFeatureFlagUnauthorized) GetPayload

func (*AdminGetPlayFeatureFlagUnauthorized) ToJSONString

func (o *AdminGetPlayFeatureFlagUnauthorized) ToJSONString() string

type AdminUpsertPlayFeatureFlagBadRequest

type AdminUpsertPlayFeatureFlagBadRequest struct {
	Payload *match2clientmodels.ResponseError
}

AdminUpsertPlayFeatureFlagBadRequest handles this case with default header values.

Bad Request

func NewAdminUpsertPlayFeatureFlagBadRequest

func NewAdminUpsertPlayFeatureFlagBadRequest() *AdminUpsertPlayFeatureFlagBadRequest

NewAdminUpsertPlayFeatureFlagBadRequest creates a AdminUpsertPlayFeatureFlagBadRequest with default headers values

func (*AdminUpsertPlayFeatureFlagBadRequest) Error

func (*AdminUpsertPlayFeatureFlagBadRequest) GetPayload

func (*AdminUpsertPlayFeatureFlagBadRequest) ToJSONString

func (o *AdminUpsertPlayFeatureFlagBadRequest) ToJSONString() string

type AdminUpsertPlayFeatureFlagForbidden

type AdminUpsertPlayFeatureFlagForbidden struct {
	Payload *match2clientmodels.ResponseError
}

AdminUpsertPlayFeatureFlagForbidden handles this case with default header values.

Forbidden

func NewAdminUpsertPlayFeatureFlagForbidden

func NewAdminUpsertPlayFeatureFlagForbidden() *AdminUpsertPlayFeatureFlagForbidden

NewAdminUpsertPlayFeatureFlagForbidden creates a AdminUpsertPlayFeatureFlagForbidden with default headers values

func (*AdminUpsertPlayFeatureFlagForbidden) Error

func (*AdminUpsertPlayFeatureFlagForbidden) GetPayload

func (*AdminUpsertPlayFeatureFlagForbidden) ToJSONString

func (o *AdminUpsertPlayFeatureFlagForbidden) ToJSONString() string

type AdminUpsertPlayFeatureFlagInternalServerError

type AdminUpsertPlayFeatureFlagInternalServerError struct {
	Payload *match2clientmodels.ResponseError
}

AdminUpsertPlayFeatureFlagInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpsertPlayFeatureFlagInternalServerError

func NewAdminUpsertPlayFeatureFlagInternalServerError() *AdminUpsertPlayFeatureFlagInternalServerError

NewAdminUpsertPlayFeatureFlagInternalServerError creates a AdminUpsertPlayFeatureFlagInternalServerError with default headers values

func (*AdminUpsertPlayFeatureFlagInternalServerError) Error

func (*AdminUpsertPlayFeatureFlagInternalServerError) GetPayload

func (*AdminUpsertPlayFeatureFlagInternalServerError) ToJSONString

type AdminUpsertPlayFeatureFlagOK

type AdminUpsertPlayFeatureFlagOK struct {
	Payload *match2clientmodels.ModelsPlayFeatureFlag
}

AdminUpsertPlayFeatureFlagOK handles this case with default header values.

OK

func NewAdminUpsertPlayFeatureFlagOK

func NewAdminUpsertPlayFeatureFlagOK() *AdminUpsertPlayFeatureFlagOK

NewAdminUpsertPlayFeatureFlagOK creates a AdminUpsertPlayFeatureFlagOK with default headers values

func (*AdminUpsertPlayFeatureFlagOK) Error

func (*AdminUpsertPlayFeatureFlagOK) GetPayload

func (*AdminUpsertPlayFeatureFlagOK) ToJSONString

func (o *AdminUpsertPlayFeatureFlagOK) ToJSONString() string

type AdminUpsertPlayFeatureFlagParams

type AdminUpsertPlayFeatureFlagParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *match2clientmodels.ModelsPlayFeatureFlag
	/*Namespace
	  namespace of the game

	*/
	Namespace string

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

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

AdminUpsertPlayFeatureFlagParams contains all the parameters to send to the API endpoint for the admin upsert play feature flag operation typically these are written to a http.Request

func NewAdminUpsertPlayFeatureFlagParams

func NewAdminUpsertPlayFeatureFlagParams() *AdminUpsertPlayFeatureFlagParams

NewAdminUpsertPlayFeatureFlagParams creates a new AdminUpsertPlayFeatureFlagParams object with the default values initialized.

func NewAdminUpsertPlayFeatureFlagParamsWithContext

func NewAdminUpsertPlayFeatureFlagParamsWithContext(ctx context.Context) *AdminUpsertPlayFeatureFlagParams

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

func NewAdminUpsertPlayFeatureFlagParamsWithHTTPClient

func NewAdminUpsertPlayFeatureFlagParamsWithHTTPClient(client *http.Client) *AdminUpsertPlayFeatureFlagParams

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

func NewAdminUpsertPlayFeatureFlagParamsWithTimeout

func NewAdminUpsertPlayFeatureFlagParamsWithTimeout(timeout time.Duration) *AdminUpsertPlayFeatureFlagParams

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

func (*AdminUpsertPlayFeatureFlagParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetBody

SetBody adds the body to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetContext

SetContext adds the context to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetFlightId

func (o *AdminUpsertPlayFeatureFlagParams) SetFlightId(flightId string)

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

func (*AdminUpsertPlayFeatureFlagParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetNamespace

func (o *AdminUpsertPlayFeatureFlagParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) SetTimeout

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

SetTimeout adds the timeout to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WithBody

WithBody adds the body to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WithContext

WithContext adds the context to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WithNamespace

WithNamespace adds the namespace to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WithTimeout

WithTimeout adds the timeout to the admin upsert play feature flag params

func (*AdminUpsertPlayFeatureFlagParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpsertPlayFeatureFlagReader

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

AdminUpsertPlayFeatureFlagReader is a Reader for the AdminUpsertPlayFeatureFlag structure.

func (*AdminUpsertPlayFeatureFlagReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminUpsertPlayFeatureFlagUnauthorized

type AdminUpsertPlayFeatureFlagUnauthorized struct {
	Payload *match2clientmodels.ResponseError
}

AdminUpsertPlayFeatureFlagUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpsertPlayFeatureFlagUnauthorized

func NewAdminUpsertPlayFeatureFlagUnauthorized() *AdminUpsertPlayFeatureFlagUnauthorized

NewAdminUpsertPlayFeatureFlagUnauthorized creates a AdminUpsertPlayFeatureFlagUnauthorized with default headers values

func (*AdminUpsertPlayFeatureFlagUnauthorized) Error

func (*AdminUpsertPlayFeatureFlagUnauthorized) GetPayload

func (*AdminUpsertPlayFeatureFlagUnauthorized) ToJSONString

type Client

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

Client for play feature flag API

func (*Client) AdminDeletePlayFeatureFlag deprecated

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

AdminDeletePlayFeatureFlag admin delete play feature flag

Delete matchmaking Play Feature Flag. Deleting the current namespace's custom config only removes it from the database, the system will then use the environment variable defined in the ConfigMap instead.

func (*Client) AdminDeletePlayFeatureFlagShort

func (a *Client) AdminDeletePlayFeatureFlagShort(params *AdminDeletePlayFeatureFlagParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlayFeatureFlagNoContent, error)

AdminDeletePlayFeatureFlagShort admin delete play feature flag

Delete matchmaking Play Feature Flag. Deleting the current namespace's custom config only removes it from the database, the system will then use the environment variable defined in the ConfigMap instead.

func (*Client) AdminGetPlayFeatureFlag deprecated

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

AdminGetPlayFeatureFlag admin play feature flag Get matchmaking Play Feature Flag.

func (*Client) AdminGetPlayFeatureFlagShort

func (a *Client) AdminGetPlayFeatureFlagShort(params *AdminGetPlayFeatureFlagParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlayFeatureFlagOK, error)

AdminGetPlayFeatureFlagShort admin play feature flag Get matchmaking Play Feature Flag.

func (*Client) AdminUpsertPlayFeatureFlag deprecated

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

AdminUpsertPlayFeatureFlag admin upsert play feature flag Upsert matchmaking Play Feature Flag.

func (*Client) AdminUpsertPlayFeatureFlagShort

func (a *Client) AdminUpsertPlayFeatureFlagShort(params *AdminUpsertPlayFeatureFlagParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpsertPlayFeatureFlagOK, error)

AdminUpsertPlayFeatureFlagShort admin upsert play feature flag Upsert matchmaking Play Feature Flag.

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 play feature flag API client.

Jump to

Keyboard shortcuts

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