session_storage

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 AdminDeleteUserSessionStorageBadRequest

type AdminDeleteUserSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminDeleteUserSessionStorageBadRequest

func NewAdminDeleteUserSessionStorageBadRequest() *AdminDeleteUserSessionStorageBadRequest

NewAdminDeleteUserSessionStorageBadRequest creates a AdminDeleteUserSessionStorageBadRequest with default headers values

func (*AdminDeleteUserSessionStorageBadRequest) Error

func (*AdminDeleteUserSessionStorageBadRequest) GetPayload

func (*AdminDeleteUserSessionStorageBadRequest) ToJSONString

type AdminDeleteUserSessionStorageInternalServerError

type AdminDeleteUserSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeleteUserSessionStorageInternalServerError

func NewAdminDeleteUserSessionStorageInternalServerError() *AdminDeleteUserSessionStorageInternalServerError

NewAdminDeleteUserSessionStorageInternalServerError creates a AdminDeleteUserSessionStorageInternalServerError with default headers values

func (*AdminDeleteUserSessionStorageInternalServerError) Error

func (*AdminDeleteUserSessionStorageInternalServerError) GetPayload

func (*AdminDeleteUserSessionStorageInternalServerError) ToJSONString

type AdminDeleteUserSessionStorageNoContent

type AdminDeleteUserSessionStorageNoContent struct {
}

AdminDeleteUserSessionStorageNoContent handles this case with default header values.

No Content

func NewAdminDeleteUserSessionStorageNoContent

func NewAdminDeleteUserSessionStorageNoContent() *AdminDeleteUserSessionStorageNoContent

NewAdminDeleteUserSessionStorageNoContent creates a AdminDeleteUserSessionStorageNoContent with default headers values

func (*AdminDeleteUserSessionStorageNoContent) Error

type AdminDeleteUserSessionStorageNotFound

type AdminDeleteUserSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminDeleteUserSessionStorageNotFound

func NewAdminDeleteUserSessionStorageNotFound() *AdminDeleteUserSessionStorageNotFound

NewAdminDeleteUserSessionStorageNotFound creates a AdminDeleteUserSessionStorageNotFound with default headers values

func (*AdminDeleteUserSessionStorageNotFound) Error

func (*AdminDeleteUserSessionStorageNotFound) GetPayload

func (*AdminDeleteUserSessionStorageNotFound) ToJSONString

type AdminDeleteUserSessionStorageParams

