local_user_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckLocalUserBadRequest

type CheckLocalUserBadRequest struct {
	Payload *models.APIResult
}

CheckLocalUserBadRequest handles this case with default header values.

Bad Request

func NewCheckLocalUserBadRequest

func NewCheckLocalUserBadRequest() *CheckLocalUserBadRequest

NewCheckLocalUserBadRequest creates a CheckLocalUserBadRequest with default headers values

func (*CheckLocalUserBadRequest) Error

func (o *CheckLocalUserBadRequest) Error() string

func (*CheckLocalUserBadRequest) GetPayload

func (o *CheckLocalUserBadRequest) GetPayload() *models.APIResult

type CheckLocalUserConflict

type CheckLocalUserConflict struct {
	Payload *models.APIResult
}

CheckLocalUserConflict handles this case with default header values.

Conflict

func NewCheckLocalUserConflict

func NewCheckLocalUserConflict() *CheckLocalUserConflict

NewCheckLocalUserConflict creates a CheckLocalUserConflict with default headers values

func (*CheckLocalUserConflict) Error

func (o *CheckLocalUserConflict) Error() string

func (*CheckLocalUserConflict) GetPayload

func (o *CheckLocalUserConflict) GetPayload() *models.APIResult

type CheckLocalUserForbidden

type CheckLocalUserForbidden struct {
	Payload *models.APIResult
}

CheckLocalUserForbidden handles this case with default header values.

Forbidden

func NewCheckLocalUserForbidden

func NewCheckLocalUserForbidden() *CheckLocalUserForbidden

NewCheckLocalUserForbidden creates a CheckLocalUserForbidden with default headers values

func (*CheckLocalUserForbidden) Error

func (o *CheckLocalUserForbidden) Error() string

func (*CheckLocalUserForbidden) GetPayload

func (o *CheckLocalUserForbidden) GetPayload() *models.APIResult

type CheckLocalUserInternalServerError

type CheckLocalUserInternalServerError struct {
	Payload *models.APIResult
}

CheckLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewCheckLocalUserInternalServerError

func NewCheckLocalUserInternalServerError() *CheckLocalUserInternalServerError

NewCheckLocalUserInternalServerError creates a CheckLocalUserInternalServerError with default headers values

func (*CheckLocalUserInternalServerError) Error

func (*CheckLocalUserInternalServerError) GetPayload

type CheckLocalUserNotFound

type CheckLocalUserNotFound struct {
	Payload *models.APIResult
}

CheckLocalUserNotFound handles this case with default header values.

Not Found

func NewCheckLocalUserNotFound

func NewCheckLocalUserNotFound() *CheckLocalUserNotFound

NewCheckLocalUserNotFound creates a CheckLocalUserNotFound with default headers values

func (*CheckLocalUserNotFound) Error

func (o *CheckLocalUserNotFound) Error() string

func (*CheckLocalUserNotFound) GetPayload

func (o *CheckLocalUserNotFound) GetPayload() *models.APIResult

type CheckLocalUserOK

type CheckLocalUserOK struct {
	Payload *models.APIResultPasswordStrengthCheckResponse
}

CheckLocalUserOK handles this case with default header values.

OK

func NewCheckLocalUserOK

func NewCheckLocalUserOK() *CheckLocalUserOK

NewCheckLocalUserOK creates a CheckLocalUserOK with default headers values

func (*CheckLocalUserOK) Error

func (o *CheckLocalUserOK) Error() string

func (*CheckLocalUserOK) GetPayload

type CheckLocalUserParams

