Versions in this module Expand all Collapse all v1 v1.0.1 Jan 24, 2025 Changes in this version + type API interface + CreateUser func(ctx context.Context, params *CreateUserParams) (*CreateUserCreated, error) + DeleteUser func(ctx context.Context, params *DeleteUserParams) (*DeleteUserOK, error) + GetCurrentUserInfo func(ctx context.Context, params *GetCurrentUserInfoParams) (*GetCurrentUserInfoOK, error) + GetCurrentUserPermissions func(ctx context.Context, params *GetCurrentUserPermissionsParams) (*GetCurrentUserPermissionsOK, error) + GetUser func(ctx context.Context, params *GetUserParams) (*GetUserOK, error) + ListUsers func(ctx context.Context, params *ListUsersParams) (*ListUsersOK, error) + SearchUsers func(ctx context.Context, params *SearchUsersParams) (*SearchUsersOK, error) + SetCliSecret func(ctx context.Context, params *SetCliSecretParams) (*SetCliSecretOK, error) + SetUserSysAdmin func(ctx context.Context, params *SetUserSysAdminParams) (*SetUserSysAdminOK, error) + UpdateUserPassword func(ctx context.Context, params *UpdateUserPasswordParams) (*UpdateUserPasswordOK, error) + UpdateUserProfile func(ctx context.Context, params *UpdateUserProfileParams) (*UpdateUserProfileOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) CreateUser(ctx context.Context, params *CreateUserParams) (*CreateUserCreated, error) + func (a *Client) DeleteUser(ctx context.Context, params *DeleteUserParams) (*DeleteUserOK, error) + func (a *Client) GetCurrentUserInfo(ctx context.Context, params *GetCurrentUserInfoParams) (*GetCurrentUserInfoOK, error) + func (a *Client) GetCurrentUserPermissions(ctx context.Context, params *GetCurrentUserPermissionsParams) (*GetCurrentUserPermissionsOK, error) + func (a *Client) GetUser(ctx context.Context, params *GetUserParams) (*GetUserOK, error) + func (a *Client) ListUsers(ctx context.Context, params *ListUsersParams) (*ListUsersOK, error) + func (a *Client) SearchUsers(ctx context.Context, params *SearchUsersParams) (*SearchUsersOK, error) + func (a *Client) SetCliSecret(ctx context.Context, params *SetCliSecretParams) (*SetCliSecretOK, error) + func (a *Client) SetUserSysAdmin(ctx context.Context, params *SetUserSysAdminParams) (*SetUserSysAdminOK, error) + func (a *Client) UpdateUserPassword(ctx context.Context, params *UpdateUserPasswordParams) (*UpdateUserPasswordOK, error) + func (a *Client) UpdateUserProfile(ctx context.Context, params *UpdateUserProfileParams) (*UpdateUserProfileOK, error) + type CreateUserBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateUserBadRequest() *CreateUserBadRequest + func (o *CreateUserBadRequest) Error() string + func (o *CreateUserBadRequest) GetPayload() *models.Errors + 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 CreateUserConflict struct + Payload *models.Errors + XRequestID string + func NewCreateUserConflict() *CreateUserConflict + func (o *CreateUserConflict) Error() string + func (o *CreateUserConflict) GetPayload() *models.Errors + func (o *CreateUserConflict) IsClientError() bool + func (o *CreateUserConflict) IsCode(code int) bool + func (o *CreateUserConflict) IsRedirect() bool + func (o *CreateUserConflict) IsServerError() bool + func (o *CreateUserConflict) IsSuccess() bool + func (o *CreateUserConflict) String() string + type CreateUserCreated struct + Location string + XRequestID string + func NewCreateUserCreated() *CreateUserCreated + func (o *CreateUserCreated) Error() string + func (o *CreateUserCreated) IsClientError() bool + func (o *CreateUserCreated) IsCode(code int) bool + func (o *CreateUserCreated) IsRedirect() bool + func (o *CreateUserCreated) IsServerError() bool + func (o *CreateUserCreated) IsSuccess() bool + func (o *CreateUserCreated) String() string + type CreateUserForbidden struct + func NewCreateUserForbidden() *CreateUserForbidden + func (o *CreateUserForbidden) Error() string + 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 CreateUserInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateUserInternalServerError() *CreateUserInternalServerError + func (o *CreateUserInternalServerError) Error() string + func (o *CreateUserInternalServerError) GetPayload() *models.Errors + func (o *CreateUserInternalServerError) IsClientError() bool + func (o *CreateUserInternalServerError) IsCode(code int) bool + func (o *CreateUserInternalServerError) IsRedirect() bool + func (o *CreateUserInternalServerError) IsServerError() bool + func (o *CreateUserInternalServerError) IsSuccess() bool + func (o *CreateUserInternalServerError) String() string + type CreateUserParams struct + Context context.Context + HTTPClient *http.Client + UserReq *models.UserCreationReq + XRequestID *string + func NewCreateUserParams() *CreateUserParams + func NewCreateUserParamsWithContext(ctx context.Context) *CreateUserParams + func NewCreateUserParamsWithHTTPClient(client *http.Client) *CreateUserParams + func NewCreateUserParamsWithTimeout(timeout time.Duration) *CreateUserParams + 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) SetUserReq(userReq *models.UserCreationReq) + func (o *CreateUserParams) SetXRequestID(xRequestID *string) + 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) WithUserReq(userReq *models.UserCreationReq) *CreateUserParams + func (o *CreateUserParams) WithXRequestID(xRequestID *string) *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.Errors + XRequestID string + func NewCreateUserUnauthorized() *CreateUserUnauthorized + func (o *CreateUserUnauthorized) Error() string + func (o *CreateUserUnauthorized) GetPayload() *models.Errors + 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 DeleteUserForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteUserForbidden() *DeleteUserForbidden + func (o *DeleteUserForbidden) Error() string + func (o *DeleteUserForbidden) GetPayload() *models.Errors + 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 DeleteUserInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteUserInternalServerError() *DeleteUserInternalServerError + func (o *DeleteUserInternalServerError) Error() string + func (o *DeleteUserInternalServerError) GetPayload() *models.Errors + func (o *DeleteUserInternalServerError) IsClientError() bool + func (o *DeleteUserInternalServerError) IsCode(code int) bool + func (o *DeleteUserInternalServerError) IsRedirect() bool + func (o *DeleteUserInternalServerError) IsServerError() bool + func (o *DeleteUserInternalServerError) IsSuccess() bool + func (o *DeleteUserInternalServerError) String() string + type DeleteUserNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteUserNotFound() *DeleteUserNotFound + func (o *DeleteUserNotFound) Error() string + func (o *DeleteUserNotFound) GetPayload() *models.Errors + 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 + XRequestID string + func NewDeleteUserOK() *DeleteUserOK + 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 + UserID int64 + XRequestID *string + 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) SetTimeout(timeout time.Duration) + func (o *DeleteUserParams) SetUserID(userID int64) + func (o *DeleteUserParams) SetXRequestID(xRequestID *string) + func (o *DeleteUserParams) WithContext(ctx context.Context) *DeleteUserParams + func (o *DeleteUserParams) WithDefaults() *DeleteUserParams + func (o *DeleteUserParams) WithHTTPClient(client *http.Client) *DeleteUserParams + func (o *DeleteUserParams) WithTimeout(timeout time.Duration) *DeleteUserParams + func (o *DeleteUserParams) WithUserID(userID int64) *DeleteUserParams + func (o *DeleteUserParams) WithXRequestID(xRequestID *string) *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.Errors + XRequestID string + func NewDeleteUserUnauthorized() *DeleteUserUnauthorized + func (o *DeleteUserUnauthorized) Error() string + func (o *DeleteUserUnauthorized) GetPayload() *models.Errors + 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 GetCurrentUserInfoInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetCurrentUserInfoInternalServerError() *GetCurrentUserInfoInternalServerError + func (o *GetCurrentUserInfoInternalServerError) Error() string + func (o *GetCurrentUserInfoInternalServerError) GetPayload() *models.Errors + func (o *GetCurrentUserInfoInternalServerError) IsClientError() bool + func (o *GetCurrentUserInfoInternalServerError) IsCode(code int) bool + func (o *GetCurrentUserInfoInternalServerError) IsRedirect() bool + func (o *GetCurrentUserInfoInternalServerError) IsServerError() bool + func (o *GetCurrentUserInfoInternalServerError) IsSuccess() bool + func (o *GetCurrentUserInfoInternalServerError) String() string + type GetCurrentUserInfoOK struct + Payload *models.UserResp + func NewGetCurrentUserInfoOK() *GetCurrentUserInfoOK + func (o *GetCurrentUserInfoOK) Error() string + func (o *GetCurrentUserInfoOK) GetPayload() *models.UserResp + func (o *GetCurrentUserInfoOK) IsClientError() bool + func (o *GetCurrentUserInfoOK) IsCode(code int) bool + func (o *GetCurrentUserInfoOK) IsRedirect() bool + func (o *GetCurrentUserInfoOK) IsServerError() bool + func (o *GetCurrentUserInfoOK) IsSuccess() bool + func (o *GetCurrentUserInfoOK) String() string + type GetCurrentUserInfoParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewGetCurrentUserInfoParams() *GetCurrentUserInfoParams + func NewGetCurrentUserInfoParamsWithContext(ctx context.Context) *GetCurrentUserInfoParams + func NewGetCurrentUserInfoParamsWithHTTPClient(client *http.Client) *GetCurrentUserInfoParams + func NewGetCurrentUserInfoParamsWithTimeout(timeout time.Duration) *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) SetContext(ctx context.Context) + func (o *GetCurrentUserInfoParams) SetDefaults() + func (o *GetCurrentUserInfoParams) SetHTTPClient(client *http.Client) + func (o *GetCurrentUserInfoParams) SetTimeout(timeout time.Duration) + func (o *GetCurrentUserInfoParams) SetXRequestID(xRequestID *string) + func (o *GetCurrentUserInfoParams) WithContext(ctx context.Context) *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) WithDefaults() *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) WithHTTPClient(client *http.Client) *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) WithTimeout(timeout time.Duration) *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) WithXRequestID(xRequestID *string) *GetCurrentUserInfoParams + func (o *GetCurrentUserInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCurrentUserInfoReader struct + func (o *GetCurrentUserInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCurrentUserInfoUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetCurrentUserInfoUnauthorized() *GetCurrentUserInfoUnauthorized + func (o *GetCurrentUserInfoUnauthorized) Error() string + func (o *GetCurrentUserInfoUnauthorized) GetPayload() *models.Errors + func (o *GetCurrentUserInfoUnauthorized) IsClientError() bool + func (o *GetCurrentUserInfoUnauthorized) IsCode(code int) bool + func (o *GetCurrentUserInfoUnauthorized) IsRedirect() bool + func (o *GetCurrentUserInfoUnauthorized) IsServerError() bool + func (o *GetCurrentUserInfoUnauthorized) IsSuccess() bool + func (o *GetCurrentUserInfoUnauthorized) String() string + type GetCurrentUserPermissionsInternalServerError struct + func NewGetCurrentUserPermissionsInternalServerError() *GetCurrentUserPermissionsInternalServerError + func (o *GetCurrentUserPermissionsInternalServerError) Error() string + func (o *GetCurrentUserPermissionsInternalServerError) IsClientError() bool + func (o *GetCurrentUserPermissionsInternalServerError) IsCode(code int) bool + func (o *GetCurrentUserPermissionsInternalServerError) IsRedirect() bool + func (o *GetCurrentUserPermissionsInternalServerError) IsServerError() bool + func (o *GetCurrentUserPermissionsInternalServerError) IsSuccess() bool + func (o *GetCurrentUserPermissionsInternalServerError) String() string + type GetCurrentUserPermissionsOK struct + Payload []*models.Permission + func NewGetCurrentUserPermissionsOK() *GetCurrentUserPermissionsOK + func (o *GetCurrentUserPermissionsOK) Error() string + func (o *GetCurrentUserPermissionsOK) GetPayload() []*models.Permission + func (o *GetCurrentUserPermissionsOK) IsClientError() bool + func (o *GetCurrentUserPermissionsOK) IsCode(code int) bool + func (o *GetCurrentUserPermissionsOK) IsRedirect() bool + func (o *GetCurrentUserPermissionsOK) IsServerError() bool + func (o *GetCurrentUserPermissionsOK) IsSuccess() bool + func (o *GetCurrentUserPermissionsOK) String() string + type GetCurrentUserPermissionsParams struct + Context context.Context + HTTPClient *http.Client + Relative *bool + Scope *string + XRequestID *string + func NewGetCurrentUserPermissionsParams() *GetCurrentUserPermissionsParams + func NewGetCurrentUserPermissionsParamsWithContext(ctx context.Context) *GetCurrentUserPermissionsParams + func NewGetCurrentUserPermissionsParamsWithHTTPClient(client *http.Client) *GetCurrentUserPermissionsParams + func NewGetCurrentUserPermissionsParamsWithTimeout(timeout time.Duration) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) SetContext(ctx context.Context) + func (o *GetCurrentUserPermissionsParams) SetDefaults() + func (o *GetCurrentUserPermissionsParams) SetHTTPClient(client *http.Client) + func (o *GetCurrentUserPermissionsParams) SetRelative(relative *bool) + func (o *GetCurrentUserPermissionsParams) SetScope(scope *string) + func (o *GetCurrentUserPermissionsParams) SetTimeout(timeout time.Duration) + func (o *GetCurrentUserPermissionsParams) SetXRequestID(xRequestID *string) + func (o *GetCurrentUserPermissionsParams) WithContext(ctx context.Context) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithDefaults() *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithHTTPClient(client *http.Client) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithRelative(relative *bool) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithScope(scope *string) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithTimeout(timeout time.Duration) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WithXRequestID(xRequestID *string) *GetCurrentUserPermissionsParams + func (o *GetCurrentUserPermissionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCurrentUserPermissionsReader struct + func (o *GetCurrentUserPermissionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetCurrentUserPermissionsUnauthorized struct + func NewGetCurrentUserPermissionsUnauthorized() *GetCurrentUserPermissionsUnauthorized + func (o *GetCurrentUserPermissionsUnauthorized) Error() string + func (o *GetCurrentUserPermissionsUnauthorized) IsClientError() bool + func (o *GetCurrentUserPermissionsUnauthorized) IsCode(code int) bool + func (o *GetCurrentUserPermissionsUnauthorized) IsRedirect() bool + func (o *GetCurrentUserPermissionsUnauthorized) IsServerError() bool + func (o *GetCurrentUserPermissionsUnauthorized) IsSuccess() bool + func (o *GetCurrentUserPermissionsUnauthorized) String() string + type GetUserForbidden struct + Payload *models.Errors + XRequestID string + func NewGetUserForbidden() *GetUserForbidden + func (o *GetUserForbidden) Error() string + func (o *GetUserForbidden) GetPayload() *models.Errors + 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 GetUserInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetUserInternalServerError() *GetUserInternalServerError + func (o *GetUserInternalServerError) Error() string + func (o *GetUserInternalServerError) GetPayload() *models.Errors + func (o *GetUserInternalServerError) IsClientError() bool + func (o *GetUserInternalServerError) IsCode(code int) bool + func (o *GetUserInternalServerError) IsRedirect() bool + func (o *GetUserInternalServerError) IsServerError() bool + func (o *GetUserInternalServerError) IsSuccess() bool + func (o *GetUserInternalServerError) String() string + type GetUserNotFound struct + Payload *models.Errors + XRequestID string + func NewGetUserNotFound() *GetUserNotFound + func (o *GetUserNotFound) Error() string + func (o *GetUserNotFound) GetPayload() *models.Errors + 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.UserResp + func NewGetUserOK() *GetUserOK + func (o *GetUserOK) Error() string + func (o *GetUserOK) GetPayload() *models.UserResp + 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 + UserID int64 + XRequestID *string + 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) SetTimeout(timeout time.Duration) + func (o *GetUserParams) SetUserID(userID int64) + func (o *GetUserParams) SetXRequestID(xRequestID *string) + func (o *GetUserParams) WithContext(ctx context.Context) *GetUserParams + func (o *GetUserParams) WithDefaults() *GetUserParams + func (o *GetUserParams) WithHTTPClient(client *http.Client) *GetUserParams + func (o *GetUserParams) WithTimeout(timeout time.Duration) *GetUserParams + func (o *GetUserParams) WithUserID(userID int64) *GetUserParams + func (o *GetUserParams) WithXRequestID(xRequestID *string) *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.Errors + XRequestID string + func NewGetUserUnauthorized() *GetUserUnauthorized + func (o *GetUserUnauthorized) Error() string + func (o *GetUserUnauthorized) GetPayload() *models.Errors + 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 ListUsersForbidden struct + Payload *models.Errors + XRequestID string + func NewListUsersForbidden() *ListUsersForbidden + func (o *ListUsersForbidden) Error() string + func (o *ListUsersForbidden) GetPayload() *models.Errors + func (o *ListUsersForbidden) IsClientError() bool + func (o *ListUsersForbidden) IsCode(code int) bool + func (o *ListUsersForbidden) IsRedirect() bool + func (o *ListUsersForbidden) IsServerError() bool + func (o *ListUsersForbidden) IsSuccess() bool + func (o *ListUsersForbidden) String() string + type ListUsersInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListUsersInternalServerError() *ListUsersInternalServerError + func (o *ListUsersInternalServerError) Error() string + func (o *ListUsersInternalServerError) GetPayload() *models.Errors + func (o *ListUsersInternalServerError) IsClientError() bool + func (o *ListUsersInternalServerError) IsCode(code int) bool + func (o *ListUsersInternalServerError) IsRedirect() bool + func (o *ListUsersInternalServerError) IsServerError() bool + func (o *ListUsersInternalServerError) IsSuccess() bool + func (o *ListUsersInternalServerError) String() string + type ListUsersOK struct + Link string + Payload []*models.UserResp + XTotalCount int64 + func NewListUsersOK() *ListUsersOK + func (o *ListUsersOK) Error() string + func (o *ListUsersOK) GetPayload() []*models.UserResp + func (o *ListUsersOK) IsClientError() bool + func (o *ListUsersOK) IsCode(code int) bool + func (o *ListUsersOK) IsRedirect() bool + func (o *ListUsersOK) IsServerError() bool + func (o *ListUsersOK) IsSuccess() bool + func (o *ListUsersOK) String() string + type ListUsersParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Q *string + Sort *string + XRequestID *string + func NewListUsersParams() *ListUsersParams + func NewListUsersParamsWithContext(ctx context.Context) *ListUsersParams + func NewListUsersParamsWithHTTPClient(client *http.Client) *ListUsersParams + func NewListUsersParamsWithTimeout(timeout time.Duration) *ListUsersParams + func (o *ListUsersParams) SetContext(ctx context.Context) + func (o *ListUsersParams) SetDefaults() + func (o *ListUsersParams) SetHTTPClient(client *http.Client) + func (o *ListUsersParams) SetPage(page *int64) + func (o *ListUsersParams) SetPageSize(pageSize *int64) + func (o *ListUsersParams) SetQ(q *string) + func (o *ListUsersParams) SetSort(sort *string) + func (o *ListUsersParams) SetTimeout(timeout time.Duration) + func (o *ListUsersParams) SetXRequestID(xRequestID *string) + func (o *ListUsersParams) WithContext(ctx context.Context) *ListUsersParams + func (o *ListUsersParams) WithDefaults() *ListUsersParams + func (o *ListUsersParams) WithHTTPClient(client *http.Client) *ListUsersParams + func (o *ListUsersParams) WithPage(page *int64) *ListUsersParams + func (o *ListUsersParams) WithPageSize(pageSize *int64) *ListUsersParams + func (o *ListUsersParams) WithQ(q *string) *ListUsersParams + func (o *ListUsersParams) WithSort(sort *string) *ListUsersParams + func (o *ListUsersParams) WithTimeout(timeout time.Duration) *ListUsersParams + func (o *ListUsersParams) WithXRequestID(xRequestID *string) *ListUsersParams + func (o *ListUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListUsersReader struct + func (o *ListUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListUsersUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListUsersUnauthorized() *ListUsersUnauthorized + func (o *ListUsersUnauthorized) Error() string + func (o *ListUsersUnauthorized) GetPayload() *models.Errors + func (o *ListUsersUnauthorized) IsClientError() bool + func (o *ListUsersUnauthorized) IsCode(code int) bool + func (o *ListUsersUnauthorized) IsRedirect() bool + func (o *ListUsersUnauthorized) IsServerError() bool + func (o *ListUsersUnauthorized) IsSuccess() bool + func (o *ListUsersUnauthorized) String() string + type SearchUsersInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSearchUsersInternalServerError() *SearchUsersInternalServerError + func (o *SearchUsersInternalServerError) Error() string + func (o *SearchUsersInternalServerError) GetPayload() *models.Errors + func (o *SearchUsersInternalServerError) IsClientError() bool + func (o *SearchUsersInternalServerError) IsCode(code int) bool + func (o *SearchUsersInternalServerError) IsRedirect() bool + func (o *SearchUsersInternalServerError) IsServerError() bool + func (o *SearchUsersInternalServerError) IsSuccess() bool + func (o *SearchUsersInternalServerError) String() string + type SearchUsersOK struct + Link string + Payload []*models.UserSearchRespItem + XTotalCount int64 + func NewSearchUsersOK() *SearchUsersOK + func (o *SearchUsersOK) Error() string + func (o *SearchUsersOK) GetPayload() []*models.UserSearchRespItem + func (o *SearchUsersOK) IsClientError() bool + func (o *SearchUsersOK) IsCode(code int) bool + func (o *SearchUsersOK) IsRedirect() bool + func (o *SearchUsersOK) IsServerError() bool + func (o *SearchUsersOK) IsSuccess() bool + func (o *SearchUsersOK) String() string + type SearchUsersParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + Username string + XRequestID *string + func NewSearchUsersParams() *SearchUsersParams + func NewSearchUsersParamsWithContext(ctx context.Context) *SearchUsersParams + func NewSearchUsersParamsWithHTTPClient(client *http.Client) *SearchUsersParams + func NewSearchUsersParamsWithTimeout(timeout time.Duration) *SearchUsersParams + func (o *SearchUsersParams) SetContext(ctx context.Context) + func (o *SearchUsersParams) SetDefaults() + func (o *SearchUsersParams) SetHTTPClient(client *http.Client) + func (o *SearchUsersParams) SetPage(page *int64) + func (o *SearchUsersParams) SetPageSize(pageSize *int64) + func (o *SearchUsersParams) SetTimeout(timeout time.Duration) + func (o *SearchUsersParams) SetUsername(username string) + func (o *SearchUsersParams) SetXRequestID(xRequestID *string) + func (o *SearchUsersParams) WithContext(ctx context.Context) *SearchUsersParams + func (o *SearchUsersParams) WithDefaults() *SearchUsersParams + func (o *SearchUsersParams) WithHTTPClient(client *http.Client) *SearchUsersParams + func (o *SearchUsersParams) WithPage(page *int64) *SearchUsersParams + func (o *SearchUsersParams) WithPageSize(pageSize *int64) *SearchUsersParams + func (o *SearchUsersParams) WithTimeout(timeout time.Duration) *SearchUsersParams + func (o *SearchUsersParams) WithUsername(username string) *SearchUsersParams + func (o *SearchUsersParams) WithXRequestID(xRequestID *string) *SearchUsersParams + func (o *SearchUsersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchUsersReader struct + func (o *SearchUsersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SearchUsersUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSearchUsersUnauthorized() *SearchUsersUnauthorized + func (o *SearchUsersUnauthorized) Error() string + func (o *SearchUsersUnauthorized) GetPayload() *models.Errors + func (o *SearchUsersUnauthorized) IsClientError() bool + func (o *SearchUsersUnauthorized) IsCode(code int) bool + func (o *SearchUsersUnauthorized) IsRedirect() bool + func (o *SearchUsersUnauthorized) IsServerError() bool + func (o *SearchUsersUnauthorized) IsSuccess() bool + func (o *SearchUsersUnauthorized) String() string + type SetCliSecretBadRequest struct + func NewSetCliSecretBadRequest() *SetCliSecretBadRequest + func (o *SetCliSecretBadRequest) Error() string + func (o *SetCliSecretBadRequest) IsClientError() bool + func (o *SetCliSecretBadRequest) IsCode(code int) bool + func (o *SetCliSecretBadRequest) IsRedirect() bool + func (o *SetCliSecretBadRequest) IsServerError() bool + func (o *SetCliSecretBadRequest) IsSuccess() bool + func (o *SetCliSecretBadRequest) String() string + type SetCliSecretForbidden struct + Payload *models.Errors + XRequestID string + func NewSetCliSecretForbidden() *SetCliSecretForbidden + func (o *SetCliSecretForbidden) Error() string + func (o *SetCliSecretForbidden) GetPayload() *models.Errors + func (o *SetCliSecretForbidden) IsClientError() bool + func (o *SetCliSecretForbidden) IsCode(code int) bool + func (o *SetCliSecretForbidden) IsRedirect() bool + func (o *SetCliSecretForbidden) IsServerError() bool + func (o *SetCliSecretForbidden) IsSuccess() bool + func (o *SetCliSecretForbidden) String() string + type SetCliSecretInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSetCliSecretInternalServerError() *SetCliSecretInternalServerError + func (o *SetCliSecretInternalServerError) Error() string + func (o *SetCliSecretInternalServerError) GetPayload() *models.Errors + func (o *SetCliSecretInternalServerError) IsClientError() bool + func (o *SetCliSecretInternalServerError) IsCode(code int) bool + func (o *SetCliSecretInternalServerError) IsRedirect() bool + func (o *SetCliSecretInternalServerError) IsServerError() bool + func (o *SetCliSecretInternalServerError) IsSuccess() bool + func (o *SetCliSecretInternalServerError) String() string + type SetCliSecretNotFound struct + Payload *models.Errors + XRequestID string + func NewSetCliSecretNotFound() *SetCliSecretNotFound + func (o *SetCliSecretNotFound) Error() string + func (o *SetCliSecretNotFound) GetPayload() *models.Errors + func (o *SetCliSecretNotFound) IsClientError() bool + func (o *SetCliSecretNotFound) IsCode(code int) bool + func (o *SetCliSecretNotFound) IsRedirect() bool + func (o *SetCliSecretNotFound) IsServerError() bool + func (o *SetCliSecretNotFound) IsSuccess() bool + func (o *SetCliSecretNotFound) String() string + type SetCliSecretOK struct + func NewSetCliSecretOK() *SetCliSecretOK + func (o *SetCliSecretOK) Error() string + func (o *SetCliSecretOK) IsClientError() bool + func (o *SetCliSecretOK) IsCode(code int) bool + func (o *SetCliSecretOK) IsRedirect() bool + func (o *SetCliSecretOK) IsServerError() bool + func (o *SetCliSecretOK) IsSuccess() bool + func (o *SetCliSecretOK) String() string + type SetCliSecretParams struct + Context context.Context + HTTPClient *http.Client + Secret *models.OIDCCliSecretReq + UserID int64 + XRequestID *string + func NewSetCliSecretParams() *SetCliSecretParams + func NewSetCliSecretParamsWithContext(ctx context.Context) *SetCliSecretParams + func NewSetCliSecretParamsWithHTTPClient(client *http.Client) *SetCliSecretParams + func NewSetCliSecretParamsWithTimeout(timeout time.Duration) *SetCliSecretParams + func (o *SetCliSecretParams) SetContext(ctx context.Context) + func (o *SetCliSecretParams) SetDefaults() + func (o *SetCliSecretParams) SetHTTPClient(client *http.Client) + func (o *SetCliSecretParams) SetSecret(secret *models.OIDCCliSecretReq) + func (o *SetCliSecretParams) SetTimeout(timeout time.Duration) + func (o *SetCliSecretParams) SetUserID(userID int64) + func (o *SetCliSecretParams) SetXRequestID(xRequestID *string) + func (o *SetCliSecretParams) WithContext(ctx context.Context) *SetCliSecretParams + func (o *SetCliSecretParams) WithDefaults() *SetCliSecretParams + func (o *SetCliSecretParams) WithHTTPClient(client *http.Client) *SetCliSecretParams + func (o *SetCliSecretParams) WithSecret(secret *models.OIDCCliSecretReq) *SetCliSecretParams + func (o *SetCliSecretParams) WithTimeout(timeout time.Duration) *SetCliSecretParams + func (o *SetCliSecretParams) WithUserID(userID int64) *SetCliSecretParams + func (o *SetCliSecretParams) WithXRequestID(xRequestID *string) *SetCliSecretParams + func (o *SetCliSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetCliSecretPreconditionFailed struct + func NewSetCliSecretPreconditionFailed() *SetCliSecretPreconditionFailed + func (o *SetCliSecretPreconditionFailed) Error() string + func (o *SetCliSecretPreconditionFailed) IsClientError() bool + func (o *SetCliSecretPreconditionFailed) IsCode(code int) bool + func (o *SetCliSecretPreconditionFailed) IsRedirect() bool + func (o *SetCliSecretPreconditionFailed) IsServerError() bool + func (o *SetCliSecretPreconditionFailed) IsSuccess() bool + func (o *SetCliSecretPreconditionFailed) String() string + type SetCliSecretReader struct + func (o *SetCliSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SetCliSecretUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSetCliSecretUnauthorized() *SetCliSecretUnauthorized + func (o *SetCliSecretUnauthorized) Error() string + func (o *SetCliSecretUnauthorized) GetPayload() *models.Errors + func (o *SetCliSecretUnauthorized) IsClientError() bool + func (o *SetCliSecretUnauthorized) IsCode(code int) bool + func (o *SetCliSecretUnauthorized) IsRedirect() bool + func (o *SetCliSecretUnauthorized) IsServerError() bool + func (o *SetCliSecretUnauthorized) IsSuccess() bool + func (o *SetCliSecretUnauthorized) String() string + type SetUserSysAdminForbidden struct + Payload *models.Errors + XRequestID string + func NewSetUserSysAdminForbidden() *SetUserSysAdminForbidden + func (o *SetUserSysAdminForbidden) Error() string + func (o *SetUserSysAdminForbidden) GetPayload() *models.Errors + func (o *SetUserSysAdminForbidden) IsClientError() bool + func (o *SetUserSysAdminForbidden) IsCode(code int) bool + func (o *SetUserSysAdminForbidden) IsRedirect() bool + func (o *SetUserSysAdminForbidden) IsServerError() bool + func (o *SetUserSysAdminForbidden) IsSuccess() bool + func (o *SetUserSysAdminForbidden) String() string + type SetUserSysAdminInternalServerError struct + func NewSetUserSysAdminInternalServerError() *SetUserSysAdminInternalServerError + func (o *SetUserSysAdminInternalServerError) Error() string + func (o *SetUserSysAdminInternalServerError) IsClientError() bool + func (o *SetUserSysAdminInternalServerError) IsCode(code int) bool + func (o *SetUserSysAdminInternalServerError) IsRedirect() bool + func (o *SetUserSysAdminInternalServerError) IsServerError() bool + func (o *SetUserSysAdminInternalServerError) IsSuccess() bool + func (o *SetUserSysAdminInternalServerError) String() string + type SetUserSysAdminNotFound struct + Payload *models.Errors + XRequestID string + func NewSetUserSysAdminNotFound() *SetUserSysAdminNotFound + func (o *SetUserSysAdminNotFound) Error() string + func (o *SetUserSysAdminNotFound) GetPayload() *models.Errors + func (o *SetUserSysAdminNotFound) IsClientError() bool + func (o *SetUserSysAdminNotFound) IsCode(code int) bool + func (o *SetUserSysAdminNotFound) IsRedirect() bool + func (o *SetUserSysAdminNotFound) IsServerError() bool + func (o *SetUserSysAdminNotFound) IsSuccess() bool + func (o *SetUserSysAdminNotFound) String() string + type SetUserSysAdminOK struct + XRequestID string + func NewSetUserSysAdminOK() *SetUserSysAdminOK + func (o *SetUserSysAdminOK) Error() string + func (o *SetUserSysAdminOK) IsClientError() bool + func (o *SetUserSysAdminOK) IsCode(code int) bool + func (o *SetUserSysAdminOK) IsRedirect() bool + func (o *SetUserSysAdminOK) IsServerError() bool + func (o *SetUserSysAdminOK) IsSuccess() bool + func (o *SetUserSysAdminOK) String() string + type SetUserSysAdminParams struct + Context context.Context + HTTPClient *http.Client + SysadminFlag *models.UserSysAdminFlag + UserID int64 + XRequestID *string + func NewSetUserSysAdminParams() *SetUserSysAdminParams + func NewSetUserSysAdminParamsWithContext(ctx context.Context) *SetUserSysAdminParams + func NewSetUserSysAdminParamsWithHTTPClient(client *http.Client) *SetUserSysAdminParams + func NewSetUserSysAdminParamsWithTimeout(timeout time.Duration) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) SetContext(ctx context.Context) + func (o *SetUserSysAdminParams) SetDefaults() + func (o *SetUserSysAdminParams) SetHTTPClient(client *http.Client) + func (o *SetUserSysAdminParams) SetSysadminFlag(sysadminFlag *models.UserSysAdminFlag) + func (o *SetUserSysAdminParams) SetTimeout(timeout time.Duration) + func (o *SetUserSysAdminParams) SetUserID(userID int64) + func (o *SetUserSysAdminParams) SetXRequestID(xRequestID *string) + func (o *SetUserSysAdminParams) WithContext(ctx context.Context) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithDefaults() *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithHTTPClient(client *http.Client) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithSysadminFlag(sysadminFlag *models.UserSysAdminFlag) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithTimeout(timeout time.Duration) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithUserID(userID int64) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WithXRequestID(xRequestID *string) *SetUserSysAdminParams + func (o *SetUserSysAdminParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SetUserSysAdminReader struct + func (o *SetUserSysAdminReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SetUserSysAdminUnauthorized struct + Payload *models.Errors + XRequestID string + func NewSetUserSysAdminUnauthorized() *SetUserSysAdminUnauthorized + func (o *SetUserSysAdminUnauthorized) Error() string + func (o *SetUserSysAdminUnauthorized) GetPayload() *models.Errors + func (o *SetUserSysAdminUnauthorized) IsClientError() bool + func (o *SetUserSysAdminUnauthorized) IsCode(code int) bool + func (o *SetUserSysAdminUnauthorized) IsRedirect() bool + func (o *SetUserSysAdminUnauthorized) IsServerError() bool + func (o *SetUserSysAdminUnauthorized) IsSuccess() bool + func (o *SetUserSysAdminUnauthorized) String() string + type UpdateUserPasswordBadRequest struct + func NewUpdateUserPasswordBadRequest() *UpdateUserPasswordBadRequest + func (o *UpdateUserPasswordBadRequest) Error() string + func (o *UpdateUserPasswordBadRequest) IsClientError() bool + func (o *UpdateUserPasswordBadRequest) IsCode(code int) bool + func (o *UpdateUserPasswordBadRequest) IsRedirect() bool + func (o *UpdateUserPasswordBadRequest) IsServerError() bool + func (o *UpdateUserPasswordBadRequest) IsSuccess() bool + func (o *UpdateUserPasswordBadRequest) String() string + type UpdateUserPasswordForbidden struct + func NewUpdateUserPasswordForbidden() *UpdateUserPasswordForbidden + func (o *UpdateUserPasswordForbidden) Error() string + func (o *UpdateUserPasswordForbidden) IsClientError() bool + func (o *UpdateUserPasswordForbidden) IsCode(code int) bool + func (o *UpdateUserPasswordForbidden) IsRedirect() bool + func (o *UpdateUserPasswordForbidden) IsServerError() bool + func (o *UpdateUserPasswordForbidden) IsSuccess() bool + func (o *UpdateUserPasswordForbidden) String() string + type UpdateUserPasswordInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateUserPasswordInternalServerError() *UpdateUserPasswordInternalServerError + func (o *UpdateUserPasswordInternalServerError) Error() string + func (o *UpdateUserPasswordInternalServerError) GetPayload() *models.Errors + func (o *UpdateUserPasswordInternalServerError) IsClientError() bool + func (o *UpdateUserPasswordInternalServerError) IsCode(code int) bool + func (o *UpdateUserPasswordInternalServerError) IsRedirect() bool + func (o *UpdateUserPasswordInternalServerError) IsServerError() bool + func (o *UpdateUserPasswordInternalServerError) IsSuccess() bool + func (o *UpdateUserPasswordInternalServerError) String() string + type UpdateUserPasswordOK struct + XRequestID string + func NewUpdateUserPasswordOK() *UpdateUserPasswordOK + func (o *UpdateUserPasswordOK) Error() string + func (o *UpdateUserPasswordOK) IsClientError() bool + func (o *UpdateUserPasswordOK) IsCode(code int) bool + func (o *UpdateUserPasswordOK) IsRedirect() bool + func (o *UpdateUserPasswordOK) IsServerError() bool + func (o *UpdateUserPasswordOK) IsSuccess() bool + func (o *UpdateUserPasswordOK) String() string + type UpdateUserPasswordParams struct + Context context.Context + HTTPClient *http.Client + Password *models.PasswordReq + UserID int64 + XRequestID *string + func NewUpdateUserPasswordParams() *UpdateUserPasswordParams + func NewUpdateUserPasswordParamsWithContext(ctx context.Context) *UpdateUserPasswordParams + func NewUpdateUserPasswordParamsWithHTTPClient(client *http.Client) *UpdateUserPasswordParams + func NewUpdateUserPasswordParamsWithTimeout(timeout time.Duration) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) SetContext(ctx context.Context) + func (o *UpdateUserPasswordParams) SetDefaults() + func (o *UpdateUserPasswordParams) SetHTTPClient(client *http.Client) + func (o *UpdateUserPasswordParams) SetPassword(password *models.PasswordReq) + func (o *UpdateUserPasswordParams) SetTimeout(timeout time.Duration) + func (o *UpdateUserPasswordParams) SetUserID(userID int64) + func (o *UpdateUserPasswordParams) SetXRequestID(xRequestID *string) + func (o *UpdateUserPasswordParams) WithContext(ctx context.Context) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithDefaults() *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithHTTPClient(client *http.Client) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithPassword(password *models.PasswordReq) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithTimeout(timeout time.Duration) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithUserID(userID int64) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WithXRequestID(xRequestID *string) *UpdateUserPasswordParams + func (o *UpdateUserPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateUserPasswordReader struct + func (o *UpdateUserPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateUserPasswordUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateUserPasswordUnauthorized() *UpdateUserPasswordUnauthorized + func (o *UpdateUserPasswordUnauthorized) Error() string + func (o *UpdateUserPasswordUnauthorized) GetPayload() *models.Errors + func (o *UpdateUserPasswordUnauthorized) IsClientError() bool + func (o *UpdateUserPasswordUnauthorized) IsCode(code int) bool + func (o *UpdateUserPasswordUnauthorized) IsRedirect() bool + func (o *UpdateUserPasswordUnauthorized) IsServerError() bool + func (o *UpdateUserPasswordUnauthorized) IsSuccess() bool + func (o *UpdateUserPasswordUnauthorized) String() string + type UpdateUserProfileForbidden struct + Payload *models.Errors + XRequestID string + func NewUpdateUserProfileForbidden() *UpdateUserProfileForbidden + func (o *UpdateUserProfileForbidden) Error() string + func (o *UpdateUserProfileForbidden) GetPayload() *models.Errors + func (o *UpdateUserProfileForbidden) IsClientError() bool + func (o *UpdateUserProfileForbidden) IsCode(code int) bool + func (o *UpdateUserProfileForbidden) IsRedirect() bool + func (o *UpdateUserProfileForbidden) IsServerError() bool + func (o *UpdateUserProfileForbidden) IsSuccess() bool + func (o *UpdateUserProfileForbidden) String() string + type UpdateUserProfileInternalServerError struct + Payload *models.Errors + XRequestID string + func NewUpdateUserProfileInternalServerError() *UpdateUserProfileInternalServerError + func (o *UpdateUserProfileInternalServerError) Error() string + func (o *UpdateUserProfileInternalServerError) GetPayload() *models.Errors + func (o *UpdateUserProfileInternalServerError) IsClientError() bool + func (o *UpdateUserProfileInternalServerError) IsCode(code int) bool + func (o *UpdateUserProfileInternalServerError) IsRedirect() bool + func (o *UpdateUserProfileInternalServerError) IsServerError() bool + func (o *UpdateUserProfileInternalServerError) IsSuccess() bool + func (o *UpdateUserProfileInternalServerError) String() string + type UpdateUserProfileNotFound struct + Payload *models.Errors + XRequestID string + func NewUpdateUserProfileNotFound() *UpdateUserProfileNotFound + func (o *UpdateUserProfileNotFound) Error() string + func (o *UpdateUserProfileNotFound) GetPayload() *models.Errors + func (o *UpdateUserProfileNotFound) IsClientError() bool + func (o *UpdateUserProfileNotFound) IsCode(code int) bool + func (o *UpdateUserProfileNotFound) IsRedirect() bool + func (o *UpdateUserProfileNotFound) IsServerError() bool + func (o *UpdateUserProfileNotFound) IsSuccess() bool + func (o *UpdateUserProfileNotFound) String() string + type UpdateUserProfileOK struct + XRequestID string + func NewUpdateUserProfileOK() *UpdateUserProfileOK + func (o *UpdateUserProfileOK) Error() string + func (o *UpdateUserProfileOK) IsClientError() bool + func (o *UpdateUserProfileOK) IsCode(code int) bool + func (o *UpdateUserProfileOK) IsRedirect() bool + func (o *UpdateUserProfileOK) IsServerError() bool + func (o *UpdateUserProfileOK) IsSuccess() bool + func (o *UpdateUserProfileOK) String() string + type UpdateUserProfileParams struct + Context context.Context + HTTPClient *http.Client + Profile *models.UserProfile + UserID int64 + XRequestID *string + func NewUpdateUserProfileParams() *UpdateUserProfileParams + func NewUpdateUserProfileParamsWithContext(ctx context.Context) *UpdateUserProfileParams + func NewUpdateUserProfileParamsWithHTTPClient(client *http.Client) *UpdateUserProfileParams + func NewUpdateUserProfileParamsWithTimeout(timeout time.Duration) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) SetContext(ctx context.Context) + func (o *UpdateUserProfileParams) SetDefaults() + func (o *UpdateUserProfileParams) SetHTTPClient(client *http.Client) + func (o *UpdateUserProfileParams) SetProfile(profile *models.UserProfile) + func (o *UpdateUserProfileParams) SetTimeout(timeout time.Duration) + func (o *UpdateUserProfileParams) SetUserID(userID int64) + func (o *UpdateUserProfileParams) SetXRequestID(xRequestID *string) + func (o *UpdateUserProfileParams) WithContext(ctx context.Context) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithDefaults() *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithHTTPClient(client *http.Client) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithProfile(profile *models.UserProfile) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithTimeout(timeout time.Duration) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithUserID(userID int64) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WithXRequestID(xRequestID *string) *UpdateUserProfileParams + func (o *UpdateUserProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateUserProfileReader struct + func (o *UpdateUserProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateUserProfileUnauthorized struct + Payload *models.Errors + XRequestID string + func NewUpdateUserProfileUnauthorized() *UpdateUserProfileUnauthorized + func (o *UpdateUserProfileUnauthorized) Error() string + func (o *UpdateUserProfileUnauthorized) GetPayload() *models.Errors + func (o *UpdateUserProfileUnauthorized) IsClientError() bool + func (o *UpdateUserProfileUnauthorized) IsCode(code int) bool + func (o *UpdateUserProfileUnauthorized) IsRedirect() bool + func (o *UpdateUserProfileUnauthorized) IsServerError() bool + func (o *UpdateUserProfileUnauthorized) IsSuccess() bool + func (o *UpdateUserProfileUnauthorized) String() string