type AdminDeleteUserSessionStorageParams struct {

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

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

AdminDeleteUserSessionStorageParams contains all the parameters to send to the API endpoint for the admin delete user session storage operation typically these are written to a http.Request

func NewAdminDeleteUserSessionStorageParams

func NewAdminDeleteUserSessionStorageParams() *AdminDeleteUserSessionStorageParams

NewAdminDeleteUserSessionStorageParams creates a new AdminDeleteUserSessionStorageParams object with the default values initialized.

func NewAdminDeleteUserSessionStorageParamsWithContext

func NewAdminDeleteUserSessionStorageParamsWithContext(ctx context.Context) *AdminDeleteUserSessionStorageParams

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

func NewAdminDeleteUserSessionStorageParamsWithHTTPClient

func NewAdminDeleteUserSessionStorageParamsWithHTTPClient(client *http.Client) *AdminDeleteUserSessionStorageParams

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

func NewAdminDeleteUserSessionStorageParamsWithTimeout

func NewAdminDeleteUserSessionStorageParamsWithTimeout(timeout time.Duration) *AdminDeleteUserSessionStorageParams

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

func (*AdminDeleteUserSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetContext

SetContext adds the context to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetNamespace

func (o *AdminDeleteUserSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetSessionID

func (o *AdminDeleteUserSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithContext

WithContext adds the context to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin delete user session storage params

func (*AdminDeleteUserSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeleteUserSessionStorageReader

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

AdminDeleteUserSessionStorageReader is a Reader for the AdminDeleteUserSessionStorage structure.

func (*AdminDeleteUserSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeleteUserSessionStorageUnauthorized

type AdminDeleteUserSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeleteUserSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeleteUserSessionStorageUnauthorized

func NewAdminDeleteUserSessionStorageUnauthorized() *AdminDeleteUserSessionStorageUnauthorized

NewAdminDeleteUserSessionStorageUnauthorized creates a AdminDeleteUserSessionStorageUnauthorized with default headers values

func (*AdminDeleteUserSessionStorageUnauthorized) Error

func (*AdminDeleteUserSessionStorageUnauthorized) GetPayload

func (*AdminDeleteUserSessionStorageUnauthorized) ToJSONString

type AdminReadSessionStorageBadRequest

type AdminReadSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminReadSessionStorageBadRequest

func NewAdminReadSessionStorageBadRequest() *AdminReadSessionStorageBadRequest

NewAdminReadSessionStorageBadRequest creates a AdminReadSessionStorageBadRequest with default headers values

func (*AdminReadSessionStorageBadRequest) Error

func (*AdminReadSessionStorageBadRequest) GetPayload

func (*AdminReadSessionStorageBadRequest) ToJSONString

func (o *AdminReadSessionStorageBadRequest) ToJSONString() string

type AdminReadSessionStorageInternalServerError

type AdminReadSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminReadSessionStorageInternalServerError

func NewAdminReadSessionStorageInternalServerError() *AdminReadSessionStorageInternalServerError

NewAdminReadSessionStorageInternalServerError creates a AdminReadSessionStorageInternalServerError with default headers values

func (*AdminReadSessionStorageInternalServerError) Error

func (*AdminReadSessionStorageInternalServerError) GetPayload

func (*AdminReadSessionStorageInternalServerError) ToJSONString

type AdminReadSessionStorageNotFound

type AdminReadSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminReadSessionStorageNotFound

func NewAdminReadSessionStorageNotFound() *AdminReadSessionStorageNotFound

NewAdminReadSessionStorageNotFound creates a AdminReadSessionStorageNotFound with default headers values

func (*AdminReadSessionStorageNotFound) Error

func (*AdminReadSessionStorageNotFound) GetPayload

func (*AdminReadSessionStorageNotFound) ToJSONString

func (o *AdminReadSessionStorageNotFound) ToJSONString() string

type AdminReadSessionStorageOK

type AdminReadSessionStorageOK struct {
	Payload map[string]interface{}
}

AdminReadSessionStorageOK handles this case with default header values.

OK

func NewAdminReadSessionStorageOK

func NewAdminReadSessionStorageOK() *AdminReadSessionStorageOK

NewAdminReadSessionStorageOK creates a AdminReadSessionStorageOK with default headers values

func (*AdminReadSessionStorageOK) Error

func (o *AdminReadSessionStorageOK) Error() string

func (*AdminReadSessionStorageOK) GetPayload

func (o *AdminReadSessionStorageOK) GetPayload() map[string]interface{}

func (*AdminReadSessionStorageOK) ToJSONString

func (o *AdminReadSessionStorageOK) ToJSONString() string

type AdminReadSessionStorageParams

type AdminReadSessionStorageParams struct {

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

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

AdminReadSessionStorageParams contains all the parameters to send to the API endpoint for the admin read session storage operation typically these are written to a http.Request

func NewAdminReadSessionStorageParams

func NewAdminReadSessionStorageParams() *AdminReadSessionStorageParams

NewAdminReadSessionStorageParams creates a new AdminReadSessionStorageParams object with the default values initialized.

func NewAdminReadSessionStorageParamsWithContext

func NewAdminReadSessionStorageParamsWithContext(ctx context.Context) *AdminReadSessionStorageParams

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

func NewAdminReadSessionStorageParamsWithHTTPClient

func NewAdminReadSessionStorageParamsWithHTTPClient(client *http.Client) *AdminReadSessionStorageParams

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

func NewAdminReadSessionStorageParamsWithTimeout

func NewAdminReadSessionStorageParamsWithTimeout(timeout time.Duration) *AdminReadSessionStorageParams

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

func (*AdminReadSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin read session storage params

func (*AdminReadSessionStorageParams) SetContext

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

SetContext adds the context to the admin read session storage params

func (*AdminReadSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin read session storage params

func (*AdminReadSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin read session storage params

func (*AdminReadSessionStorageParams) SetNamespace

func (o *AdminReadSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin read session storage params

func (*AdminReadSessionStorageParams) SetSessionID

func (o *AdminReadSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin read session storage params

func (*AdminReadSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin read session storage params

func (*AdminReadSessionStorageParams) WithContext

WithContext adds the context to the admin read session storage params

func (*AdminReadSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin read session storage params

func (*AdminReadSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin read session storage params

func (*AdminReadSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin read session storage params

func (*AdminReadSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin read session storage params

func (*AdminReadSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminReadSessionStorageReader

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

AdminReadSessionStorageReader is a Reader for the AdminReadSessionStorage structure.

func (*AdminReadSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminReadSessionStorageUnauthorized

type AdminReadSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminReadSessionStorageUnauthorized

func NewAdminReadSessionStorageUnauthorized() *AdminReadSessionStorageUnauthorized

NewAdminReadSessionStorageUnauthorized creates a AdminReadSessionStorageUnauthorized with default headers values

func (*AdminReadSessionStorageUnauthorized) Error

func (*AdminReadSessionStorageUnauthorized) GetPayload

func (*AdminReadSessionStorageUnauthorized) ToJSONString

func (o *AdminReadSessionStorageUnauthorized) ToJSONString() string

type AdminReadUserSessionStorageBadRequest

type AdminReadUserSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewAdminReadUserSessionStorageBadRequest

func NewAdminReadUserSessionStorageBadRequest() *AdminReadUserSessionStorageBadRequest

NewAdminReadUserSessionStorageBadRequest creates a AdminReadUserSessionStorageBadRequest with default headers values

func (*AdminReadUserSessionStorageBadRequest) Error

func (*AdminReadUserSessionStorageBadRequest) GetPayload

func (*AdminReadUserSessionStorageBadRequest) ToJSONString

type AdminReadUserSessionStorageInternalServerError

type AdminReadUserSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminReadUserSessionStorageInternalServerError

func NewAdminReadUserSessionStorageInternalServerError() *AdminReadUserSessionStorageInternalServerError

NewAdminReadUserSessionStorageInternalServerError creates a AdminReadUserSessionStorageInternalServerError with default headers values

func (*AdminReadUserSessionStorageInternalServerError) Error

func (*AdminReadUserSessionStorageInternalServerError) GetPayload

func (*AdminReadUserSessionStorageInternalServerError) ToJSONString

type AdminReadUserSessionStorageNotFound

type AdminReadUserSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageNotFound handles this case with default header values.

Not Found

func NewAdminReadUserSessionStorageNotFound

func NewAdminReadUserSessionStorageNotFound() *AdminReadUserSessionStorageNotFound

NewAdminReadUserSessionStorageNotFound creates a AdminReadUserSessionStorageNotFound with default headers values

func (*AdminReadUserSessionStorageNotFound) Error

func (*AdminReadUserSessionStorageNotFound) GetPayload

func (*AdminReadUserSessionStorageNotFound) ToJSONString

func (o *AdminReadUserSessionStorageNotFound) ToJSONString() string

type AdminReadUserSessionStorageOK

type AdminReadUserSessionStorageOK struct {
	Payload map[string]interface{}
}

AdminReadUserSessionStorageOK handles this case with default header values.

OK

func NewAdminReadUserSessionStorageOK

func NewAdminReadUserSessionStorageOK() *AdminReadUserSessionStorageOK

NewAdminReadUserSessionStorageOK creates a AdminReadUserSessionStorageOK with default headers values

func (*AdminReadUserSessionStorageOK) Error

func (*AdminReadUserSessionStorageOK) GetPayload

func (o *AdminReadUserSessionStorageOK) GetPayload() map[string]interface{}

func (*AdminReadUserSessionStorageOK) ToJSONString

func (o *AdminReadUserSessionStorageOK) ToJSONString() string

type AdminReadUserSessionStorageParams

type AdminReadUserSessionStorageParams struct {

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

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	UserID string

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

AdminReadUserSessionStorageParams contains all the parameters to send to the API endpoint for the admin read user session storage operation typically these are written to a http.Request

func NewAdminReadUserSessionStorageParams

func NewAdminReadUserSessionStorageParams() *AdminReadUserSessionStorageParams

NewAdminReadUserSessionStorageParams creates a new AdminReadUserSessionStorageParams object with the default values initialized.

func NewAdminReadUserSessionStorageParamsWithContext

func NewAdminReadUserSessionStorageParamsWithContext(ctx context.Context) *AdminReadUserSessionStorageParams

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

func NewAdminReadUserSessionStorageParamsWithHTTPClient

func NewAdminReadUserSessionStorageParamsWithHTTPClient(client *http.Client) *AdminReadUserSessionStorageParams

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

func NewAdminReadUserSessionStorageParamsWithTimeout

func NewAdminReadUserSessionStorageParamsWithTimeout(timeout time.Duration) *AdminReadUserSessionStorageParams

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

func (*AdminReadUserSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetContext

SetContext adds the context to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetNamespace

func (o *AdminReadUserSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetSessionID

func (o *AdminReadUserSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) SetUserID

func (o *AdminReadUserSessionStorageParams) SetUserID(userID string)

SetUserID adds the userId to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithContext

WithContext adds the context to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WithUserID

WithUserID adds the userID to the admin read user session storage params

func (*AdminReadUserSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminReadUserSessionStorageReader

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

AdminReadUserSessionStorageReader is a Reader for the AdminReadUserSessionStorage structure.

func (*AdminReadUserSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminReadUserSessionStorageUnauthorized

type AdminReadUserSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminReadUserSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewAdminReadUserSessionStorageUnauthorized

func NewAdminReadUserSessionStorageUnauthorized() *AdminReadUserSessionStorageUnauthorized

NewAdminReadUserSessionStorageUnauthorized creates a AdminReadUserSessionStorageUnauthorized with default headers values

func (*AdminReadUserSessionStorageUnauthorized) Error

func (*AdminReadUserSessionStorageUnauthorized) GetPayload

func (*AdminReadUserSessionStorageUnauthorized) ToJSONString

type Client

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

Client for session storage API

func (*Client) AdminDeleteUserSessionStorage deprecated

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

AdminDeleteUserSessionStorage delete session storage. requires admin:namespace:{namespace}:session:storage [delete]

Delete Session Storage.

func (*Client) AdminDeleteUserSessionStorageShort

func (a *Client) AdminDeleteUserSessionStorageShort(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, error)

AdminDeleteUserSessionStorageShort delete session storage. requires admin:namespace:{namespace}:session:storage [delete]

Delete Session Storage.

func (*Client) AdminReadSessionStorage deprecated

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

AdminReadSessionStorage read session storage . requires admin:namespace:{namespace}:session:storage [read]

Read Session Storage.

func (*Client) AdminReadSessionStorageShort

func (a *Client) AdminReadSessionStorageShort(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, error)

AdminReadSessionStorageShort read session storage . requires admin:namespace:{namespace}:session:storage [read]

Read Session Storage.

func (*Client) AdminReadUserSessionStorage deprecated

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

AdminReadUserSessionStorage read session storage user. requires admin:namespace:{namespace}:session:storage [read]

Read Session Storage User.

func (*Client) AdminReadUserSessionStorageShort

func (a *Client) AdminReadUserSessionStorageShort(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, error)

AdminReadUserSessionStorageShort read session storage user. requires admin:namespace:{namespace}:session:storage [read]

Read Session Storage User.

func (*Client) PublicUpdateInsertSessionStorage deprecated

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

PublicUpdateInsertSessionStorage update insert session storage user . requires namespace:{namespace}:session:storage [create]

Update Insert Session Storage User. user can only update or insert user session storage data itself. can store generic json example json can store : { "storage": { "storage": 1 }, "data": 123 }

func (*Client) PublicUpdateInsertSessionStorageLeader deprecated

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

PublicUpdateInsertSessionStorageLeader update insert session storage leader . requires namespace:{namespace}:session:storage [create]

Update Insert Session Storage Leader. only Leader can update or insert user session storage data Leader. can store generic json example json can store : { "leader": { "leader": 1 }, "data": 123 }

func (*Client) PublicUpdateInsertSessionStorageLeaderShort

func (a *Client) PublicUpdateInsertSessionStorageLeaderShort(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, error)

PublicUpdateInsertSessionStorageLeaderShort update insert session storage leader . requires namespace:{namespace}:session:storage [create]

Update Insert Session Storage Leader. only Leader can update or insert user session storage data Leader. can store generic json example json can store : { "leader": { "leader": 1 }, "data": 123 }

func (*Client) PublicUpdateInsertSessionStorageShort

func (a *Client) PublicUpdateInsertSessionStorageShort(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, error)

PublicUpdateInsertSessionStorageShort update insert session storage user . requires namespace:{namespace}:session:storage [create]

Update Insert Session Storage User. user can only update or insert user session storage data itself. can store generic json example json can store : { "storage": { "storage": 1 }, "data": 123 }

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminReadSessionStorage(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, *AdminReadSessionStorageBadRequest, *AdminReadSessionStorageUnauthorized, *AdminReadSessionStorageNotFound, *AdminReadSessionStorageInternalServerError, error)
	AdminReadSessionStorageShort(params *AdminReadSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadSessionStorageOK, error)
	AdminDeleteUserSessionStorage(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, *AdminDeleteUserSessionStorageBadRequest, *AdminDeleteUserSessionStorageUnauthorized, *AdminDeleteUserSessionStorageNotFound, *AdminDeleteUserSessionStorageInternalServerError, error)
	AdminDeleteUserSessionStorageShort(params *AdminDeleteUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeleteUserSessionStorageNoContent, error)
	AdminReadUserSessionStorage(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, *AdminReadUserSessionStorageBadRequest, *AdminReadUserSessionStorageUnauthorized, *AdminReadUserSessionStorageNotFound, *AdminReadUserSessionStorageInternalServerError, error)
	AdminReadUserSessionStorageShort(params *AdminReadUserSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReadUserSessionStorageOK, error)
	PublicUpdateInsertSessionStorageLeader(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, *PublicUpdateInsertSessionStorageLeaderBadRequest, *PublicUpdateInsertSessionStorageLeaderUnauthorized, *PublicUpdateInsertSessionStorageLeaderForbidden, *PublicUpdateInsertSessionStorageLeaderNotFound, *PublicUpdateInsertSessionStorageLeaderInternalServerError, error)
	PublicUpdateInsertSessionStorageLeaderShort(params *PublicUpdateInsertSessionStorageLeaderParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageLeaderOK, error)
	PublicUpdateInsertSessionStorage(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, *PublicUpdateInsertSessionStorageBadRequest, *PublicUpdateInsertSessionStorageUnauthorized, *PublicUpdateInsertSessionStorageForbidden, *PublicUpdateInsertSessionStorageNotFound, *PublicUpdateInsertSessionStorageInternalServerError, error)
	PublicUpdateInsertSessionStorageShort(params *PublicUpdateInsertSessionStorageParams, authInfo runtime.ClientAuthInfoWriter) (*PublicUpdateInsertSessionStorageOK, 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 session storage API client.

type PublicUpdateInsertSessionStorageBadRequest

type PublicUpdateInsertSessionStorageBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageBadRequest

func NewPublicUpdateInsertSessionStorageBadRequest() *PublicUpdateInsertSessionStorageBadRequest

NewPublicUpdateInsertSessionStorageBadRequest creates a PublicUpdateInsertSessionStorageBadRequest with default headers values

func (*PublicUpdateInsertSessionStorageBadRequest) Error

func (*PublicUpdateInsertSessionStorageBadRequest) GetPayload

func (*PublicUpdateInsertSessionStorageBadRequest) ToJSONString

type PublicUpdateInsertSessionStorageForbidden

type PublicUpdateInsertSessionStorageForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageForbidden

func NewPublicUpdateInsertSessionStorageForbidden() *PublicUpdateInsertSessionStorageForbidden

NewPublicUpdateInsertSessionStorageForbidden creates a PublicUpdateInsertSessionStorageForbidden with default headers values

func (*PublicUpdateInsertSessionStorageForbidden) Error

func (*PublicUpdateInsertSessionStorageForbidden) GetPayload

func (*PublicUpdateInsertSessionStorageForbidden) ToJSONString

type PublicUpdateInsertSessionStorageInternalServerError

type PublicUpdateInsertSessionStorageInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageInternalServerError

func NewPublicUpdateInsertSessionStorageInternalServerError() *PublicUpdateInsertSessionStorageInternalServerError

NewPublicUpdateInsertSessionStorageInternalServerError creates a PublicUpdateInsertSessionStorageInternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageInternalServerError) Error

func (*PublicUpdateInsertSessionStorageInternalServerError) GetPayload

func (*PublicUpdateInsertSessionStorageInternalServerError) ToJSONString

type PublicUpdateInsertSessionStorageLeaderBadRequest

type PublicUpdateInsertSessionStorageLeaderBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderBadRequest handles this case with default header values.

Bad Request

func NewPublicUpdateInsertSessionStorageLeaderBadRequest

func NewPublicUpdateInsertSessionStorageLeaderBadRequest() *PublicUpdateInsertSessionStorageLeaderBadRequest

NewPublicUpdateInsertSessionStorageLeaderBadRequest creates a PublicUpdateInsertSessionStorageLeaderBadRequest with default headers values

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) Error

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderBadRequest) ToJSONString

type PublicUpdateInsertSessionStorageLeaderForbidden

type PublicUpdateInsertSessionStorageLeaderForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderForbidden handles this case with default header values.

Forbidden

func NewPublicUpdateInsertSessionStorageLeaderForbidden

func NewPublicUpdateInsertSessionStorageLeaderForbidden() *PublicUpdateInsertSessionStorageLeaderForbidden

NewPublicUpdateInsertSessionStorageLeaderForbidden creates a PublicUpdateInsertSessionStorageLeaderForbidden with default headers values

func (*PublicUpdateInsertSessionStorageLeaderForbidden) Error

func (*PublicUpdateInsertSessionStorageLeaderForbidden) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderForbidden) ToJSONString

type PublicUpdateInsertSessionStorageLeaderInternalServerError

type PublicUpdateInsertSessionStorageLeaderInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderInternalServerError handles this case with default header values.

Internal Server Error

func NewPublicUpdateInsertSessionStorageLeaderInternalServerError

func NewPublicUpdateInsertSessionStorageLeaderInternalServerError() *PublicUpdateInsertSessionStorageLeaderInternalServerError

NewPublicUpdateInsertSessionStorageLeaderInternalServerError creates a PublicUpdateInsertSessionStorageLeaderInternalServerError with default headers values

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) Error

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderInternalServerError) ToJSONString

type PublicUpdateInsertSessionStorageLeaderNotFound

type PublicUpdateInsertSessionStorageLeaderNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageLeaderNotFound

func NewPublicUpdateInsertSessionStorageLeaderNotFound() *PublicUpdateInsertSessionStorageLeaderNotFound

NewPublicUpdateInsertSessionStorageLeaderNotFound creates a PublicUpdateInsertSessionStorageLeaderNotFound with default headers values

func (*PublicUpdateInsertSessionStorageLeaderNotFound) Error

func (*PublicUpdateInsertSessionStorageLeaderNotFound) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderNotFound) ToJSONString

type PublicUpdateInsertSessionStorageLeaderOK

type PublicUpdateInsertSessionStorageLeaderOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageLeaderOK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageLeaderOK

func NewPublicUpdateInsertSessionStorageLeaderOK() *PublicUpdateInsertSessionStorageLeaderOK

NewPublicUpdateInsertSessionStorageLeaderOK creates a PublicUpdateInsertSessionStorageLeaderOK with default headers values

func (*PublicUpdateInsertSessionStorageLeaderOK) Error

func (*PublicUpdateInsertSessionStorageLeaderOK) GetPayload

func (o *PublicUpdateInsertSessionStorageLeaderOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageLeaderOK) ToJSONString

type PublicUpdateInsertSessionStorageLeaderParams

type PublicUpdateInsertSessionStorageLeaderParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string

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

PublicUpdateInsertSessionStorageLeaderParams contains all the parameters to send to the API endpoint for the public update insert session storage leader operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageLeaderParams

func NewPublicUpdateInsertSessionStorageLeaderParams() *PublicUpdateInsertSessionStorageLeaderParams

NewPublicUpdateInsertSessionStorageLeaderParams creates a new PublicUpdateInsertSessionStorageLeaderParams object with the default values initialized.

func NewPublicUpdateInsertSessionStorageLeaderParamsWithContext

func NewPublicUpdateInsertSessionStorageLeaderParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageLeaderParams

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

func NewPublicUpdateInsertSessionStorageLeaderParamsWithHTTPClient

func NewPublicUpdateInsertSessionStorageLeaderParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageLeaderParams

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

func NewPublicUpdateInsertSessionStorageLeaderParamsWithTimeout

func NewPublicUpdateInsertSessionStorageLeaderParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageLeaderParams

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

func (*PublicUpdateInsertSessionStorageLeaderParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetBody

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetContext

SetContext adds the context to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetNamespace

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetSessionID

func (o *PublicUpdateInsertSessionStorageLeaderParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) SetTimeout

SetTimeout adds the timeout to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithBody

WithBody adds the body to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithContext

WithContext adds the context to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithNamespace

WithNamespace adds the namespace to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithSessionID

WithSessionID adds the sessionID to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WithTimeout

WithTimeout adds the timeout to the public update insert session storage leader params

func (*PublicUpdateInsertSessionStorageLeaderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageLeaderReader

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

PublicUpdateInsertSessionStorageLeaderReader is a Reader for the PublicUpdateInsertSessionStorageLeader structure.

func (*PublicUpdateInsertSessionStorageLeaderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageLeaderUnauthorized

type PublicUpdateInsertSessionStorageLeaderUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageLeaderUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageLeaderUnauthorized

func NewPublicUpdateInsertSessionStorageLeaderUnauthorized() *PublicUpdateInsertSessionStorageLeaderUnauthorized

NewPublicUpdateInsertSessionStorageLeaderUnauthorized creates a PublicUpdateInsertSessionStorageLeaderUnauthorized with default headers values

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) Error

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) GetPayload

func (*PublicUpdateInsertSessionStorageLeaderUnauthorized) ToJSONString

type PublicUpdateInsertSessionStorageNotFound

type PublicUpdateInsertSessionStorageNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageNotFound handles this case with default header values.

Not Found

func NewPublicUpdateInsertSessionStorageNotFound

func NewPublicUpdateInsertSessionStorageNotFound() *PublicUpdateInsertSessionStorageNotFound

NewPublicUpdateInsertSessionStorageNotFound creates a PublicUpdateInsertSessionStorageNotFound with default headers values

func (*PublicUpdateInsertSessionStorageNotFound) Error

func (*PublicUpdateInsertSessionStorageNotFound) GetPayload

func (*PublicUpdateInsertSessionStorageNotFound) ToJSONString

type PublicUpdateInsertSessionStorageOK

type PublicUpdateInsertSessionStorageOK struct {
	Payload map[string]interface{}
}

PublicUpdateInsertSessionStorageOK handles this case with default header values.

OK

func NewPublicUpdateInsertSessionStorageOK

func NewPublicUpdateInsertSessionStorageOK() *PublicUpdateInsertSessionStorageOK

NewPublicUpdateInsertSessionStorageOK creates a PublicUpdateInsertSessionStorageOK with default headers values

func (*PublicUpdateInsertSessionStorageOK) Error

func (*PublicUpdateInsertSessionStorageOK) GetPayload

func (o *PublicUpdateInsertSessionStorageOK) GetPayload() map[string]interface{}

func (*PublicUpdateInsertSessionStorageOK) ToJSONString

func (o *PublicUpdateInsertSessionStorageOK) ToJSONString() string

type PublicUpdateInsertSessionStorageParams

type PublicUpdateInsertSessionStorageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body map[string]interface{}
	/*Namespace
	  Namespace

	*/
	Namespace string
	/*SessionID
	  sessionID

	*/
	SessionID string
	/*UserID
	  userID

	*/
	UserID string

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

PublicUpdateInsertSessionStorageParams contains all the parameters to send to the API endpoint for the public update insert session storage operation typically these are written to a http.Request

func NewPublicUpdateInsertSessionStorageParams

func NewPublicUpdateInsertSessionStorageParams() *PublicUpdateInsertSessionStorageParams

NewPublicUpdateInsertSessionStorageParams creates a new PublicUpdateInsertSessionStorageParams object with the default values initialized.

func NewPublicUpdateInsertSessionStorageParamsWithContext

func NewPublicUpdateInsertSessionStorageParamsWithContext(ctx context.Context) *PublicUpdateInsertSessionStorageParams

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

func NewPublicUpdateInsertSessionStorageParamsWithHTTPClient

func NewPublicUpdateInsertSessionStorageParamsWithHTTPClient(client *http.Client) *PublicUpdateInsertSessionStorageParams

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

func NewPublicUpdateInsertSessionStorageParamsWithTimeout

func NewPublicUpdateInsertSessionStorageParamsWithTimeout(timeout time.Duration) *PublicUpdateInsertSessionStorageParams

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

func (*PublicUpdateInsertSessionStorageParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetBody

func (o *PublicUpdateInsertSessionStorageParams) SetBody(body map[string]interface{})

SetBody adds the body to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetContext

SetContext adds the context to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetHTTPClientTransport

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

SetHTTPClient adds the HTTPClient Transport to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetNamespace

func (o *PublicUpdateInsertSessionStorageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetSessionID

func (o *PublicUpdateInsertSessionStorageParams) SetSessionID(sessionID string)

SetSessionID adds the sessionId to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetTimeout

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

SetTimeout adds the timeout to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) SetUserID

func (o *PublicUpdateInsertSessionStorageParams) SetUserID(userID string)

SetUserID adds the userId to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithBody

WithBody adds the body to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithContext

WithContext adds the context to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithNamespace

WithNamespace adds the namespace to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithSessionID

WithSessionID adds the sessionID to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithTimeout

WithTimeout adds the timeout to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WithUserID

WithUserID adds the userID to the public update insert session storage params

func (*PublicUpdateInsertSessionStorageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PublicUpdateInsertSessionStorageReader

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

PublicUpdateInsertSessionStorageReader is a Reader for the PublicUpdateInsertSessionStorage structure.

func (*PublicUpdateInsertSessionStorageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PublicUpdateInsertSessionStorageUnauthorized

type PublicUpdateInsertSessionStorageUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

PublicUpdateInsertSessionStorageUnauthorized handles this case with default header values.

Unauthorized

func NewPublicUpdateInsertSessionStorageUnauthorized

func NewPublicUpdateInsertSessionStorageUnauthorized() *PublicUpdateInsertSessionStorageUnauthorized

NewPublicUpdateInsertSessionStorageUnauthorized creates a PublicUpdateInsertSessionStorageUnauthorized with default headers values

func (*PublicUpdateInsertSessionStorageUnauthorized) Error

func (*PublicUpdateInsertSessionStorageUnauthorized) GetPayload

func (*PublicUpdateInsertSessionStorageUnauthorized) ToJSONString

Jump to

Keyboard shortcuts

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