type CheckLocalUserParams struct {

	/*PasswordStrengthCheckRequest
	  passwordStrengthCheckRequest

	*/
	PasswordStrengthCheckRequest *models.PasswordStrengthCheckRequest

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

CheckLocalUserParams contains all the parameters to send to the API endpoint for the check local user operation typically these are written to a http.Request

func NewCheckLocalUserParams

func NewCheckLocalUserParams() *CheckLocalUserParams

NewCheckLocalUserParams creates a new CheckLocalUserParams object with the default values initialized.

func NewCheckLocalUserParamsWithContext

func NewCheckLocalUserParamsWithContext(ctx context.Context) *CheckLocalUserParams

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

func NewCheckLocalUserParamsWithHTTPClient

func NewCheckLocalUserParamsWithHTTPClient(client *http.Client) *CheckLocalUserParams

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

func NewCheckLocalUserParamsWithTimeout

func NewCheckLocalUserParamsWithTimeout(timeout time.Duration) *CheckLocalUserParams

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

func (*CheckLocalUserParams) SetContext

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

SetContext adds the context to the check local user params

func (*CheckLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the check local user params

func (*CheckLocalUserParams) SetPasswordStrengthCheckRequest

func (o *CheckLocalUserParams) SetPasswordStrengthCheckRequest(passwordStrengthCheckRequest *models.PasswordStrengthCheckRequest)

SetPasswordStrengthCheckRequest adds the passwordStrengthCheckRequest to the check local user params

func (*CheckLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the check local user params

func (*CheckLocalUserParams) WithContext

WithContext adds the context to the check local user params

func (*CheckLocalUserParams) WithHTTPClient

func (o *CheckLocalUserParams) WithHTTPClient(client *http.Client) *CheckLocalUserParams

WithHTTPClient adds the HTTPClient to the check local user params

func (*CheckLocalUserParams) WithPasswordStrengthCheckRequest

func (o *CheckLocalUserParams) WithPasswordStrengthCheckRequest(passwordStrengthCheckRequest *models.PasswordStrengthCheckRequest) *CheckLocalUserParams

WithPasswordStrengthCheckRequest adds the passwordStrengthCheckRequest to the check local user params

func (*CheckLocalUserParams) WithTimeout

func (o *CheckLocalUserParams) WithTimeout(timeout time.Duration) *CheckLocalUserParams

WithTimeout adds the timeout to the check local user params

func (*CheckLocalUserParams) WriteToRequest

func (o *CheckLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CheckLocalUserReader

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

CheckLocalUserReader is a Reader for the CheckLocalUser structure.

func (*CheckLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CheckLocalUserUnauthorized

type CheckLocalUserUnauthorized struct {
	Payload *models.APIResult
}

CheckLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewCheckLocalUserUnauthorized

func NewCheckLocalUserUnauthorized() *CheckLocalUserUnauthorized

NewCheckLocalUserUnauthorized creates a CheckLocalUserUnauthorized with default headers values

func (*CheckLocalUserUnauthorized) Error

func (*CheckLocalUserUnauthorized) GetPayload

func (o *CheckLocalUserUnauthorized) GetPayload() *models.APIResult

type Client

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

Client for local user controller API

func (*Client) CheckLocalUser

func (a *Client) CheckLocalUser(params *CheckLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*CheckLocalUserOK, error)

CheckLocalUser checks the provided password using the system password strength validator and the specified dictionaries

func (*Client) CreateLocalUser

func (a *Client) CreateLocalUser(params *CreateLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*CreateLocalUserCreated, error)

CreateLocalUser creates

func (*Client) DeleteLocalUser

func (a *Client) DeleteLocalUser(params *DeleteLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalUserOK, error)

DeleteLocalUser deletes

func (*Client) ListLocalUser

func (a *Client) ListLocalUser(params *ListLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalUserOK, error)

ListLocalUser lists

func (*Client) MultiDeleteLocalUser

func (a *Client) MultiDeleteLocalUser(params *MultiDeleteLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteLocalUserOK, error)

MultiDeleteLocalUser multis delete

func (*Client) ReadLocalUser

func (a *Client) ReadLocalUser(params *ReadLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*ReadLocalUserOK, error)

ReadLocalUser reads

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateLocalUser

func (a *Client) UpdateLocalUser(params *UpdateLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLocalUserOK, error)

UpdateLocalUser updates

type ClientService

type ClientService interface {
	CheckLocalUser(params *CheckLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*CheckLocalUserOK, error)

	CreateLocalUser(params *CreateLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*CreateLocalUserCreated, error)

	DeleteLocalUser(params *DeleteLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteLocalUserOK, error)

	ListLocalUser(params *ListLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*ListLocalUserOK, error)

	MultiDeleteLocalUser(params *MultiDeleteLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*MultiDeleteLocalUserOK, error)

	ReadLocalUser(params *ReadLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*ReadLocalUserOK, error)

	UpdateLocalUser(params *UpdateLocalUserParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateLocalUserOK, 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 local user controller API client.

type CreateLocalUserBadRequest

type CreateLocalUserBadRequest struct {
	Payload *models.APIResult
}

CreateLocalUserBadRequest handles this case with default header values.

Bad Request

func NewCreateLocalUserBadRequest

func NewCreateLocalUserBadRequest() *CreateLocalUserBadRequest

NewCreateLocalUserBadRequest creates a CreateLocalUserBadRequest with default headers values

func (*CreateLocalUserBadRequest) Error

func (o *CreateLocalUserBadRequest) Error() string

func (*CreateLocalUserBadRequest) GetPayload

func (o *CreateLocalUserBadRequest) GetPayload() *models.APIResult

type CreateLocalUserConflict

type CreateLocalUserConflict struct {
	Payload *models.APIResult
}

CreateLocalUserConflict handles this case with default header values.

Conflict

func NewCreateLocalUserConflict

func NewCreateLocalUserConflict() *CreateLocalUserConflict

NewCreateLocalUserConflict creates a CreateLocalUserConflict with default headers values

func (*CreateLocalUserConflict) Error

func (o *CreateLocalUserConflict) Error() string

func (*CreateLocalUserConflict) GetPayload

func (o *CreateLocalUserConflict) GetPayload() *models.APIResult

type CreateLocalUserCreated

type CreateLocalUserCreated struct {
	Payload *models.APIResultLocalUser
}

CreateLocalUserCreated handles this case with default header values.

Created

func NewCreateLocalUserCreated

func NewCreateLocalUserCreated() *CreateLocalUserCreated

NewCreateLocalUserCreated creates a CreateLocalUserCreated with default headers values

func (*CreateLocalUserCreated) Error

func (o *CreateLocalUserCreated) Error() string

func (*CreateLocalUserCreated) GetPayload

type CreateLocalUserForbidden

type CreateLocalUserForbidden struct {
	Payload *models.APIResult
}

CreateLocalUserForbidden handles this case with default header values.

Forbidden

func NewCreateLocalUserForbidden

func NewCreateLocalUserForbidden() *CreateLocalUserForbidden

NewCreateLocalUserForbidden creates a CreateLocalUserForbidden with default headers values

func (*CreateLocalUserForbidden) Error

func (o *CreateLocalUserForbidden) Error() string

func (*CreateLocalUserForbidden) GetPayload

func (o *CreateLocalUserForbidden) GetPayload() *models.APIResult

type CreateLocalUserInternalServerError

type CreateLocalUserInternalServerError struct {
	Payload *models.APIResult
}

CreateLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateLocalUserInternalServerError

func NewCreateLocalUserInternalServerError() *CreateLocalUserInternalServerError

NewCreateLocalUserInternalServerError creates a CreateLocalUserInternalServerError with default headers values

func (*CreateLocalUserInternalServerError) Error

func (*CreateLocalUserInternalServerError) GetPayload

type CreateLocalUserNotFound

type CreateLocalUserNotFound struct {
	Payload *models.APIResult
}

CreateLocalUserNotFound handles this case with default header values.

Not Found

func NewCreateLocalUserNotFound

func NewCreateLocalUserNotFound() *CreateLocalUserNotFound

NewCreateLocalUserNotFound creates a CreateLocalUserNotFound with default headers values

func (*CreateLocalUserNotFound) Error

func (o *CreateLocalUserNotFound) Error() string

func (*CreateLocalUserNotFound) GetPayload

func (o *CreateLocalUserNotFound) GetPayload() *models.APIResult

type CreateLocalUserParams

type CreateLocalUserParams struct {

	/*User
	  user

	*/
	User *models.LocalUser

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

CreateLocalUserParams contains all the parameters to send to the API endpoint for the create local user operation typically these are written to a http.Request

func NewCreateLocalUserParams

func NewCreateLocalUserParams() *CreateLocalUserParams

NewCreateLocalUserParams creates a new CreateLocalUserParams object with the default values initialized.

func NewCreateLocalUserParamsWithContext

func NewCreateLocalUserParamsWithContext(ctx context.Context) *CreateLocalUserParams

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

func NewCreateLocalUserParamsWithHTTPClient

func NewCreateLocalUserParamsWithHTTPClient(client *http.Client) *CreateLocalUserParams

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

func NewCreateLocalUserParamsWithTimeout

func NewCreateLocalUserParamsWithTimeout(timeout time.Duration) *CreateLocalUserParams

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

func (*CreateLocalUserParams) SetContext

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

SetContext adds the context to the create local user params

func (*CreateLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create local user params

func (*CreateLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the create local user params

func (*CreateLocalUserParams) SetUser

func (o *CreateLocalUserParams) SetUser(user *models.LocalUser)

SetUser adds the user to the create local user params

func (*CreateLocalUserParams) WithContext

WithContext adds the context to the create local user params

func (*CreateLocalUserParams) WithHTTPClient

func (o *CreateLocalUserParams) WithHTTPClient(client *http.Client) *CreateLocalUserParams

WithHTTPClient adds the HTTPClient to the create local user params

func (*CreateLocalUserParams) WithTimeout

func (o *CreateLocalUserParams) WithTimeout(timeout time.Duration) *CreateLocalUserParams

WithTimeout adds the timeout to the create local user params

func (*CreateLocalUserParams) WithUser

WithUser adds the user to the create local user params

func (*CreateLocalUserParams) WriteToRequest

func (o *CreateLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateLocalUserReader

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

CreateLocalUserReader is a Reader for the CreateLocalUser structure.

func (*CreateLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateLocalUserUnauthorized

type CreateLocalUserUnauthorized struct {
	Payload *models.APIResult
}

CreateLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewCreateLocalUserUnauthorized

func NewCreateLocalUserUnauthorized() *CreateLocalUserUnauthorized

NewCreateLocalUserUnauthorized creates a CreateLocalUserUnauthorized with default headers values

func (*CreateLocalUserUnauthorized) Error

func (*CreateLocalUserUnauthorized) GetPayload

func (o *CreateLocalUserUnauthorized) GetPayload() *models.APIResult

type DeleteLocalUserBadRequest

type DeleteLocalUserBadRequest struct {
	Payload *models.APIResult
}

DeleteLocalUserBadRequest handles this case with default header values.

Bad Request

func NewDeleteLocalUserBadRequest

func NewDeleteLocalUserBadRequest() *DeleteLocalUserBadRequest

NewDeleteLocalUserBadRequest creates a DeleteLocalUserBadRequest with default headers values

func (*DeleteLocalUserBadRequest) Error

func (o *DeleteLocalUserBadRequest) Error() string

func (*DeleteLocalUserBadRequest) GetPayload

func (o *DeleteLocalUserBadRequest) GetPayload() *models.APIResult

type DeleteLocalUserConflict

type DeleteLocalUserConflict struct {
	Payload *models.APIResult
}

DeleteLocalUserConflict handles this case with default header values.

Conflict

func NewDeleteLocalUserConflict

func NewDeleteLocalUserConflict() *DeleteLocalUserConflict

NewDeleteLocalUserConflict creates a DeleteLocalUserConflict with default headers values

func (*DeleteLocalUserConflict) Error

func (o *DeleteLocalUserConflict) Error() string

func (*DeleteLocalUserConflict) GetPayload

func (o *DeleteLocalUserConflict) GetPayload() *models.APIResult

type DeleteLocalUserForbidden

type DeleteLocalUserForbidden struct {
	Payload *models.APIResult
}

DeleteLocalUserForbidden handles this case with default header values.

Forbidden

func NewDeleteLocalUserForbidden

func NewDeleteLocalUserForbidden() *DeleteLocalUserForbidden

NewDeleteLocalUserForbidden creates a DeleteLocalUserForbidden with default headers values

func (*DeleteLocalUserForbidden) Error

func (o *DeleteLocalUserForbidden) Error() string

func (*DeleteLocalUserForbidden) GetPayload

func (o *DeleteLocalUserForbidden) GetPayload() *models.APIResult

type DeleteLocalUserInternalServerError

type DeleteLocalUserInternalServerError struct {
	Payload *models.APIResult
}

DeleteLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteLocalUserInternalServerError

func NewDeleteLocalUserInternalServerError() *DeleteLocalUserInternalServerError

NewDeleteLocalUserInternalServerError creates a DeleteLocalUserInternalServerError with default headers values

func (*DeleteLocalUserInternalServerError) Error

func (*DeleteLocalUserInternalServerError) GetPayload

type DeleteLocalUserNotFound

type DeleteLocalUserNotFound struct {
	Payload *models.APIResult
}

DeleteLocalUserNotFound handles this case with default header values.

Not Found

func NewDeleteLocalUserNotFound

func NewDeleteLocalUserNotFound() *DeleteLocalUserNotFound

NewDeleteLocalUserNotFound creates a DeleteLocalUserNotFound with default headers values

func (*DeleteLocalUserNotFound) Error

func (o *DeleteLocalUserNotFound) Error() string

func (*DeleteLocalUserNotFound) GetPayload

func (o *DeleteLocalUserNotFound) GetPayload() *models.APIResult

type DeleteLocalUserOK

type DeleteLocalUserOK struct {
	Payload *models.APIResultVoid
}

DeleteLocalUserOK handles this case with default header values.

OK

func NewDeleteLocalUserOK

func NewDeleteLocalUserOK() *DeleteLocalUserOK

NewDeleteLocalUserOK creates a DeleteLocalUserOK with default headers values

func (*DeleteLocalUserOK) Error

func (o *DeleteLocalUserOK) Error() string

func (*DeleteLocalUserOK) GetPayload

func (o *DeleteLocalUserOK) GetPayload() *models.APIResultVoid

type DeleteLocalUserParams

type DeleteLocalUserParams struct {

	/*ID
	  id

	*/
	ID int64

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

DeleteLocalUserParams contains all the parameters to send to the API endpoint for the delete local user operation typically these are written to a http.Request

func NewDeleteLocalUserParams

func NewDeleteLocalUserParams() *DeleteLocalUserParams

NewDeleteLocalUserParams creates a new DeleteLocalUserParams object with the default values initialized.

func NewDeleteLocalUserParamsWithContext

func NewDeleteLocalUserParamsWithContext(ctx context.Context) *DeleteLocalUserParams

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

func NewDeleteLocalUserParamsWithHTTPClient

func NewDeleteLocalUserParamsWithHTTPClient(client *http.Client) *DeleteLocalUserParams

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

func NewDeleteLocalUserParamsWithTimeout

func NewDeleteLocalUserParamsWithTimeout(timeout time.Duration) *DeleteLocalUserParams

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

func (*DeleteLocalUserParams) SetContext

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

SetContext adds the context to the delete local user params

func (*DeleteLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete local user params

func (*DeleteLocalUserParams) SetID

func (o *DeleteLocalUserParams) SetID(id int64)

SetID adds the id to the delete local user params

func (*DeleteLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the delete local user params

func (*DeleteLocalUserParams) WithContext

WithContext adds the context to the delete local user params

func (*DeleteLocalUserParams) WithHTTPClient

func (o *DeleteLocalUserParams) WithHTTPClient(client *http.Client) *DeleteLocalUserParams

WithHTTPClient adds the HTTPClient to the delete local user params

func (*DeleteLocalUserParams) WithID

WithID adds the id to the delete local user params

func (*DeleteLocalUserParams) WithTimeout

func (o *DeleteLocalUserParams) WithTimeout(timeout time.Duration) *DeleteLocalUserParams

WithTimeout adds the timeout to the delete local user params

func (*DeleteLocalUserParams) WriteToRequest

func (o *DeleteLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteLocalUserReader

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

DeleteLocalUserReader is a Reader for the DeleteLocalUser structure.

func (*DeleteLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLocalUserUnauthorized

type DeleteLocalUserUnauthorized struct {
	Payload *models.APIResult
}

DeleteLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteLocalUserUnauthorized

func NewDeleteLocalUserUnauthorized() *DeleteLocalUserUnauthorized

NewDeleteLocalUserUnauthorized creates a DeleteLocalUserUnauthorized with default headers values

func (*DeleteLocalUserUnauthorized) Error

func (*DeleteLocalUserUnauthorized) GetPayload

func (o *DeleteLocalUserUnauthorized) GetPayload() *models.APIResult

type ListLocalUserBadRequest

type ListLocalUserBadRequest struct {
	Payload *models.APIResult
}

ListLocalUserBadRequest handles this case with default header values.

Bad Request

func NewListLocalUserBadRequest

func NewListLocalUserBadRequest() *ListLocalUserBadRequest

NewListLocalUserBadRequest creates a ListLocalUserBadRequest with default headers values

func (*ListLocalUserBadRequest) Error

func (o *ListLocalUserBadRequest) Error() string

func (*ListLocalUserBadRequest) GetPayload

func (o *ListLocalUserBadRequest) GetPayload() *models.APIResult

type ListLocalUserConflict

type ListLocalUserConflict struct {
	Payload *models.APIResult
}

ListLocalUserConflict handles this case with default header values.

Conflict

func NewListLocalUserConflict

func NewListLocalUserConflict() *ListLocalUserConflict

NewListLocalUserConflict creates a ListLocalUserConflict with default headers values

func (*ListLocalUserConflict) Error

func (o *ListLocalUserConflict) Error() string

func (*ListLocalUserConflict) GetPayload

func (o *ListLocalUserConflict) GetPayload() *models.APIResult

type ListLocalUserForbidden

type ListLocalUserForbidden struct {
	Payload *models.APIResult
}

ListLocalUserForbidden handles this case with default header values.

Forbidden

func NewListLocalUserForbidden

func NewListLocalUserForbidden() *ListLocalUserForbidden

NewListLocalUserForbidden creates a ListLocalUserForbidden with default headers values

func (*ListLocalUserForbidden) Error

func (o *ListLocalUserForbidden) Error() string

func (*ListLocalUserForbidden) GetPayload

func (o *ListLocalUserForbidden) GetPayload() *models.APIResult

type ListLocalUserInternalServerError

type ListLocalUserInternalServerError struct {
	Payload *models.APIResult
}

ListLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewListLocalUserInternalServerError

func NewListLocalUserInternalServerError() *ListLocalUserInternalServerError

NewListLocalUserInternalServerError creates a ListLocalUserInternalServerError with default headers values

func (*ListLocalUserInternalServerError) Error

func (*ListLocalUserInternalServerError) GetPayload

type ListLocalUserNotFound

type ListLocalUserNotFound struct {
	Payload *models.APIResult
}

ListLocalUserNotFound handles this case with default header values.

Not Found

func NewListLocalUserNotFound

func NewListLocalUserNotFound() *ListLocalUserNotFound

NewListLocalUserNotFound creates a ListLocalUserNotFound with default headers values

func (*ListLocalUserNotFound) Error

func (o *ListLocalUserNotFound) Error() string

func (*ListLocalUserNotFound) GetPayload

func (o *ListLocalUserNotFound) GetPayload() *models.APIResult

type ListLocalUserOK

type ListLocalUserOK struct {
	Payload *models.APIResultListLocalUser
}

ListLocalUserOK handles this case with default header values.

OK

func NewListLocalUserOK

func NewListLocalUserOK() *ListLocalUserOK

NewListLocalUserOK creates a ListLocalUserOK with default headers values

func (*ListLocalUserOK) Error

func (o *ListLocalUserOK) Error() string

func (*ListLocalUserOK) GetPayload

type ListLocalUserParams

type ListLocalUserParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*Q
	  A search query

	*/
	Q *string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListLocalUserParams contains all the parameters to send to the API endpoint for the list local user operation typically these are written to a http.Request

func NewListLocalUserParams

func NewListLocalUserParams() *ListLocalUserParams

NewListLocalUserParams creates a new ListLocalUserParams object with the default values initialized.

func NewListLocalUserParamsWithContext

func NewListLocalUserParamsWithContext(ctx context.Context) *ListLocalUserParams

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

func NewListLocalUserParamsWithHTTPClient

func NewListLocalUserParamsWithHTTPClient(client *http.Client) *ListLocalUserParams

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

func NewListLocalUserParamsWithTimeout

func NewListLocalUserParamsWithTimeout(timeout time.Duration) *ListLocalUserParams

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

func (*ListLocalUserParams) SetContext

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

SetContext adds the context to the list local user params

func (*ListLocalUserParams) SetFields

func (o *ListLocalUserParams) SetFields(fields *string)

SetFields adds the fields to the list local user params

func (*ListLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list local user params

func (*ListLocalUserParams) SetLimit

func (o *ListLocalUserParams) SetLimit(limit *int32)

SetLimit adds the limit to the list local user params

func (*ListLocalUserParams) SetOrderby

func (o *ListLocalUserParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list local user params

func (*ListLocalUserParams) SetQ

func (o *ListLocalUserParams) SetQ(q *string)

SetQ adds the q to the list local user params

func (*ListLocalUserParams) SetStart

func (o *ListLocalUserParams) SetStart(start *int32)

SetStart adds the start to the list local user params

func (*ListLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the list local user params

func (*ListLocalUserParams) WithContext

WithContext adds the context to the list local user params

func (*ListLocalUserParams) WithFields

func (o *ListLocalUserParams) WithFields(fields *string) *ListLocalUserParams

WithFields adds the fields to the list local user params

func (*ListLocalUserParams) WithHTTPClient

func (o *ListLocalUserParams) WithHTTPClient(client *http.Client) *ListLocalUserParams

WithHTTPClient adds the HTTPClient to the list local user params

func (*ListLocalUserParams) WithLimit

func (o *ListLocalUserParams) WithLimit(limit *int32) *ListLocalUserParams

WithLimit adds the limit to the list local user params

func (*ListLocalUserParams) WithOrderby

func (o *ListLocalUserParams) WithOrderby(orderby *string) *ListLocalUserParams

WithOrderby adds the orderby to the list local user params

func (*ListLocalUserParams) WithQ

WithQ adds the q to the list local user params

func (*ListLocalUserParams) WithStart

func (o *ListLocalUserParams) WithStart(start *int32) *ListLocalUserParams

WithStart adds the start to the list local user params

func (*ListLocalUserParams) WithTimeout

func (o *ListLocalUserParams) WithTimeout(timeout time.Duration) *ListLocalUserParams

WithTimeout adds the timeout to the list local user params

func (*ListLocalUserParams) WriteToRequest

func (o *ListLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListLocalUserReader

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

ListLocalUserReader is a Reader for the ListLocalUser structure.

func (*ListLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListLocalUserUnauthorized

type ListLocalUserUnauthorized struct {
	Payload *models.APIResult
}

ListLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewListLocalUserUnauthorized

func NewListLocalUserUnauthorized() *ListLocalUserUnauthorized

NewListLocalUserUnauthorized creates a ListLocalUserUnauthorized with default headers values

func (*ListLocalUserUnauthorized) Error

func (o *ListLocalUserUnauthorized) Error() string

func (*ListLocalUserUnauthorized) GetPayload

func (o *ListLocalUserUnauthorized) GetPayload() *models.APIResult

type MultiDeleteLocalUserBadRequest

type MultiDeleteLocalUserBadRequest struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserBadRequest handles this case with default header values.

Bad Request

func NewMultiDeleteLocalUserBadRequest

func NewMultiDeleteLocalUserBadRequest() *MultiDeleteLocalUserBadRequest

NewMultiDeleteLocalUserBadRequest creates a MultiDeleteLocalUserBadRequest with default headers values

func (*MultiDeleteLocalUserBadRequest) Error

func (*MultiDeleteLocalUserBadRequest) GetPayload

type MultiDeleteLocalUserConflict

type MultiDeleteLocalUserConflict struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserConflict handles this case with default header values.

Conflict

func NewMultiDeleteLocalUserConflict

func NewMultiDeleteLocalUserConflict() *MultiDeleteLocalUserConflict

NewMultiDeleteLocalUserConflict creates a MultiDeleteLocalUserConflict with default headers values

func (*MultiDeleteLocalUserConflict) Error

func (*MultiDeleteLocalUserConflict) GetPayload

type MultiDeleteLocalUserForbidden

type MultiDeleteLocalUserForbidden struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserForbidden handles this case with default header values.

Forbidden

func NewMultiDeleteLocalUserForbidden

func NewMultiDeleteLocalUserForbidden() *MultiDeleteLocalUserForbidden

NewMultiDeleteLocalUserForbidden creates a MultiDeleteLocalUserForbidden with default headers values

func (*MultiDeleteLocalUserForbidden) Error

func (*MultiDeleteLocalUserForbidden) GetPayload

type MultiDeleteLocalUserInternalServerError

type MultiDeleteLocalUserInternalServerError struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewMultiDeleteLocalUserInternalServerError

func NewMultiDeleteLocalUserInternalServerError() *MultiDeleteLocalUserInternalServerError

NewMultiDeleteLocalUserInternalServerError creates a MultiDeleteLocalUserInternalServerError with default headers values

func (*MultiDeleteLocalUserInternalServerError) Error

func (*MultiDeleteLocalUserInternalServerError) GetPayload

type MultiDeleteLocalUserNotFound

type MultiDeleteLocalUserNotFound struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserNotFound handles this case with default header values.

Not Found

func NewMultiDeleteLocalUserNotFound

func NewMultiDeleteLocalUserNotFound() *MultiDeleteLocalUserNotFound

NewMultiDeleteLocalUserNotFound creates a MultiDeleteLocalUserNotFound with default headers values

func (*MultiDeleteLocalUserNotFound) Error

func (*MultiDeleteLocalUserNotFound) GetPayload

type MultiDeleteLocalUserOK

type MultiDeleteLocalUserOK struct {
	Payload *models.APIResultVoid
}

MultiDeleteLocalUserOK handles this case with default header values.

OK

func NewMultiDeleteLocalUserOK

func NewMultiDeleteLocalUserOK() *MultiDeleteLocalUserOK

NewMultiDeleteLocalUserOK creates a MultiDeleteLocalUserOK with default headers values

func (*MultiDeleteLocalUserOK) Error

func (o *MultiDeleteLocalUserOK) Error() string

func (*MultiDeleteLocalUserOK) GetPayload

func (o *MultiDeleteLocalUserOK) GetPayload() *models.APIResultVoid

type MultiDeleteLocalUserParams

type MultiDeleteLocalUserParams struct {

	/*Ids
	  A comma-separated list of resource identifiers

	*/
	Ids string

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

MultiDeleteLocalUserParams contains all the parameters to send to the API endpoint for the multi delete local user operation typically these are written to a http.Request

func NewMultiDeleteLocalUserParams

func NewMultiDeleteLocalUserParams() *MultiDeleteLocalUserParams

NewMultiDeleteLocalUserParams creates a new MultiDeleteLocalUserParams object with the default values initialized.

func NewMultiDeleteLocalUserParamsWithContext

func NewMultiDeleteLocalUserParamsWithContext(ctx context.Context) *MultiDeleteLocalUserParams

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

func NewMultiDeleteLocalUserParamsWithHTTPClient

func NewMultiDeleteLocalUserParamsWithHTTPClient(client *http.Client) *MultiDeleteLocalUserParams

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

func NewMultiDeleteLocalUserParamsWithTimeout

func NewMultiDeleteLocalUserParamsWithTimeout(timeout time.Duration) *MultiDeleteLocalUserParams

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

func (*MultiDeleteLocalUserParams) SetContext

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

SetContext adds the context to the multi delete local user params

func (*MultiDeleteLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the multi delete local user params

func (*MultiDeleteLocalUserParams) SetIds

func (o *MultiDeleteLocalUserParams) SetIds(ids string)

SetIds adds the ids to the multi delete local user params

func (*MultiDeleteLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the multi delete local user params

func (*MultiDeleteLocalUserParams) WithContext

WithContext adds the context to the multi delete local user params

func (*MultiDeleteLocalUserParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the multi delete local user params

func (*MultiDeleteLocalUserParams) WithIds

WithIds adds the ids to the multi delete local user params

func (*MultiDeleteLocalUserParams) WithTimeout

WithTimeout adds the timeout to the multi delete local user params

func (*MultiDeleteLocalUserParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MultiDeleteLocalUserReader

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

MultiDeleteLocalUserReader is a Reader for the MultiDeleteLocalUser structure.

func (*MultiDeleteLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MultiDeleteLocalUserUnauthorized

type MultiDeleteLocalUserUnauthorized struct {
	Payload *models.APIResult
}

MultiDeleteLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewMultiDeleteLocalUserUnauthorized

func NewMultiDeleteLocalUserUnauthorized() *MultiDeleteLocalUserUnauthorized

NewMultiDeleteLocalUserUnauthorized creates a MultiDeleteLocalUserUnauthorized with default headers values

func (*MultiDeleteLocalUserUnauthorized) Error

func (*MultiDeleteLocalUserUnauthorized) GetPayload

type ReadLocalUserBadRequest

type ReadLocalUserBadRequest struct {
	Payload *models.APIResult
}

ReadLocalUserBadRequest handles this case with default header values.

Bad Request

func NewReadLocalUserBadRequest

func NewReadLocalUserBadRequest() *ReadLocalUserBadRequest

NewReadLocalUserBadRequest creates a ReadLocalUserBadRequest with default headers values

func (*ReadLocalUserBadRequest) Error

func (o *ReadLocalUserBadRequest) Error() string

func (*ReadLocalUserBadRequest) GetPayload

func (o *ReadLocalUserBadRequest) GetPayload() *models.APIResult

type ReadLocalUserConflict

type ReadLocalUserConflict struct {
	Payload *models.APIResult
}

ReadLocalUserConflict handles this case with default header values.

Conflict

func NewReadLocalUserConflict

func NewReadLocalUserConflict() *ReadLocalUserConflict

NewReadLocalUserConflict creates a ReadLocalUserConflict with default headers values

func (*ReadLocalUserConflict) Error

func (o *ReadLocalUserConflict) Error() string

func (*ReadLocalUserConflict) GetPayload

func (o *ReadLocalUserConflict) GetPayload() *models.APIResult

type ReadLocalUserForbidden

type ReadLocalUserForbidden struct {
	Payload *models.APIResult
}

ReadLocalUserForbidden handles this case with default header values.

Forbidden

func NewReadLocalUserForbidden

func NewReadLocalUserForbidden() *ReadLocalUserForbidden

NewReadLocalUserForbidden creates a ReadLocalUserForbidden with default headers values

func (*ReadLocalUserForbidden) Error

func (o *ReadLocalUserForbidden) Error() string

func (*ReadLocalUserForbidden) GetPayload

func (o *ReadLocalUserForbidden) GetPayload() *models.APIResult

type ReadLocalUserInternalServerError

type ReadLocalUserInternalServerError struct {
	Payload *models.APIResult
}

ReadLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewReadLocalUserInternalServerError

func NewReadLocalUserInternalServerError() *ReadLocalUserInternalServerError

NewReadLocalUserInternalServerError creates a ReadLocalUserInternalServerError with default headers values

func (*ReadLocalUserInternalServerError) Error

func (*ReadLocalUserInternalServerError) GetPayload

type ReadLocalUserNotFound

type ReadLocalUserNotFound struct {
	Payload *models.APIResult
}

ReadLocalUserNotFound handles this case with default header values.

Not Found

func NewReadLocalUserNotFound

func NewReadLocalUserNotFound() *ReadLocalUserNotFound

NewReadLocalUserNotFound creates a ReadLocalUserNotFound with default headers values

func (*ReadLocalUserNotFound) Error

func (o *ReadLocalUserNotFound) Error() string

func (*ReadLocalUserNotFound) GetPayload

func (o *ReadLocalUserNotFound) GetPayload() *models.APIResult

type ReadLocalUserOK

type ReadLocalUserOK struct {
	Payload *models.APIResultLocalUser
}

ReadLocalUserOK handles this case with default header values.

OK

func NewReadLocalUserOK

func NewReadLocalUserOK() *ReadLocalUserOK

NewReadLocalUserOK creates a ReadLocalUserOK with default headers values

func (*ReadLocalUserOK) Error

func (o *ReadLocalUserOK) Error() string

func (*ReadLocalUserOK) GetPayload

func (o *ReadLocalUserOK) GetPayload() *models.APIResultLocalUser

type ReadLocalUserParams

type ReadLocalUserParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*ID
	  id

	*/
	ID int64

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

ReadLocalUserParams contains all the parameters to send to the API endpoint for the read local user operation typically these are written to a http.Request

func NewReadLocalUserParams

func NewReadLocalUserParams() *ReadLocalUserParams

NewReadLocalUserParams creates a new ReadLocalUserParams object with the default values initialized.

func NewReadLocalUserParamsWithContext

func NewReadLocalUserParamsWithContext(ctx context.Context) *ReadLocalUserParams

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

func NewReadLocalUserParamsWithHTTPClient

func NewReadLocalUserParamsWithHTTPClient(client *http.Client) *ReadLocalUserParams

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

func NewReadLocalUserParamsWithTimeout

func NewReadLocalUserParamsWithTimeout(timeout time.Duration) *ReadLocalUserParams

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

func (*ReadLocalUserParams) SetContext

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

SetContext adds the context to the read local user params

func (*ReadLocalUserParams) SetFields

func (o *ReadLocalUserParams) SetFields(fields *string)

SetFields adds the fields to the read local user params

func (*ReadLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read local user params

func (*ReadLocalUserParams) SetID

func (o *ReadLocalUserParams) SetID(id int64)

SetID adds the id to the read local user params

func (*ReadLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the read local user params

func (*ReadLocalUserParams) WithContext

WithContext adds the context to the read local user params

func (*ReadLocalUserParams) WithFields

func (o *ReadLocalUserParams) WithFields(fields *string) *ReadLocalUserParams

WithFields adds the fields to the read local user params

func (*ReadLocalUserParams) WithHTTPClient

func (o *ReadLocalUserParams) WithHTTPClient(client *http.Client) *ReadLocalUserParams

WithHTTPClient adds the HTTPClient to the read local user params

func (*ReadLocalUserParams) WithID

WithID adds the id to the read local user params

func (*ReadLocalUserParams) WithTimeout

func (o *ReadLocalUserParams) WithTimeout(timeout time.Duration) *ReadLocalUserParams

WithTimeout adds the timeout to the read local user params

func (*ReadLocalUserParams) WriteToRequest

func (o *ReadLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ReadLocalUserReader

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

ReadLocalUserReader is a Reader for the ReadLocalUser structure.

func (*ReadLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadLocalUserUnauthorized

type ReadLocalUserUnauthorized struct {
	Payload *models.APIResult
}

ReadLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewReadLocalUserUnauthorized

func NewReadLocalUserUnauthorized() *ReadLocalUserUnauthorized

NewReadLocalUserUnauthorized creates a ReadLocalUserUnauthorized with default headers values

func (*ReadLocalUserUnauthorized) Error

func (o *ReadLocalUserUnauthorized) Error() string

func (*ReadLocalUserUnauthorized) GetPayload

func (o *ReadLocalUserUnauthorized) GetPayload() *models.APIResult

type UpdateLocalUserBadRequest

type UpdateLocalUserBadRequest struct {
	Payload *models.APIResult
}

UpdateLocalUserBadRequest handles this case with default header values.

Bad Request

func NewUpdateLocalUserBadRequest

func NewUpdateLocalUserBadRequest() *UpdateLocalUserBadRequest

NewUpdateLocalUserBadRequest creates a UpdateLocalUserBadRequest with default headers values

func (*UpdateLocalUserBadRequest) Error

func (o *UpdateLocalUserBadRequest) Error() string

func (*UpdateLocalUserBadRequest) GetPayload

func (o *UpdateLocalUserBadRequest) GetPayload() *models.APIResult

type UpdateLocalUserConflict

type UpdateLocalUserConflict struct {
	Payload *models.APIResult
}

UpdateLocalUserConflict handles this case with default header values.

Conflict

func NewUpdateLocalUserConflict

func NewUpdateLocalUserConflict() *UpdateLocalUserConflict

NewUpdateLocalUserConflict creates a UpdateLocalUserConflict with default headers values

func (*UpdateLocalUserConflict) Error

func (o *UpdateLocalUserConflict) Error() string

func (*UpdateLocalUserConflict) GetPayload

func (o *UpdateLocalUserConflict) GetPayload() *models.APIResult

type UpdateLocalUserForbidden

type UpdateLocalUserForbidden struct {
	Payload *models.APIResult
}

UpdateLocalUserForbidden handles this case with default header values.

Forbidden

func NewUpdateLocalUserForbidden

func NewUpdateLocalUserForbidden() *UpdateLocalUserForbidden

NewUpdateLocalUserForbidden creates a UpdateLocalUserForbidden with default headers values

func (*UpdateLocalUserForbidden) Error

func (o *UpdateLocalUserForbidden) Error() string

func (*UpdateLocalUserForbidden) GetPayload

func (o *UpdateLocalUserForbidden) GetPayload() *models.APIResult

type UpdateLocalUserInternalServerError

type UpdateLocalUserInternalServerError struct {
	Payload *models.APIResult
}

UpdateLocalUserInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateLocalUserInternalServerError

func NewUpdateLocalUserInternalServerError() *UpdateLocalUserInternalServerError

NewUpdateLocalUserInternalServerError creates a UpdateLocalUserInternalServerError with default headers values

func (*UpdateLocalUserInternalServerError) Error

func (*UpdateLocalUserInternalServerError) GetPayload

type UpdateLocalUserNotFound

type UpdateLocalUserNotFound struct {
	Payload *models.APIResult
}

UpdateLocalUserNotFound handles this case with default header values.

Not Found

func NewUpdateLocalUserNotFound

func NewUpdateLocalUserNotFound() *UpdateLocalUserNotFound

NewUpdateLocalUserNotFound creates a UpdateLocalUserNotFound with default headers values

func (*UpdateLocalUserNotFound) Error

func (o *UpdateLocalUserNotFound) Error() string

func (*UpdateLocalUserNotFound) GetPayload

func (o *UpdateLocalUserNotFound) GetPayload() *models.APIResult

type UpdateLocalUserOK

type UpdateLocalUserOK struct {
	Payload *models.APIResultLocalUser
}

UpdateLocalUserOK handles this case with default header values.

OK

func NewUpdateLocalUserOK

func NewUpdateLocalUserOK() *UpdateLocalUserOK

NewUpdateLocalUserOK creates a UpdateLocalUserOK with default headers values

func (*UpdateLocalUserOK) Error

func (o *UpdateLocalUserOK) Error() string

func (*UpdateLocalUserOK) GetPayload

func (o *UpdateLocalUserOK) GetPayload() *models.APIResultLocalUser

type UpdateLocalUserParams

type UpdateLocalUserParams struct {

	/*ID
	  id

	*/
	ID int64
	/*User
	  user

	*/
	User *models.LocalUser

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

UpdateLocalUserParams contains all the parameters to send to the API endpoint for the update local user operation typically these are written to a http.Request

func NewUpdateLocalUserParams

func NewUpdateLocalUserParams() *UpdateLocalUserParams

NewUpdateLocalUserParams creates a new UpdateLocalUserParams object with the default values initialized.

func NewUpdateLocalUserParamsWithContext

func NewUpdateLocalUserParamsWithContext(ctx context.Context) *UpdateLocalUserParams

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

func NewUpdateLocalUserParamsWithHTTPClient

func NewUpdateLocalUserParamsWithHTTPClient(client *http.Client) *UpdateLocalUserParams

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

func NewUpdateLocalUserParamsWithTimeout

func NewUpdateLocalUserParamsWithTimeout(timeout time.Duration) *UpdateLocalUserParams

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

func (*UpdateLocalUserParams) SetContext

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

SetContext adds the context to the update local user params

func (*UpdateLocalUserParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update local user params

func (*UpdateLocalUserParams) SetID

func (o *UpdateLocalUserParams) SetID(id int64)

SetID adds the id to the update local user params

func (*UpdateLocalUserParams) SetTimeout

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

SetTimeout adds the timeout to the update local user params

func (*UpdateLocalUserParams) SetUser

func (o *UpdateLocalUserParams) SetUser(user *models.LocalUser)

SetUser adds the user to the update local user params

func (*UpdateLocalUserParams) WithContext

WithContext adds the context to the update local user params

func (*UpdateLocalUserParams) WithHTTPClient

func (o *UpdateLocalUserParams) WithHTTPClient(client *http.Client) *UpdateLocalUserParams

WithHTTPClient adds the HTTPClient to the update local user params

func (*UpdateLocalUserParams) WithID

WithID adds the id to the update local user params

func (*UpdateLocalUserParams) WithTimeout

func (o *UpdateLocalUserParams) WithTimeout(timeout time.Duration) *UpdateLocalUserParams

WithTimeout adds the timeout to the update local user params

func (*UpdateLocalUserParams) WithUser

WithUser adds the user to the update local user params

func (*UpdateLocalUserParams) WriteToRequest

func (o *UpdateLocalUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateLocalUserReader

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

UpdateLocalUserReader is a Reader for the UpdateLocalUser structure.

func (*UpdateLocalUserReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLocalUserUnauthorized

type UpdateLocalUserUnauthorized struct {
	Payload *models.APIResult
}

UpdateLocalUserUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateLocalUserUnauthorized

func NewUpdateLocalUserUnauthorized() *UpdateLocalUserUnauthorized

NewUpdateLocalUserUnauthorized creates a UpdateLocalUserUnauthorized with default headers values

func (*UpdateLocalUserUnauthorized) Error

func (*UpdateLocalUserUnauthorized) GetPayload

func (o *UpdateLocalUserUnauthorized) GetPayload() *models.APIResult

Jump to

Keyboard shortcuts

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