Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + type Client struct + func (a *Client) CreateUser(params *CreateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateUserOK, error) + func (a *Client) CurrentUser(params *CurrentUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CurrentUserOK, error) + func (a *Client) DeleteUser(params *DeleteUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteUserOK, error) + func (a *Client) GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserOK, error) + func (a *Client) GetUsers(params *GetUsersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUsersOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateCurrentUser(params *UpdateCurrentUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateCurrentUserOK, error) + func (a *Client) UpdateUser(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateUserOK, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateUser func(params *CreateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateUserOK, error) + CurrentUser func(params *CurrentUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CurrentUserOK, error) + DeleteUser func(params *DeleteUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteUserOK, error) + GetUser func(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserOK, error) + GetUsers func(params *GetUsersParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUsersOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateCurrentUser func(params *UpdateCurrentUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateCurrentUserOK, error) + UpdateUser func(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateUserOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type CreateUserBadRequest struct + Payload *models.Error + func NewCreateUserBadRequest() *CreateUserBadRequest + func (o *CreateUserBadRequest) Code() int + func (o *CreateUserBadRequest) Error() string + func (o *CreateUserBadRequest) GetPayload() *models.Error + func (o *CreateUserBadRequest) IsClientError() bool + func (o *CreateUserBadRequest) IsCode(code int) bool + func (o *CreateUserBadRequest) IsRedirect() bool + func (o *CreateUserBadRequest) IsServerError() bool + func (o *CreateUserBadRequest) IsSuccess() bool + func (o *CreateUserBadRequest) String() string + type CreateUserForbidden struct + Payload *models.Error + func NewCreateUserForbidden() *CreateUserForbidden + func (o *CreateUserForbidden) Code() int + func (o *CreateUserForbidden) Error() string + func (o *CreateUserForbidden) GetPayload() *models.Error + func (o *CreateUserForbidden) IsClientError() bool + func (o *CreateUserForbidden) IsCode(code int) bool + func (o *CreateUserForbidden) IsRedirect() bool + func (o *CreateUserForbidden) IsServerError() bool + func (o *CreateUserForbidden) IsSuccess() bool + func (o *CreateUserForbidden) String() string + type CreateUserOK struct + Payload *models.UserExternal + func NewCreateUserOK() *CreateUserOK + func (o *CreateUserOK) Code() int + func (o *CreateUserOK) Error() string + func (o *CreateUserOK) GetPayload() *models.UserExternal + func (o *CreateUserOK) IsClientError() bool + func (o *CreateUserOK) IsCode(code int) bool + func (o *CreateUserOK) IsRedirect() bool + func (o *CreateUserOK) IsServerError() bool + func (o *CreateUserOK) IsSuccess() bool + func (o *CreateUserOK) String() string + type CreateUserParams struct + Body *models.CreateUserExternal + Context context.Context + HTTPClient *http.Client + func NewCreateUserParams() *CreateUserParams + func NewCreateUserParamsWithContext(ctx context.Context) *CreateUserParams + func NewCreateUserParamsWithHTTPClient(client *http.Client) *CreateUserParams + func NewCreateUserParamsWithTimeout(timeout time.Duration) *CreateUserParams + func (o *CreateUserParams) SetBody(body *models.CreateUserExternal) + func (o *CreateUserParams) SetContext(ctx context.Context) + func (o *CreateUserParams) SetDefaults() + func (o *CreateUserParams) SetHTTPClient(client *http.Client) + func (o *CreateUserParams) SetTimeout(timeout time.Duration) + func (o *CreateUserParams) WithBody(body *models.CreateUserExternal) *CreateUserParams + func (o *CreateUserParams) WithContext(ctx context.Context) *CreateUserParams + func (o *CreateUserParams) WithDefaults() *CreateUserParams + func (o *CreateUserParams) WithHTTPClient(client *http.Client) *CreateUserParams + func (o *CreateUserParams) WithTimeout(timeout time.Duration) *CreateUserParams + func (o *CreateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateUserReader struct + func (o *CreateUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateUserUnauthorized struct + Payload *models.Error + func NewCreateUserUnauthorized() *CreateUserUnauthorized + func (o *CreateUserUnauthorized) Code() int + func (o *CreateUserUnauthorized) Error() string + func (o *CreateUserUnauthorized) GetPayload() *models.Error + func (o *CreateUserUnauthorized) IsClientError() bool + func (o *CreateUserUnauthorized) IsCode(code int) bool + func (o *CreateUserUnauthorized) IsRedirect() bool + func (o *CreateUserUnauthorized) IsServerError() bool + func (o *CreateUserUnauthorized) IsSuccess() bool + func (o *CreateUserUnauthorized) String() string + type CurrentUserForbidden struct + Payload *models.Error + func NewCurrentUserForbidden() *CurrentUserForbidden + func (o *CurrentUserForbidden) Code() int + func (o *CurrentUserForbidden) Error() string + func (o *CurrentUserForbidden) GetPayload() *models.Error + func (o *CurrentUserForbidden) IsClientError() bool + func (o *CurrentUserForbidden) IsCode(code int) bool + func (o *CurrentUserForbidden) IsRedirect() bool + func (o *CurrentUserForbidden) IsServerError() bool + func (o *CurrentUserForbidden) IsSuccess() bool + func (o *CurrentUserForbidden) String() string + type CurrentUserOK struct + Payload *models.UserExternal + func NewCurrentUserOK() *CurrentUserOK + func (o *CurrentUserOK) Code() int + func (o *CurrentUserOK) Error() string + func (o *CurrentUserOK) GetPayload() *models.UserExternal + func (o *CurrentUserOK) IsClientError() bool + func (o *CurrentUserOK) IsCode(code int) bool + func (o *CurrentUserOK) IsRedirect() bool + func (o *CurrentUserOK) IsServerError() bool + func (o *CurrentUserOK) IsSuccess() bool + func (o *CurrentUserOK) String() string + type CurrentUserParams struct + Context context.Context + HTTPClient *http.Client + func NewCurrentUserParams() *CurrentUserParams + func NewCurrentUserParamsWithContext(ctx context.Context) *CurrentUserParams + func NewCurrentUserParamsWithHTTPClient(client *http.Client) *CurrentUserParams + func NewCurrentUserParamsWithTimeout(timeout time.Duration) *CurrentUserParams + func (o *CurrentUserParams) SetContext(ctx context.Context) + func (o *CurrentUserParams) SetDefaults() + func (o *CurrentUserParams) SetHTTPClient(client *http.Client) + func (o *CurrentUserParams) SetTimeout(timeout time.Duration) + func (o *CurrentUserParams) WithContext(ctx context.Context) *CurrentUserParams + func (o *CurrentUserParams) WithDefaults() *CurrentUserParams + func (o *CurrentUserParams) WithHTTPClient(client *http.Client) *CurrentUserParams + func (o *CurrentUserParams) WithTimeout(timeout time.Duration) *CurrentUserParams + func (o *CurrentUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CurrentUserReader struct + func (o *CurrentUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CurrentUserUnauthorized struct + Payload *models.Error + func NewCurrentUserUnauthorized() *CurrentUserUnauthorized + func (o *CurrentUserUnauthorized) Code() int + func (o *CurrentUserUnauthorized) Error() string + func (o *CurrentUserUnauthorized) GetPayload() *models.Error + func (o *CurrentUserUnauthorized) IsClientError() bool + func (o *CurrentUserUnauthorized) IsCode(code int) bool + func (o *CurrentUserUnauthorized) IsRedirect() bool + func (o *CurrentUserUnauthorized) IsServerError() bool + func (o *CurrentUserUnauthorized) IsSuccess() bool + func (o *CurrentUserUnauthorized) String() string + type DeleteUserBadRequest struct + Payload *models.Error + func NewDeleteUserBadRequest() *DeleteUserBadRequest + func (o *DeleteUserBadRequest) Code() int + func (o *DeleteUserBadRequest) Error() string + func (o *DeleteUserBadRequest) GetPayload() *models.Error + func (o *DeleteUserBadRequest) IsClientError() bool + func (o *DeleteUserBadRequest) IsCode(code int) bool + func (o *DeleteUserBadRequest) IsRedirect() bool + func (o *DeleteUserBadRequest) IsServerError() bool + func (o *DeleteUserBadRequest) IsSuccess() bool + func (o *DeleteUserBadRequest) String() string + type DeleteUserForbidden struct + Payload *models.Error + func NewDeleteUserForbidden() *DeleteUserForbidden + func (o *DeleteUserForbidden) Code() int + func (o *DeleteUserForbidden) Error() string + func (o *DeleteUserForbidden) GetPayload() *models.Error + func (o *DeleteUserForbidden) IsClientError() bool + func (o *DeleteUserForbidden) IsCode(code int) bool + func (o *DeleteUserForbidden) IsRedirect() bool + func (o *DeleteUserForbidden) IsServerError() bool + func (o *DeleteUserForbidden) IsSuccess() bool + func (o *DeleteUserForbidden) String() string + type DeleteUserNotFound struct + Payload *models.Error + func NewDeleteUserNotFound() *DeleteUserNotFound + func (o *DeleteUserNotFound) Code() int + func (o *DeleteUserNotFound) Error() string + func (o *DeleteUserNotFound) GetPayload() *models.Error + func (o *DeleteUserNotFound) IsClientError() bool + func (o *DeleteUserNotFound) IsCode(code int) bool + func (o *DeleteUserNotFound) IsRedirect() bool + func (o *DeleteUserNotFound) IsServerError() bool + func (o *DeleteUserNotFound) IsSuccess() bool + func (o *DeleteUserNotFound) String() string + type DeleteUserOK struct + func NewDeleteUserOK() *DeleteUserOK + func (o *DeleteUserOK) Code() int + func (o *DeleteUserOK) Error() string + func (o *DeleteUserOK) IsClientError() bool + func (o *DeleteUserOK) IsCode(code int) bool + func (o *DeleteUserOK) IsRedirect() bool + func (o *DeleteUserOK) IsServerError() bool + func (o *DeleteUserOK) IsSuccess() bool + func (o *DeleteUserOK) String() string + type DeleteUserParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeleteUserParams() *DeleteUserParams + func NewDeleteUserParamsWithContext(ctx context.Context) *DeleteUserParams + func NewDeleteUserParamsWithHTTPClient(client *http.Client) *DeleteUserParams + func NewDeleteUserParamsWithTimeout(timeout time.Duration) *DeleteUserParams + func (o *DeleteUserParams) SetContext(ctx context.Context) + func (o *DeleteUserParams) SetDefaults() + func (o *DeleteUserParams) SetHTTPClient(client *http.Client) + func (o *DeleteUserParams) SetID(id int64) + func (o *DeleteUserParams) SetTimeout(timeout time.Duration) + func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams + func (o *DeleteUserParams) WithDefaults() *DeleteUserParams + func (o *DeleteUserParams) WithHTTPClient(client *http.Client) *DeleteUserParams + func (o *DeleteUserParams) WithID(id int64) *DeleteUserParams + func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams + func (o *DeleteUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteUserReader struct + func (o *DeleteUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteUserUnauthorized struct + Payload *models.Error + func NewDeleteUserUnauthorized() *DeleteUserUnauthorized + func (o *DeleteUserUnauthorized) Code() int + func (o *DeleteUserUnauthorized) Error() string + func (o *DeleteUserUnauthorized) GetPayload() *models.Error + func (o *DeleteUserUnauthorized) IsClientError() bool + func (o *DeleteUserUnauthorized) IsCode(code int) bool + func (o *DeleteUserUnauthorized) IsRedirect() bool + func (o *DeleteUserUnauthorized) IsServerError() bool + func (o *DeleteUserUnauthorized) IsSuccess() bool + func (o *DeleteUserUnauthorized) String() string + type GetUserBadRequest struct + Payload *models.Error + func NewGetUserBadRequest() *GetUserBadRequest + func (o *GetUserBadRequest) Code() int + func (o *GetUserBadRequest) Error() string + func (o *GetUserBadRequest) GetPayload() *models.Error + func (o *GetUserBadRequest) IsClientError() bool + func (o *GetUserBadRequest) IsCode(code int) bool + func (o *GetUserBadRequest) IsRedirect() bool + func (o *GetUserBadRequest) IsServerError() bool + func (o *GetUserBadRequest) IsSuccess() bool + func (o *GetUserBadRequest) String() string + type GetUserForbidden struct + Payload *models.Error + func NewGetUserForbidden() *GetUserForbidden + func (o *GetUserForbidden) Code() int + func (o *GetUserForbidden) Error() string + func (o *GetUserForbidden) GetPayload() *models.Error + func (o *GetUserForbidden) IsClientError() bool + func (o *GetUserForbidden) IsCode(code int) bool + func (o *GetUserForbidden) IsRedirect() bool + func (o *GetUserForbidden) IsServerError() bool + func (o *GetUserForbidden) IsSuccess() bool + func (o *GetUserForbidden) String() string + type GetUserNotFound struct + Payload *models.Error + func NewGetUserNotFound() *GetUserNotFound + func (o *GetUserNotFound) Code() int + func (o *GetUserNotFound) Error() string + func (o *GetUserNotFound) GetPayload() *models.Error + func (o *GetUserNotFound) IsClientError() bool + func (o *GetUserNotFound) IsCode(code int) bool + func (o *GetUserNotFound) IsRedirect() bool + func (o *GetUserNotFound) IsServerError() bool + func (o *GetUserNotFound) IsSuccess() bool + func (o *GetUserNotFound) String() string + type GetUserOK struct + Payload *models.UserExternal + func NewGetUserOK() *GetUserOK + func (o *GetUserOK) Code() int + func (o *GetUserOK) Error() string + func (o *GetUserOK) GetPayload() *models.UserExternal + func (o *GetUserOK) IsClientError() bool + func (o *GetUserOK) IsCode(code int) bool + func (o *GetUserOK) IsRedirect() bool + func (o *GetUserOK) IsServerError() bool + func (o *GetUserOK) IsSuccess() bool + func (o *GetUserOK) String() string + type GetUserParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewGetUserParams() *GetUserParams + func NewGetUserParamsWithContext(ctx context.Context) *GetUserParams + func NewGetUserParamsWithHTTPClient(client *http.Client) *GetUserParams + func NewGetUserParamsWithTimeout(timeout time.Duration) *GetUserParams + func (o *GetUserParams) SetContext(ctx context.Context) + func (o *GetUserParams) SetDefaults() + func (o *GetUserParams) SetHTTPClient(client *http.Client) + func (o *GetUserParams) SetID(id int64) + func (o *GetUserParams) SetTimeout(timeout time.Duration) + func (o *GetUserParams) WithContext(ctx context.Context) *GetUserParams + func (o *GetUserParams) WithDefaults() *GetUserParams + func (o *GetUserParams) WithHTTPClient(client *http.Client) *GetUserParams + func (o *GetUserParams) WithID(id int64) *GetUserParams + func (o *GetUserParams) WithTimeout(timeout time.Duration) *GetUserParams + func (o *GetUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUserReader struct + func (o *GetUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUserUnauthorized struct + Payload *models.Error + func NewGetUserUnauthorized() *GetUserUnauthorized + func (o *GetUserUnauthorized) Code() int + func (o *GetUserUnauthorized) Error() string + func (o *GetUserUnauthorized) GetPayload() *models.Error + func (o *GetUserUnauthorized) IsClientError() bool + func (o *GetUserUnauthorized) IsCode(code int) bool + func (o *GetUserUnauthorized) IsRedirect() bool + func (o *GetUserUnauthorized) IsServerError() bool + func (o *GetUserUnauthorized) IsSuccess() bool + func (o *GetUserUnauthorized) String() string + type GetUsersForbidden struct + Payload *models.Error + func NewGetUsersForbidden() *GetUsersForbidden + func (o *GetUsersForbidden) Code() int + func (o *GetUsersForbidden) Error() string + func (o *GetUsersForbidden) GetPayload() *models.Error + func (o *GetUsersForbidden) IsClientError() bool + func (o *GetUsersForbidden) IsCode(code int) bool + func (o *GetUsersForbidden) IsRedirect() bool + func (o *GetUsersForbidden) IsServerError() bool + func (o *GetUsersForbidden) IsSuccess() bool + func (o *GetUsersForbidden) String() string + type GetUsersOK struct + Payload []*models.UserExternal + func NewGetUsersOK() *GetUsersOK + func (o *GetUsersOK) Code() int + func (o *GetUsersOK) Error() string + func (o *GetUsersOK) GetPayload() []*models.UserExternal + func (o *GetUsersOK) IsClientError() bool + func (o *GetUsersOK) IsCode(code int) bool + func (o *GetUsersOK) IsRedirect() bool + func (o *GetUsersOK) IsServerError() bool + func (o *GetUsersOK) IsSuccess() bool + func (o *GetUsersOK) String() string + type GetUsersParams struct + Context context.Context + HTTPClient *http.Client + func NewGetUsersParams() *GetUsersParams + func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams + func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams + func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams + func (o *GetUsersParams) SetContext(ctx context.Context) + func (o *GetUsersParams) SetDefaults() + func (o *GetUsersParams) SetHTTPClient(client *http.Client) + func (o *GetUsersParams) SetTimeout(timeout time.Duration) + func (o *GetUsersParams) WithContext(ctx context.Context) *GetUsersParams + func (o *GetUsersParams) WithDefaults() *GetUsersParams + func (o *GetUsersParams) WithHTTPClient(client *http.Client) *GetUsersParams + func (o *GetUsersParams) WithTimeout(timeout time.Duration) *GetUsersParams + func (o *GetUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUsersReader struct + func (o *GetUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUsersUnauthorized struct + Payload *models.Error + func NewGetUsersUnauthorized() *GetUsersUnauthorized + func (o *GetUsersUnauthorized) Code() int + func (o *GetUsersUnauthorized) Error() string + func (o *GetUsersUnauthorized) GetPayload() *models.Error + func (o *GetUsersUnauthorized) IsClientError() bool + func (o *GetUsersUnauthorized) IsCode(code int) bool + func (o *GetUsersUnauthorized) IsRedirect() bool + func (o *GetUsersUnauthorized) IsServerError() bool + func (o *GetUsersUnauthorized) IsSuccess() bool + func (o *GetUsersUnauthorized) String() string + type UpdateCurrentUserBadRequest struct + Payload *models.Error + func NewUpdateCurrentUserBadRequest() *UpdateCurrentUserBadRequest + func (o *UpdateCurrentUserBadRequest) Code() int + func (o *UpdateCurrentUserBadRequest) Error() string + func (o *UpdateCurrentUserBadRequest) GetPayload() *models.Error + func (o *UpdateCurrentUserBadRequest) IsClientError() bool + func (o *UpdateCurrentUserBadRequest) IsCode(code int) bool + func (o *UpdateCurrentUserBadRequest) IsRedirect() bool + func (o *UpdateCurrentUserBadRequest) IsServerError() bool + func (o *UpdateCurrentUserBadRequest) IsSuccess() bool + func (o *UpdateCurrentUserBadRequest) String() string + type UpdateCurrentUserForbidden struct + Payload *models.Error + func NewUpdateCurrentUserForbidden() *UpdateCurrentUserForbidden + func (o *UpdateCurrentUserForbidden) Code() int + func (o *UpdateCurrentUserForbidden) Error() string + func (o *UpdateCurrentUserForbidden) GetPayload() *models.Error + func (o *UpdateCurrentUserForbidden) IsClientError() bool + func (o *UpdateCurrentUserForbidden) IsCode(code int) bool + func (o *UpdateCurrentUserForbidden) IsRedirect() bool + func (o *UpdateCurrentUserForbidden) IsServerError() bool + func (o *UpdateCurrentUserForbidden) IsSuccess() bool + func (o *UpdateCurrentUserForbidden) String() string + type UpdateCurrentUserOK struct + func NewUpdateCurrentUserOK() *UpdateCurrentUserOK + func (o *UpdateCurrentUserOK) Code() int + func (o *UpdateCurrentUserOK) Error() string + func (o *UpdateCurrentUserOK) IsClientError() bool + func (o *UpdateCurrentUserOK) IsCode(code int) bool + func (o *UpdateCurrentUserOK) IsRedirect() bool + func (o *UpdateCurrentUserOK) IsServerError() bool + func (o *UpdateCurrentUserOK) IsSuccess() bool + func (o *UpdateCurrentUserOK) String() string + type UpdateCurrentUserParams struct + Body *models.UserExternalPass + Context context.Context + HTTPClient *http.Client + func NewUpdateCurrentUserParams() *UpdateCurrentUserParams + func NewUpdateCurrentUserParamsWithContext(ctx context.Context) *UpdateCurrentUserParams + func NewUpdateCurrentUserParamsWithHTTPClient(client *http.Client) *UpdateCurrentUserParams + func NewUpdateCurrentUserParamsWithTimeout(timeout time.Duration) *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) SetBody(body *models.UserExternalPass) + func (o *UpdateCurrentUserParams) SetContext(ctx context.Context) + func (o *UpdateCurrentUserParams) SetDefaults() + func (o *UpdateCurrentUserParams) SetHTTPClient(client *http.Client) + func (o *UpdateCurrentUserParams) SetTimeout(timeout time.Duration) + func (o *UpdateCurrentUserParams) WithBody(body *models.UserExternalPass) *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) WithContext(ctx context.Context) *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) WithDefaults() *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) WithHTTPClient(client *http.Client) *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) WithTimeout(timeout time.Duration) *UpdateCurrentUserParams + func (o *UpdateCurrentUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateCurrentUserReader struct + func (o *UpdateCurrentUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateCurrentUserUnauthorized struct + Payload *models.Error + func NewUpdateCurrentUserUnauthorized() *UpdateCurrentUserUnauthorized + func (o *UpdateCurrentUserUnauthorized) Code() int + func (o *UpdateCurrentUserUnauthorized) Error() string + func (o *UpdateCurrentUserUnauthorized) GetPayload() *models.Error + func (o *UpdateCurrentUserUnauthorized) IsClientError() bool + func (o *UpdateCurrentUserUnauthorized) IsCode(code int) bool + func (o *UpdateCurrentUserUnauthorized) IsRedirect() bool + func (o *UpdateCurrentUserUnauthorized) IsServerError() bool + func (o *UpdateCurrentUserUnauthorized) IsSuccess() bool + func (o *UpdateCurrentUserUnauthorized) String() string + type UpdateUserBadRequest struct + Payload *models.Error + func NewUpdateUserBadRequest() *UpdateUserBadRequest + func (o *UpdateUserBadRequest) Code() int + func (o *UpdateUserBadRequest) Error() string + func (o *UpdateUserBadRequest) GetPayload() *models.Error + func (o *UpdateUserBadRequest) IsClientError() bool + func (o *UpdateUserBadRequest) IsCode(code int) bool + func (o *UpdateUserBadRequest) IsRedirect() bool + func (o *UpdateUserBadRequest) IsServerError() bool + func (o *UpdateUserBadRequest) IsSuccess() bool + func (o *UpdateUserBadRequest) String() string + type UpdateUserForbidden struct + Payload *models.Error + func NewUpdateUserForbidden() *UpdateUserForbidden + func (o *UpdateUserForbidden) Code() int + func (o *UpdateUserForbidden) Error() string + func (o *UpdateUserForbidden) GetPayload() *models.Error + func (o *UpdateUserForbidden) IsClientError() bool + func (o *UpdateUserForbidden) IsCode(code int) bool + func (o *UpdateUserForbidden) IsRedirect() bool + func (o *UpdateUserForbidden) IsServerError() bool + func (o *UpdateUserForbidden) IsSuccess() bool + func (o *UpdateUserForbidden) String() string + type UpdateUserNotFound struct + Payload *models.Error + func NewUpdateUserNotFound() *UpdateUserNotFound + func (o *UpdateUserNotFound) Code() int + func (o *UpdateUserNotFound) Error() string + func (o *UpdateUserNotFound) GetPayload() *models.Error + func (o *UpdateUserNotFound) IsClientError() bool + func (o *UpdateUserNotFound) IsCode(code int) bool + func (o *UpdateUserNotFound) IsRedirect() bool + func (o *UpdateUserNotFound) IsServerError() bool + func (o *UpdateUserNotFound) IsSuccess() bool + func (o *UpdateUserNotFound) String() string + type UpdateUserOK struct + Payload *models.UserExternal + func NewUpdateUserOK() *UpdateUserOK + func (o *UpdateUserOK) Code() int + func (o *UpdateUserOK) Error() string + func (o *UpdateUserOK) GetPayload() *models.UserExternal + func (o *UpdateUserOK) IsClientError() bool + func (o *UpdateUserOK) IsCode(code int) bool + func (o *UpdateUserOK) IsRedirect() bool + func (o *UpdateUserOK) IsServerError() bool + func (o *UpdateUserOK) IsSuccess() bool + func (o *UpdateUserOK) String() string + type UpdateUserParams struct + Body *models.UpdateUserExternal + Context context.Context + HTTPClient *http.Client + ID int64 + func NewUpdateUserParams() *UpdateUserParams + func NewUpdateUserParamsWithContext(ctx context.Context) *UpdateUserParams + func NewUpdateUserParamsWithHTTPClient(client *http.Client) *UpdateUserParams + func NewUpdateUserParamsWithTimeout(timeout time.Duration) *UpdateUserParams + func (o *UpdateUserParams) SetBody(body *models.UpdateUserExternal) + func (o *UpdateUserParams) SetContext(ctx context.Context) + func (o *UpdateUserParams) SetDefaults() + func (o *UpdateUserParams) SetHTTPClient(client *http.Client) + func (o *UpdateUserParams) SetID(id int64) + func (o *UpdateUserParams) SetTimeout(timeout time.Duration) + func (o *UpdateUserParams) WithBody(body *models.UpdateUserExternal) *UpdateUserParams + func (o *UpdateUserParams) WithContext(ctx context.Context) *UpdateUserParams + func (o *UpdateUserParams) WithDefaults() *UpdateUserParams + func (o *UpdateUserParams) WithHTTPClient(client *http.Client) *UpdateUserParams + func (o *UpdateUserParams) WithID(id int64) *UpdateUserParams + func (o *UpdateUserParams) WithTimeout(timeout time.Duration) *UpdateUserParams + func (o *UpdateUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateUserReader struct + func (o *UpdateUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateUserUnauthorized struct + Payload *models.Error + func NewUpdateUserUnauthorized() *UpdateUserUnauthorized + func (o *UpdateUserUnauthorized) Code() int + func (o *UpdateUserUnauthorized) Error() string + func (o *UpdateUserUnauthorized) GetPayload() *models.Error + func (o *UpdateUserUnauthorized) IsClientError() bool + func (o *UpdateUserUnauthorized) IsCode(code int) bool + func (o *UpdateUserUnauthorized) IsRedirect() bool + func (o *UpdateUserUnauthorized) IsServerError() bool + func (o *UpdateUserUnauthorized) IsSuccess() bool + func (o *UpdateUserUnauthorized) String() string