Versions in this module Expand all Collapse all v2 v2.4.2 Sep 21, 2024 v2.4.1 Sep 21, 2024 Changes in this version + type Client struct + func (a *Client) CreateToken(params *CreateTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTokenOK, *CreateTokenNoContent, error) + func (a *Client) DeleteToken(params *DeleteTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTokenOK, *DeleteTokenNoContent, error) + func (a *Client) GetHistory(params *GetHistoryParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetHistoryOK, *GetHistoryNoContent, error) + func (a *Client) GetSuggestions(params *GetSuggestionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSuggestionsOK, *GetSuggestionsNoContent, error) + func (a *Client) GetToken(params *GetTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTokenOK, *GetTokenNoContent, error) + func (a *Client) GetUser(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserOK, *GetUserNoContent, error) + func (a *Client) GetWorkspaces(params *GetWorkspacesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetWorkspacesOK, *GetWorkspacesNoContent, error) + func (a *Client) ListTokens(params *ListTokensParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListTokensOK, *ListTokensNoContent, error) + func (a *Client) PatchToken(params *PatchTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchTokenOK, *PatchTokenNoContent, error) + func (a *Client) PatchUser(params *PatchUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchUserOK, *PatchUserNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateToken(params *UpdateTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateTokenOK, *UpdateTokenNoContent, error) + func (a *Client) UpdateUser(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateUserOK, *UpdateUserNoContent, error) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + CreateToken func(params *CreateTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateTokenOK, *CreateTokenNoContent, error) + DeleteToken func(params *DeleteTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteTokenOK, *DeleteTokenNoContent, error) + GetHistory func(params *GetHistoryParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetHistoryOK, *GetHistoryNoContent, error) + GetSuggestions func(params *GetSuggestionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSuggestionsOK, *GetSuggestionsNoContent, error) + GetToken func(params *GetTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetTokenOK, *GetTokenNoContent, error) + GetUser func(params *GetUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetUserOK, *GetUserNoContent, error) + GetWorkspaces func(params *GetWorkspacesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetWorkspacesOK, *GetWorkspacesNoContent, error) + ListTokens func(params *ListTokensParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListTokensOK, *ListTokensNoContent, error) + PatchToken func(params *PatchTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchTokenOK, *PatchTokenNoContent, error) + PatchUser func(params *PatchUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchUserOK, *PatchUserNoContent, error) + SetTransport func(transport runtime.ClientTransport) + UpdateToken func(params *UpdateTokenParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateTokenOK, *UpdateTokenNoContent, error) + UpdateUser func(params *UpdateUserParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateUserOK, *UpdateUserNoContent, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateTokenDefault struct + Payload *service_model.RuntimeError + func NewCreateTokenDefault(code int) *CreateTokenDefault + func (o *CreateTokenDefault) Code() int + func (o *CreateTokenDefault) Error() string + func (o *CreateTokenDefault) GetPayload() *service_model.RuntimeError + func (o *CreateTokenDefault) IsClientError() bool + func (o *CreateTokenDefault) IsCode(code int) bool + func (o *CreateTokenDefault) IsRedirect() bool + func (o *CreateTokenDefault) IsServerError() bool + func (o *CreateTokenDefault) IsSuccess() bool + func (o *CreateTokenDefault) String() string + type CreateTokenForbidden struct + Payload interface{} + func NewCreateTokenForbidden() *CreateTokenForbidden + func (o *CreateTokenForbidden) Code() int + func (o *CreateTokenForbidden) Error() string + func (o *CreateTokenForbidden) GetPayload() interface{} + func (o *CreateTokenForbidden) IsClientError() bool + func (o *CreateTokenForbidden) IsCode(code int) bool + func (o *CreateTokenForbidden) IsRedirect() bool + func (o *CreateTokenForbidden) IsServerError() bool + func (o *CreateTokenForbidden) IsSuccess() bool + func (o *CreateTokenForbidden) String() string + type CreateTokenNoContent struct + Payload interface{} + func NewCreateTokenNoContent() *CreateTokenNoContent + func (o *CreateTokenNoContent) Code() int + func (o *CreateTokenNoContent) Error() string + func (o *CreateTokenNoContent) GetPayload() interface{} + func (o *CreateTokenNoContent) IsClientError() bool + func (o *CreateTokenNoContent) IsCode(code int) bool + func (o *CreateTokenNoContent) IsRedirect() bool + func (o *CreateTokenNoContent) IsServerError() bool + func (o *CreateTokenNoContent) IsSuccess() bool + func (o *CreateTokenNoContent) String() string + type CreateTokenNotFound struct + Payload interface{} + func NewCreateTokenNotFound() *CreateTokenNotFound + func (o *CreateTokenNotFound) Code() int + func (o *CreateTokenNotFound) Error() string + func (o *CreateTokenNotFound) GetPayload() interface{} + func (o *CreateTokenNotFound) IsClientError() bool + func (o *CreateTokenNotFound) IsCode(code int) bool + func (o *CreateTokenNotFound) IsRedirect() bool + func (o *CreateTokenNotFound) IsServerError() bool + func (o *CreateTokenNotFound) IsSuccess() bool + func (o *CreateTokenNotFound) String() string + type CreateTokenOK struct + Payload *service_model.V1Token + func NewCreateTokenOK() *CreateTokenOK + func (o *CreateTokenOK) Code() int + func (o *CreateTokenOK) Error() string + func (o *CreateTokenOK) GetPayload() *service_model.V1Token + func (o *CreateTokenOK) IsClientError() bool + func (o *CreateTokenOK) IsCode(code int) bool + func (o *CreateTokenOK) IsRedirect() bool + func (o *CreateTokenOK) IsServerError() bool + func (o *CreateTokenOK) IsSuccess() bool + func (o *CreateTokenOK) String() string + type CreateTokenParams struct + Body *service_model.V1Token + Context context.Context + HTTPClient *http.Client + func NewCreateTokenParams() *CreateTokenParams + func NewCreateTokenParamsWithContext(ctx context.Context) *CreateTokenParams + func NewCreateTokenParamsWithHTTPClient(client *http.Client) *CreateTokenParams + func NewCreateTokenParamsWithTimeout(timeout time.Duration) *CreateTokenParams + func (o *CreateTokenParams) SetBody(body *service_model.V1Token) + func (o *CreateTokenParams) SetContext(ctx context.Context) + func (o *CreateTokenParams) SetDefaults() + func (o *CreateTokenParams) SetHTTPClient(client *http.Client) + func (o *CreateTokenParams) SetTimeout(timeout time.Duration) + func (o *CreateTokenParams) WithBody(body *service_model.V1Token) *CreateTokenParams + func (o *CreateTokenParams) WithContext(ctx context.Context) *CreateTokenParams + func (o *CreateTokenParams) WithDefaults() *CreateTokenParams + func (o *CreateTokenParams) WithHTTPClient(client *http.Client) *CreateTokenParams + func (o *CreateTokenParams) WithTimeout(timeout time.Duration) *CreateTokenParams + func (o *CreateTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTokenReader struct + func (o *CreateTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteTokenDefault struct + Payload *service_model.RuntimeError + func NewDeleteTokenDefault(code int) *DeleteTokenDefault + func (o *DeleteTokenDefault) Code() int + func (o *DeleteTokenDefault) Error() string + func (o *DeleteTokenDefault) GetPayload() *service_model.RuntimeError + func (o *DeleteTokenDefault) IsClientError() bool + func (o *DeleteTokenDefault) IsCode(code int) bool + func (o *DeleteTokenDefault) IsRedirect() bool + func (o *DeleteTokenDefault) IsServerError() bool + func (o *DeleteTokenDefault) IsSuccess() bool + func (o *DeleteTokenDefault) String() string + type DeleteTokenForbidden struct + Payload interface{} + func NewDeleteTokenForbidden() *DeleteTokenForbidden + func (o *DeleteTokenForbidden) Code() int + func (o *DeleteTokenForbidden) Error() string + func (o *DeleteTokenForbidden) GetPayload() interface{} + func (o *DeleteTokenForbidden) IsClientError() bool + func (o *DeleteTokenForbidden) IsCode(code int) bool + func (o *DeleteTokenForbidden) IsRedirect() bool + func (o *DeleteTokenForbidden) IsServerError() bool + func (o *DeleteTokenForbidden) IsSuccess() bool + func (o *DeleteTokenForbidden) String() string + type DeleteTokenNoContent struct + Payload interface{} + func NewDeleteTokenNoContent() *DeleteTokenNoContent + func (o *DeleteTokenNoContent) Code() int + func (o *DeleteTokenNoContent) Error() string + func (o *DeleteTokenNoContent) GetPayload() interface{} + func (o *DeleteTokenNoContent) IsClientError() bool + func (o *DeleteTokenNoContent) IsCode(code int) bool + func (o *DeleteTokenNoContent) IsRedirect() bool + func (o *DeleteTokenNoContent) IsServerError() bool + func (o *DeleteTokenNoContent) IsSuccess() bool + func (o *DeleteTokenNoContent) String() string + type DeleteTokenNotFound struct + Payload interface{} + func NewDeleteTokenNotFound() *DeleteTokenNotFound + func (o *DeleteTokenNotFound) Code() int + func (o *DeleteTokenNotFound) Error() string + func (o *DeleteTokenNotFound) GetPayload() interface{} + func (o *DeleteTokenNotFound) IsClientError() bool + func (o *DeleteTokenNotFound) IsCode(code int) bool + func (o *DeleteTokenNotFound) IsRedirect() bool + func (o *DeleteTokenNotFound) IsServerError() bool + func (o *DeleteTokenNotFound) IsSuccess() bool + func (o *DeleteTokenNotFound) String() string + type DeleteTokenOK struct + func NewDeleteTokenOK() *DeleteTokenOK + func (o *DeleteTokenOK) Code() int + func (o *DeleteTokenOK) Error() string + func (o *DeleteTokenOK) IsClientError() bool + func (o *DeleteTokenOK) IsCode(code int) bool + func (o *DeleteTokenOK) IsRedirect() bool + func (o *DeleteTokenOK) IsServerError() bool + func (o *DeleteTokenOK) IsSuccess() bool + func (o *DeleteTokenOK) String() string + type DeleteTokenParams struct + Context context.Context + HTTPClient *http.Client + UUID string + func NewDeleteTokenParams() *DeleteTokenParams + func NewDeleteTokenParamsWithContext(ctx context.Context) *DeleteTokenParams + func NewDeleteTokenParamsWithHTTPClient(client *http.Client) *DeleteTokenParams + func NewDeleteTokenParamsWithTimeout(timeout time.Duration) *DeleteTokenParams + func (o *DeleteTokenParams) SetContext(ctx context.Context) + func (o *DeleteTokenParams) SetDefaults() + func (o *DeleteTokenParams) SetHTTPClient(client *http.Client) + func (o *DeleteTokenParams) SetTimeout(timeout time.Duration) + func (o *DeleteTokenParams) SetUUID(uuid string) + func (o *DeleteTokenParams) WithContext(ctx context.Context) *DeleteTokenParams + func (o *DeleteTokenParams) WithDefaults() *DeleteTokenParams + func (o *DeleteTokenParams) WithHTTPClient(client *http.Client) *DeleteTokenParams + func (o *DeleteTokenParams) WithTimeout(timeout time.Duration) *DeleteTokenParams + func (o *DeleteTokenParams) WithUUID(uuid string) *DeleteTokenParams + func (o *DeleteTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteTokenReader struct + func (o *DeleteTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetHistoryDefault struct + Payload *service_model.RuntimeError + func NewGetHistoryDefault(code int) *GetHistoryDefault + func (o *GetHistoryDefault) Code() int + func (o *GetHistoryDefault) Error() string + func (o *GetHistoryDefault) GetPayload() *service_model.RuntimeError + func (o *GetHistoryDefault) IsClientError() bool + func (o *GetHistoryDefault) IsCode(code int) bool + func (o *GetHistoryDefault) IsRedirect() bool + func (o *GetHistoryDefault) IsServerError() bool + func (o *GetHistoryDefault) IsSuccess() bool + func (o *GetHistoryDefault) String() string + type GetHistoryForbidden struct + Payload interface{} + func NewGetHistoryForbidden() *GetHistoryForbidden + func (o *GetHistoryForbidden) Code() int + func (o *GetHistoryForbidden) Error() string + func (o *GetHistoryForbidden) GetPayload() interface{} + func (o *GetHistoryForbidden) IsClientError() bool + func (o *GetHistoryForbidden) IsCode(code int) bool + func (o *GetHistoryForbidden) IsRedirect() bool + func (o *GetHistoryForbidden) IsServerError() bool + func (o *GetHistoryForbidden) IsSuccess() bool + func (o *GetHistoryForbidden) String() string + type GetHistoryNoContent struct + Payload interface{} + func NewGetHistoryNoContent() *GetHistoryNoContent + func (o *GetHistoryNoContent) Code() int + func (o *GetHistoryNoContent) Error() string + func (o *GetHistoryNoContent) GetPayload() interface{} + func (o *GetHistoryNoContent) IsClientError() bool + func (o *GetHistoryNoContent) IsCode(code int) bool + func (o *GetHistoryNoContent) IsRedirect() bool + func (o *GetHistoryNoContent) IsServerError() bool + func (o *GetHistoryNoContent) IsSuccess() bool + func (o *GetHistoryNoContent) String() string + type GetHistoryNotFound struct + Payload interface{} + func NewGetHistoryNotFound() *GetHistoryNotFound + func (o *GetHistoryNotFound) Code() int + func (o *GetHistoryNotFound) Error() string + func (o *GetHistoryNotFound) GetPayload() interface{} + func (o *GetHistoryNotFound) IsClientError() bool + func (o *GetHistoryNotFound) IsCode(code int) bool + func (o *GetHistoryNotFound) IsRedirect() bool + func (o *GetHistoryNotFound) IsServerError() bool + func (o *GetHistoryNotFound) IsSuccess() bool + func (o *GetHistoryNotFound) String() string + type GetHistoryOK struct + Payload *service_model.V1ListActivitiesResponse + func NewGetHistoryOK() *GetHistoryOK + func (o *GetHistoryOK) Code() int + func (o *GetHistoryOK) Error() string + func (o *GetHistoryOK) GetPayload() *service_model.V1ListActivitiesResponse + func (o *GetHistoryOK) IsClientError() bool + func (o *GetHistoryOK) IsCode(code int) bool + func (o *GetHistoryOK) IsRedirect() bool + func (o *GetHistoryOK) IsServerError() bool + func (o *GetHistoryOK) IsSuccess() bool + func (o *GetHistoryOK) String() string + type GetHistoryParams struct + Context context.Context + HTTPClient *http.Client + Limit *int32 + NoPage *bool + Offset *int32 + Query *string + Sort *string + func NewGetHistoryParams() *GetHistoryParams + func NewGetHistoryParamsWithContext(ctx context.Context) *GetHistoryParams + func NewGetHistoryParamsWithHTTPClient(client *http.Client) *GetHistoryParams + func NewGetHistoryParamsWithTimeout(timeout time.Duration) *GetHistoryParams + func (o *GetHistoryParams) SetContext(ctx context.Context) + func (o *GetHistoryParams) SetDefaults() + func (o *GetHistoryParams) SetHTTPClient(client *http.Client) + func (o *GetHistoryParams) SetLimit(limit *int32) + func (o *GetHistoryParams) SetNoPage(noPage *bool) + func (o *GetHistoryParams) SetOffset(offset *int32) + func (o *GetHistoryParams) SetQuery(query *string) + func (o *GetHistoryParams) SetSort(sort *string) + func (o *GetHistoryParams) SetTimeout(timeout time.Duration) + func (o *GetHistoryParams) WithContext(ctx context.Context) *GetHistoryParams + func (o *GetHistoryParams) WithDefaults() *GetHistoryParams + func (o *GetHistoryParams) WithHTTPClient(client *http.Client) *GetHistoryParams + func (o *GetHistoryParams) WithLimit(limit *int32) *GetHistoryParams + func (o *GetHistoryParams) WithNoPage(noPage *bool) *GetHistoryParams + func (o *GetHistoryParams) WithOffset(offset *int32) *GetHistoryParams + func (o *GetHistoryParams) WithQuery(query *string) *GetHistoryParams + func (o *GetHistoryParams) WithSort(sort *string) *GetHistoryParams + func (o *GetHistoryParams) WithTimeout(timeout time.Duration) *GetHistoryParams + func (o *GetHistoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetHistoryReader struct + func (o *GetHistoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSuggestionsDefault struct + Payload *service_model.RuntimeError + func NewGetSuggestionsDefault(code int) *GetSuggestionsDefault + func (o *GetSuggestionsDefault) Code() int + func (o *GetSuggestionsDefault) Error() string + func (o *GetSuggestionsDefault) GetPayload() *service_model.RuntimeError + func (o *GetSuggestionsDefault) IsClientError() bool + func (o *GetSuggestionsDefault) IsCode(code int) bool + func (o *GetSuggestionsDefault) IsRedirect() bool + func (o *GetSuggestionsDefault) IsServerError() bool + func (o *GetSuggestionsDefault) IsSuccess() bool + func (o *GetSuggestionsDefault) String() string + type GetSuggestionsForbidden struct + Payload interface{} + func NewGetSuggestionsForbidden() *GetSuggestionsForbidden + func (o *GetSuggestionsForbidden) Code() int + func (o *GetSuggestionsForbidden) Error() string + func (o *GetSuggestionsForbidden) GetPayload() interface{} + func (o *GetSuggestionsForbidden) IsClientError() bool + func (o *GetSuggestionsForbidden) IsCode(code int) bool + func (o *GetSuggestionsForbidden) IsRedirect() bool + func (o *GetSuggestionsForbidden) IsServerError() bool + func (o *GetSuggestionsForbidden) IsSuccess() bool + func (o *GetSuggestionsForbidden) String() string + type GetSuggestionsNoContent struct + Payload interface{} + func NewGetSuggestionsNoContent() *GetSuggestionsNoContent + func (o *GetSuggestionsNoContent) Code() int + func (o *GetSuggestionsNoContent) Error() string + func (o *GetSuggestionsNoContent) GetPayload() interface{} + func (o *GetSuggestionsNoContent) IsClientError() bool + func (o *GetSuggestionsNoContent) IsCode(code int) bool + func (o *GetSuggestionsNoContent) IsRedirect() bool + func (o *GetSuggestionsNoContent) IsServerError() bool + func (o *GetSuggestionsNoContent) IsSuccess() bool + func (o *GetSuggestionsNoContent) String() string + type GetSuggestionsNotFound struct + Payload interface{} + func NewGetSuggestionsNotFound() *GetSuggestionsNotFound + func (o *GetSuggestionsNotFound) Code() int + func (o *GetSuggestionsNotFound) Error() string + func (o *GetSuggestionsNotFound) GetPayload() interface{} + func (o *GetSuggestionsNotFound) IsClientError() bool + func (o *GetSuggestionsNotFound) IsCode(code int) bool + func (o *GetSuggestionsNotFound) IsRedirect() bool + func (o *GetSuggestionsNotFound) IsServerError() bool + func (o *GetSuggestionsNotFound) IsSuccess() bool + func (o *GetSuggestionsNotFound) String() string + type GetSuggestionsOK struct + Payload interface{} + func NewGetSuggestionsOK() *GetSuggestionsOK + func (o *GetSuggestionsOK) Code() int + func (o *GetSuggestionsOK) Error() string + func (o *GetSuggestionsOK) GetPayload() interface{} + func (o *GetSuggestionsOK) IsClientError() bool + func (o *GetSuggestionsOK) IsCode(code int) bool + func (o *GetSuggestionsOK) IsRedirect() bool + func (o *GetSuggestionsOK) IsServerError() bool + func (o *GetSuggestionsOK) IsSuccess() bool + func (o *GetSuggestionsOK) String() string + type GetSuggestionsParams struct + Context context.Context + HTTPClient *http.Client + Limit *int32 + NoPage *bool + Offset *int32 + Query *string + Sort *string + func NewGetSuggestionsParams() *GetSuggestionsParams + func NewGetSuggestionsParamsWithContext(ctx context.Context) *GetSuggestionsParams + func NewGetSuggestionsParamsWithHTTPClient(client *http.Client) *GetSuggestionsParams + func NewGetSuggestionsParamsWithTimeout(timeout time.Duration) *GetSuggestionsParams + func (o *GetSuggestionsParams) SetContext(ctx context.Context) + func (o *GetSuggestionsParams) SetDefaults() + func (o *GetSuggestionsParams) SetHTTPClient(client *http.Client) + func (o *GetSuggestionsParams) SetLimit(limit *int32) + func (o *GetSuggestionsParams) SetNoPage(noPage *bool) + func (o *GetSuggestionsParams) SetOffset(offset *int32) + func (o *GetSuggestionsParams) SetQuery(query *string) + func (o *GetSuggestionsParams) SetSort(sort *string) + func (o *GetSuggestionsParams) SetTimeout(timeout time.Duration) + func (o *GetSuggestionsParams) WithContext(ctx context.Context) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithDefaults() *GetSuggestionsParams + func (o *GetSuggestionsParams) WithHTTPClient(client *http.Client) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithLimit(limit *int32) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithNoPage(noPage *bool) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithOffset(offset *int32) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithQuery(query *string) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithSort(sort *string) *GetSuggestionsParams + func (o *GetSuggestionsParams) WithTimeout(timeout time.Duration) *GetSuggestionsParams + func (o *GetSuggestionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSuggestionsReader struct + func (o *GetSuggestionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetTokenDefault struct + Payload *service_model.RuntimeError + func NewGetTokenDefault(code int) *GetTokenDefault + func (o *GetTokenDefault) Code() int + func (o *GetTokenDefault) Error() string + func (o *GetTokenDefault) GetPayload() *service_model.RuntimeError + func (o *GetTokenDefault) IsClientError() bool + func (o *GetTokenDefault) IsCode(code int) bool + func (o *GetTokenDefault) IsRedirect() bool + func (o *GetTokenDefault) IsServerError() bool + func (o *GetTokenDefault) IsSuccess() bool + func (o *GetTokenDefault) String() string + type GetTokenForbidden struct + Payload interface{} + func NewGetTokenForbidden() *GetTokenForbidden + func (o *GetTokenForbidden) Code() int + func (o *GetTokenForbidden) Error() string + func (o *GetTokenForbidden) GetPayload() interface{} + func (o *GetTokenForbidden) IsClientError() bool + func (o *GetTokenForbidden) IsCode(code int) bool + func (o *GetTokenForbidden) IsRedirect() bool + func (o *GetTokenForbidden) IsServerError() bool + func (o *GetTokenForbidden) IsSuccess() bool + func (o *GetTokenForbidden) String() string + type GetTokenNoContent struct + Payload interface{} + func NewGetTokenNoContent() *GetTokenNoContent + func (o *GetTokenNoContent) Code() int + func (o *GetTokenNoContent) Error() string + func (o *GetTokenNoContent) GetPayload() interface{} + func (o *GetTokenNoContent) IsClientError() bool + func (o *GetTokenNoContent) IsCode(code int) bool + func (o *GetTokenNoContent) IsRedirect() bool + func (o *GetTokenNoContent) IsServerError() bool + func (o *GetTokenNoContent) IsSuccess() bool + func (o *GetTokenNoContent) String() string + type GetTokenNotFound struct + Payload interface{} + func NewGetTokenNotFound() *GetTokenNotFound + func (o *GetTokenNotFound) Code() int + func (o *GetTokenNotFound) Error() string + func (o *GetTokenNotFound) GetPayload() interface{} + func (o *GetTokenNotFound) IsClientError() bool + func (o *GetTokenNotFound) IsCode(code int) bool + func (o *GetTokenNotFound) IsRedirect() bool + func (o *GetTokenNotFound) IsServerError() bool + func (o *GetTokenNotFound) IsSuccess() bool + func (o *GetTokenNotFound) String() string + type GetTokenOK struct + Payload *service_model.V1Token + func NewGetTokenOK() *GetTokenOK + func (o *GetTokenOK) Code() int + func (o *GetTokenOK) Error() string + func (o *GetTokenOK) GetPayload() *service_model.V1Token + func (o *GetTokenOK) IsClientError() bool + func (o *GetTokenOK) IsCode(code int) bool + func (o *GetTokenOK) IsRedirect() bool + func (o *GetTokenOK) IsServerError() bool + func (o *GetTokenOK) IsSuccess() bool + func (o *GetTokenOK) String() string + type GetTokenParams struct + Context context.Context + HTTPClient *http.Client + UUID string + func NewGetTokenParams() *GetTokenParams + func NewGetTokenParamsWithContext(ctx context.Context) *GetTokenParams + func NewGetTokenParamsWithHTTPClient(client *http.Client) *GetTokenParams + func NewGetTokenParamsWithTimeout(timeout time.Duration) *GetTokenParams + func (o *GetTokenParams) SetContext(ctx context.Context) + func (o *GetTokenParams) SetDefaults() + func (o *GetTokenParams) SetHTTPClient(client *http.Client) + func (o *GetTokenParams) SetTimeout(timeout time.Duration) + func (o *GetTokenParams) SetUUID(uuid string) + func (o *GetTokenParams) WithContext(ctx context.Context) *GetTokenParams + func (o *GetTokenParams) WithDefaults() *GetTokenParams + func (o *GetTokenParams) WithHTTPClient(client *http.Client) *GetTokenParams + func (o *GetTokenParams) WithTimeout(timeout time.Duration) *GetTokenParams + func (o *GetTokenParams) WithUUID(uuid string) *GetTokenParams + func (o *GetTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetTokenReader struct + func (o *GetTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetUserDefault struct + Payload *service_model.RuntimeError + func NewGetUserDefault(code int) *GetUserDefault + func (o *GetUserDefault) Code() int + func (o *GetUserDefault) Error() string + func (o *GetUserDefault) GetPayload() *service_model.RuntimeError + func (o *GetUserDefault) IsClientError() bool + func (o *GetUserDefault) IsCode(code int) bool + func (o *GetUserDefault) IsRedirect() bool + func (o *GetUserDefault) IsServerError() bool + func (o *GetUserDefault) IsSuccess() bool + func (o *GetUserDefault) String() string + type GetUserForbidden struct + Payload interface{} + func NewGetUserForbidden() *GetUserForbidden + func (o *GetUserForbidden) Code() int + func (o *GetUserForbidden) Error() string + func (o *GetUserForbidden) GetPayload() interface{} + 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 GetUserNoContent struct + Payload interface{} + func NewGetUserNoContent() *GetUserNoContent + func (o *GetUserNoContent) Code() int + func (o *GetUserNoContent) Error() string + func (o *GetUserNoContent) GetPayload() interface{} + func (o *GetUserNoContent) IsClientError() bool + func (o *GetUserNoContent) IsCode(code int) bool + func (o *GetUserNoContent) IsRedirect() bool + func (o *GetUserNoContent) IsServerError() bool + func (o *GetUserNoContent) IsSuccess() bool + func (o *GetUserNoContent) String() string + type GetUserNotFound struct + Payload interface{} + func NewGetUserNotFound() *GetUserNotFound + func (o *GetUserNotFound) Code() int + func (o *GetUserNotFound) Error() string + func (o *GetUserNotFound) GetPayload() interface{} + 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 *service_model.V1User + func NewGetUserOK() *GetUserOK + func (o *GetUserOK) Code() int + func (o *GetUserOK) Error() string + func (o *GetUserOK) GetPayload() *service_model.V1User + 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 + 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) 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) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetUserReader struct + func (o *GetUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetWorkspacesDefault struct + Payload *service_model.RuntimeError + func NewGetWorkspacesDefault(code int) *GetWorkspacesDefault + func (o *GetWorkspacesDefault) Code() int + func (o *GetWorkspacesDefault) Error() string + func (o *GetWorkspacesDefault) GetPayload() *service_model.RuntimeError + func (o *GetWorkspacesDefault) IsClientError() bool + func (o *GetWorkspacesDefault) IsCode(code int) bool + func (o *GetWorkspacesDefault) IsRedirect() bool + func (o *GetWorkspacesDefault) IsServerError() bool + func (o *GetWorkspacesDefault) IsSuccess() bool + func (o *GetWorkspacesDefault) String() string + type GetWorkspacesForbidden struct + Payload interface{} + func NewGetWorkspacesForbidden() *GetWorkspacesForbidden + func (o *GetWorkspacesForbidden) Code() int + func (o *GetWorkspacesForbidden) Error() string + func (o *GetWorkspacesForbidden) GetPayload() interface{} + func (o *GetWorkspacesForbidden) IsClientError() bool + func (o *GetWorkspacesForbidden) IsCode(code int) bool + func (o *GetWorkspacesForbidden) IsRedirect() bool + func (o *GetWorkspacesForbidden) IsServerError() bool + func (o *GetWorkspacesForbidden) IsSuccess() bool + func (o *GetWorkspacesForbidden) String() string + type GetWorkspacesNoContent struct + Payload interface{} + func NewGetWorkspacesNoContent() *GetWorkspacesNoContent + func (o *GetWorkspacesNoContent) Code() int + func (o *GetWorkspacesNoContent) Error() string + func (o *GetWorkspacesNoContent) GetPayload() interface{} + func (o *GetWorkspacesNoContent) IsClientError() bool + func (o *GetWorkspacesNoContent) IsCode(code int) bool + func (o *GetWorkspacesNoContent) IsRedirect() bool + func (o *GetWorkspacesNoContent) IsServerError() bool + func (o *GetWorkspacesNoContent) IsSuccess() bool + func (o *GetWorkspacesNoContent) String() string + type GetWorkspacesNotFound struct + Payload interface{} + func NewGetWorkspacesNotFound() *GetWorkspacesNotFound + func (o *GetWorkspacesNotFound) Code() int + func (o *GetWorkspacesNotFound) Error() string + func (o *GetWorkspacesNotFound) GetPayload() interface{} + func (o *GetWorkspacesNotFound) IsClientError() bool + func (o *GetWorkspacesNotFound) IsCode(code int) bool + func (o *GetWorkspacesNotFound) IsRedirect() bool + func (o *GetWorkspacesNotFound) IsServerError() bool + func (o *GetWorkspacesNotFound) IsSuccess() bool + func (o *GetWorkspacesNotFound) String() string + type GetWorkspacesOK struct + Payload interface{} + func NewGetWorkspacesOK() *GetWorkspacesOK + func (o *GetWorkspacesOK) Code() int + func (o *GetWorkspacesOK) Error() string + func (o *GetWorkspacesOK) GetPayload() interface{} + func (o *GetWorkspacesOK) IsClientError() bool + func (o *GetWorkspacesOK) IsCode(code int) bool + func (o *GetWorkspacesOK) IsRedirect() bool + func (o *GetWorkspacesOK) IsServerError() bool + func (o *GetWorkspacesOK) IsSuccess() bool + func (o *GetWorkspacesOK) String() string + type GetWorkspacesParams struct + Context context.Context + HTTPClient *http.Client + Limit *int32 + NoPage *bool + Offset *int32 + Query *string + Sort *string + func NewGetWorkspacesParams() *GetWorkspacesParams + func NewGetWorkspacesParamsWithContext(ctx context.Context) *GetWorkspacesParams + func NewGetWorkspacesParamsWithHTTPClient(client *http.Client) *GetWorkspacesParams + func NewGetWorkspacesParamsWithTimeout(timeout time.Duration) *GetWorkspacesParams + func (o *GetWorkspacesParams) SetContext(ctx context.Context) + func (o *GetWorkspacesParams) SetDefaults() + func (o *GetWorkspacesParams) SetHTTPClient(client *http.Client) + func (o *GetWorkspacesParams) SetLimit(limit *int32) + func (o *GetWorkspacesParams) SetNoPage(noPage *bool) + func (o *GetWorkspacesParams) SetOffset(offset *int32) + func (o *GetWorkspacesParams) SetQuery(query *string) + func (o *GetWorkspacesParams) SetSort(sort *string) + func (o *GetWorkspacesParams) SetTimeout(timeout time.Duration) + func (o *GetWorkspacesParams) WithContext(ctx context.Context) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithDefaults() *GetWorkspacesParams + func (o *GetWorkspacesParams) WithHTTPClient(client *http.Client) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithLimit(limit *int32) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithNoPage(noPage *bool) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithOffset(offset *int32) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithQuery(query *string) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithSort(sort *string) *GetWorkspacesParams + func (o *GetWorkspacesParams) WithTimeout(timeout time.Duration) *GetWorkspacesParams + func (o *GetWorkspacesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetWorkspacesReader struct + func (o *GetWorkspacesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListTokensDefault struct + Payload *service_model.RuntimeError + func NewListTokensDefault(code int) *ListTokensDefault + func (o *ListTokensDefault) Code() int + func (o *ListTokensDefault) Error() string + func (o *ListTokensDefault) GetPayload() *service_model.RuntimeError + func (o *ListTokensDefault) IsClientError() bool + func (o *ListTokensDefault) IsCode(code int) bool + func (o *ListTokensDefault) IsRedirect() bool + func (o *ListTokensDefault) IsServerError() bool + func (o *ListTokensDefault) IsSuccess() bool + func (o *ListTokensDefault) String() string + type ListTokensForbidden struct + Payload interface{} + func NewListTokensForbidden() *ListTokensForbidden + func (o *ListTokensForbidden) Code() int + func (o *ListTokensForbidden) Error() string + func (o *ListTokensForbidden) GetPayload() interface{} + func (o *ListTokensForbidden) IsClientError() bool + func (o *ListTokensForbidden) IsCode(code int) bool + func (o *ListTokensForbidden) IsRedirect() bool + func (o *ListTokensForbidden) IsServerError() bool + func (o *ListTokensForbidden) IsSuccess() bool + func (o *ListTokensForbidden) String() string + type ListTokensNoContent struct + Payload interface{} + func NewListTokensNoContent() *ListTokensNoContent + func (o *ListTokensNoContent) Code() int + func (o *ListTokensNoContent) Error() string + func (o *ListTokensNoContent) GetPayload() interface{} + func (o *ListTokensNoContent) IsClientError() bool + func (o *ListTokensNoContent) IsCode(code int) bool + func (o *ListTokensNoContent) IsRedirect() bool + func (o *ListTokensNoContent) IsServerError() bool + func (o *ListTokensNoContent) IsSuccess() bool + func (o *ListTokensNoContent) String() string + type ListTokensNotFound struct + Payload interface{} + func NewListTokensNotFound() *ListTokensNotFound + func (o *ListTokensNotFound) Code() int + func (o *ListTokensNotFound) Error() string + func (o *ListTokensNotFound) GetPayload() interface{} + func (o *ListTokensNotFound) IsClientError() bool + func (o *ListTokensNotFound) IsCode(code int) bool + func (o *ListTokensNotFound) IsRedirect() bool + func (o *ListTokensNotFound) IsServerError() bool + func (o *ListTokensNotFound) IsSuccess() bool + func (o *ListTokensNotFound) String() string + type ListTokensOK struct + Payload *service_model.V1ListTokenResponse + func NewListTokensOK() *ListTokensOK + func (o *ListTokensOK) Code() int + func (o *ListTokensOK) Error() string + func (o *ListTokensOK) GetPayload() *service_model.V1ListTokenResponse + func (o *ListTokensOK) IsClientError() bool + func (o *ListTokensOK) IsCode(code int) bool + func (o *ListTokensOK) IsRedirect() bool + func (o *ListTokensOK) IsServerError() bool + func (o *ListTokensOK) IsSuccess() bool + func (o *ListTokensOK) String() string + type ListTokensParams struct + Context context.Context + HTTPClient *http.Client + Limit *int32 + NoPage *bool + Offset *int32 + Query *string + Sort *string + func NewListTokensParams() *ListTokensParams + func NewListTokensParamsWithContext(ctx context.Context) *ListTokensParams + func NewListTokensParamsWithHTTPClient(client *http.Client) *ListTokensParams + func NewListTokensParamsWithTimeout(timeout time.Duration) *ListTokensParams + func (o *ListTokensParams) SetContext(ctx context.Context) + func (o *ListTokensParams) SetDefaults() + func (o *ListTokensParams) SetHTTPClient(client *http.Client) + func (o *ListTokensParams) SetLimit(limit *int32) + func (o *ListTokensParams) SetNoPage(noPage *bool) + func (o *ListTokensParams) SetOffset(offset *int32) + func (o *ListTokensParams) SetQuery(query *string) + func (o *ListTokensParams) SetSort(sort *string) + func (o *ListTokensParams) SetTimeout(timeout time.Duration) + func (o *ListTokensParams) WithContext(ctx context.Context) *ListTokensParams + func (o *ListTokensParams) WithDefaults() *ListTokensParams + func (o *ListTokensParams) WithHTTPClient(client *http.Client) *ListTokensParams + func (o *ListTokensParams) WithLimit(limit *int32) *ListTokensParams + func (o *ListTokensParams) WithNoPage(noPage *bool) *ListTokensParams + func (o *ListTokensParams) WithOffset(offset *int32) *ListTokensParams + func (o *ListTokensParams) WithQuery(query *string) *ListTokensParams + func (o *ListTokensParams) WithSort(sort *string) *ListTokensParams + func (o *ListTokensParams) WithTimeout(timeout time.Duration) *ListTokensParams + func (o *ListTokensParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListTokensReader struct + func (o *ListTokensReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchTokenDefault struct + Payload *service_model.RuntimeError + func NewPatchTokenDefault(code int) *PatchTokenDefault + func (o *PatchTokenDefault) Code() int + func (o *PatchTokenDefault) Error() string + func (o *PatchTokenDefault) GetPayload() *service_model.RuntimeError + func (o *PatchTokenDefault) IsClientError() bool + func (o *PatchTokenDefault) IsCode(code int) bool + func (o *PatchTokenDefault) IsRedirect() bool + func (o *PatchTokenDefault) IsServerError() bool + func (o *PatchTokenDefault) IsSuccess() bool + func (o *PatchTokenDefault) String() string + type PatchTokenForbidden struct + Payload interface{} + func NewPatchTokenForbidden() *PatchTokenForbidden + func (o *PatchTokenForbidden) Code() int + func (o *PatchTokenForbidden) Error() string + func (o *PatchTokenForbidden) GetPayload() interface{} + func (o *PatchTokenForbidden) IsClientError() bool + func (o *PatchTokenForbidden) IsCode(code int) bool + func (o *PatchTokenForbidden) IsRedirect() bool + func (o *PatchTokenForbidden) IsServerError() bool + func (o *PatchTokenForbidden) IsSuccess() bool + func (o *PatchTokenForbidden) String() string + type PatchTokenNoContent struct + Payload interface{} + func NewPatchTokenNoContent() *PatchTokenNoContent + func (o *PatchTokenNoContent) Code() int + func (o *PatchTokenNoContent) Error() string + func (o *PatchTokenNoContent) GetPayload() interface{} + func (o *PatchTokenNoContent) IsClientError() bool + func (o *PatchTokenNoContent) IsCode(code int) bool + func (o *PatchTokenNoContent) IsRedirect() bool + func (o *PatchTokenNoContent) IsServerError() bool + func (o *PatchTokenNoContent) IsSuccess() bool + func (o *PatchTokenNoContent) String() string + type PatchTokenNotFound struct + Payload interface{} + func NewPatchTokenNotFound() *PatchTokenNotFound + func (o *PatchTokenNotFound) Code() int + func (o *PatchTokenNotFound) Error() string + func (o *PatchTokenNotFound) GetPayload() interface{} + func (o *PatchTokenNotFound) IsClientError() bool + func (o *PatchTokenNotFound) IsCode(code int) bool + func (o *PatchTokenNotFound) IsRedirect() bool + func (o *PatchTokenNotFound) IsServerError() bool + func (o *PatchTokenNotFound) IsSuccess() bool + func (o *PatchTokenNotFound) String() string + type PatchTokenOK struct + Payload *service_model.V1Token + func NewPatchTokenOK() *PatchTokenOK + func (o *PatchTokenOK) Code() int + func (o *PatchTokenOK) Error() string + func (o *PatchTokenOK) GetPayload() *service_model.V1Token + func (o *PatchTokenOK) IsClientError() bool + func (o *PatchTokenOK) IsCode(code int) bool + func (o *PatchTokenOK) IsRedirect() bool + func (o *PatchTokenOK) IsServerError() bool + func (o *PatchTokenOK) IsSuccess() bool + func (o *PatchTokenOK) String() string + type PatchTokenParams struct + Body *service_model.V1Token + Context context.Context + HTTPClient *http.Client + TokenUUID string + func NewPatchTokenParams() *PatchTokenParams + func NewPatchTokenParamsWithContext(ctx context.Context) *PatchTokenParams + func NewPatchTokenParamsWithHTTPClient(client *http.Client) *PatchTokenParams + func NewPatchTokenParamsWithTimeout(timeout time.Duration) *PatchTokenParams + func (o *PatchTokenParams) SetBody(body *service_model.V1Token) + func (o *PatchTokenParams) SetContext(ctx context.Context) + func (o *PatchTokenParams) SetDefaults() + func (o *PatchTokenParams) SetHTTPClient(client *http.Client) + func (o *PatchTokenParams) SetTimeout(timeout time.Duration) + func (o *PatchTokenParams) SetTokenUUID(tokenUUID string) + func (o *PatchTokenParams) WithBody(body *service_model.V1Token) *PatchTokenParams + func (o *PatchTokenParams) WithContext(ctx context.Context) *PatchTokenParams + func (o *PatchTokenParams) WithDefaults() *PatchTokenParams + func (o *PatchTokenParams) WithHTTPClient(client *http.Client) *PatchTokenParams + func (o *PatchTokenParams) WithTimeout(timeout time.Duration) *PatchTokenParams + func (o *PatchTokenParams) WithTokenUUID(tokenUUID string) *PatchTokenParams + func (o *PatchTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchTokenReader struct + func (o *PatchTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PatchUserDefault struct + Payload *service_model.RuntimeError + func NewPatchUserDefault(code int) *PatchUserDefault + func (o *PatchUserDefault) Code() int + func (o *PatchUserDefault) Error() string + func (o *PatchUserDefault) GetPayload() *service_model.RuntimeError + func (o *PatchUserDefault) IsClientError() bool + func (o *PatchUserDefault) IsCode(code int) bool + func (o *PatchUserDefault) IsRedirect() bool + func (o *PatchUserDefault) IsServerError() bool + func (o *PatchUserDefault) IsSuccess() bool + func (o *PatchUserDefault) String() string + type PatchUserForbidden struct + Payload interface{} + func NewPatchUserForbidden() *PatchUserForbidden + func (o *PatchUserForbidden) Code() int + func (o *PatchUserForbidden) Error() string + func (o *PatchUserForbidden) GetPayload() interface{} + func (o *PatchUserForbidden) IsClientError() bool + func (o *PatchUserForbidden) IsCode(code int) bool + func (o *PatchUserForbidden) IsRedirect() bool + func (o *PatchUserForbidden) IsServerError() bool + func (o *PatchUserForbidden) IsSuccess() bool + func (o *PatchUserForbidden) String() string + type PatchUserNoContent struct + Payload interface{} + func NewPatchUserNoContent() *PatchUserNoContent + func (o *PatchUserNoContent) Code() int + func (o *PatchUserNoContent) Error() string + func (o *PatchUserNoContent) GetPayload() interface{} + func (o *PatchUserNoContent) IsClientError() bool + func (o *PatchUserNoContent) IsCode(code int) bool + func (o *PatchUserNoContent) IsRedirect() bool + func (o *PatchUserNoContent) IsServerError() bool + func (o *PatchUserNoContent) IsSuccess() bool + func (o *PatchUserNoContent) String() string + type PatchUserNotFound struct + Payload interface{} + func NewPatchUserNotFound() *PatchUserNotFound + func (o *PatchUserNotFound) Code() int + func (o *PatchUserNotFound) Error() string + func (o *PatchUserNotFound) GetPayload() interface{} + func (o *PatchUserNotFound) IsClientError() bool + func (o *PatchUserNotFound) IsCode(code int) bool + func (o *PatchUserNotFound) IsRedirect() bool + func (o *PatchUserNotFound) IsServerError() bool + func (o *PatchUserNotFound) IsSuccess() bool + func (o *PatchUserNotFound) String() string + type PatchUserOK struct + Payload *service_model.V1User + func NewPatchUserOK() *PatchUserOK + func (o *PatchUserOK) Code() int + func (o *PatchUserOK) Error() string + func (o *PatchUserOK) GetPayload() *service_model.V1User + func (o *PatchUserOK) IsClientError() bool + func (o *PatchUserOK) IsCode(code int) bool + func (o *PatchUserOK) IsRedirect() bool + func (o *PatchUserOK) IsServerError() bool + func (o *PatchUserOK) IsSuccess() bool + func (o *PatchUserOK) String() string + type PatchUserParams struct + Body *service_model.V1User + Context context.Context + HTTPClient *http.Client + func NewPatchUserParams() *PatchUserParams + func NewPatchUserParamsWithContext(ctx context.Context) *PatchUserParams + func NewPatchUserParamsWithHTTPClient(client *http.Client) *PatchUserParams + func NewPatchUserParamsWithTimeout(timeout time.Duration) *PatchUserParams + func (o *PatchUserParams) SetBody(body *service_model.V1User) + func (o *PatchUserParams) SetContext(ctx context.Context) + func (o *PatchUserParams) SetDefaults() + func (o *PatchUserParams) SetHTTPClient(client *http.Client) + func (o *PatchUserParams) SetTimeout(timeout time.Duration) + func (o *PatchUserParams) WithBody(body *service_model.V1User) *PatchUserParams + func (o *PatchUserParams) WithContext(ctx context.Context) *PatchUserParams + func (o *PatchUserParams) WithDefaults() *PatchUserParams + func (o *PatchUserParams) WithHTTPClient(client *http.Client) *PatchUserParams + func (o *PatchUserParams) WithTimeout(timeout time.Duration) *PatchUserParams + func (o *PatchUserParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PatchUserReader struct + func (o *PatchUserReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateTokenDefault struct + Payload *service_model.RuntimeError + func NewUpdateTokenDefault(code int) *UpdateTokenDefault + func (o *UpdateTokenDefault) Code() int + func (o *UpdateTokenDefault) Error() string + func (o *UpdateTokenDefault) GetPayload() *service_model.RuntimeError + func (o *UpdateTokenDefault) IsClientError() bool + func (o *UpdateTokenDefault) IsCode(code int) bool + func (o *UpdateTokenDefault) IsRedirect() bool + func (o *UpdateTokenDefault) IsServerError() bool + func (o *UpdateTokenDefault) IsSuccess() bool + func (o *UpdateTokenDefault) String() string + type UpdateTokenForbidden struct + Payload interface{} + func NewUpdateTokenForbidden() *UpdateTokenForbidden + func (o *UpdateTokenForbidden) Code() int + func (o *UpdateTokenForbidden) Error() string + func (o *UpdateTokenForbidden) GetPayload() interface{} + func (o *UpdateTokenForbidden) IsClientError() bool + func (o *UpdateTokenForbidden) IsCode(code int) bool + func (o *UpdateTokenForbidden) IsRedirect() bool + func (o *UpdateTokenForbidden) IsServerError() bool + func (o *UpdateTokenForbidden) IsSuccess() bool + func (o *UpdateTokenForbidden) String() string + type UpdateTokenNoContent struct + Payload interface{} + func NewUpdateTokenNoContent() *UpdateTokenNoContent + func (o *UpdateTokenNoContent) Code() int + func (o *UpdateTokenNoContent) Error() string + func (o *UpdateTokenNoContent) GetPayload() interface{} + func (o *UpdateTokenNoContent) IsClientError() bool + func (o *UpdateTokenNoContent) IsCode(code int) bool + func (o *UpdateTokenNoContent) IsRedirect() bool + func (o *UpdateTokenNoContent) IsServerError() bool + func (o *UpdateTokenNoContent) IsSuccess() bool + func (o *UpdateTokenNoContent) String() string + type UpdateTokenNotFound struct + Payload interface{} + func NewUpdateTokenNotFound() *UpdateTokenNotFound + func (o *UpdateTokenNotFound) Code() int + func (o *UpdateTokenNotFound) Error() string + func (o *UpdateTokenNotFound) GetPayload() interface{} + func (o *UpdateTokenNotFound) IsClientError() bool + func (o *UpdateTokenNotFound) IsCode(code int) bool + func (o *UpdateTokenNotFound) IsRedirect() bool + func (o *UpdateTokenNotFound) IsServerError() bool + func (o *UpdateTokenNotFound) IsSuccess() bool + func (o *UpdateTokenNotFound) String() string + type UpdateTokenOK struct + Payload *service_model.V1Token + func NewUpdateTokenOK() *UpdateTokenOK + func (o *UpdateTokenOK) Code() int + func (o *UpdateTokenOK) Error() string + func (o *UpdateTokenOK) GetPayload() *service_model.V1Token + func (o *UpdateTokenOK) IsClientError() bool + func (o *UpdateTokenOK) IsCode(code int) bool + func (o *UpdateTokenOK) IsRedirect() bool + func (o *UpdateTokenOK) IsServerError() bool + func (o *UpdateTokenOK) IsSuccess() bool + func (o *UpdateTokenOK) String() string + type UpdateTokenParams struct + Body *service_model.V1Token + Context context.Context + HTTPClient *http.Client + TokenUUID string + func NewUpdateTokenParams() *UpdateTokenParams + func NewUpdateTokenParamsWithContext(ctx context.Context) *UpdateTokenParams + func NewUpdateTokenParamsWithHTTPClient(client *http.Client) *UpdateTokenParams + func NewUpdateTokenParamsWithTimeout(timeout time.Duration) *UpdateTokenParams + func (o *UpdateTokenParams) SetBody(body *service_model.V1Token) + func (o *UpdateTokenParams) SetContext(ctx context.Context) + func (o *UpdateTokenParams) SetDefaults() + func (o *UpdateTokenParams) SetHTTPClient(client *http.Client) + func (o *UpdateTokenParams) SetTimeout(timeout time.Duration) + func (o *UpdateTokenParams) SetTokenUUID(tokenUUID string) + func (o *UpdateTokenParams) WithBody(body *service_model.V1Token) *UpdateTokenParams + func (o *UpdateTokenParams) WithContext(ctx context.Context) *UpdateTokenParams + func (o *UpdateTokenParams) WithDefaults() *UpdateTokenParams + func (o *UpdateTokenParams) WithHTTPClient(client *http.Client) *UpdateTokenParams + func (o *UpdateTokenParams) WithTimeout(timeout time.Duration) *UpdateTokenParams + func (o *UpdateTokenParams) WithTokenUUID(tokenUUID string) *UpdateTokenParams + func (o *UpdateTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateTokenReader struct + func (o *UpdateTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateUserDefault struct + Payload *service_model.RuntimeError + func NewUpdateUserDefault(code int) *UpdateUserDefault + func (o *UpdateUserDefault) Code() int + func (o *UpdateUserDefault) Error() string + func (o *UpdateUserDefault) GetPayload() *service_model.RuntimeError + func (o *UpdateUserDefault) IsClientError() bool + func (o *UpdateUserDefault) IsCode(code int) bool + func (o *UpdateUserDefault) IsRedirect() bool + func (o *UpdateUserDefault) IsServerError() bool + func (o *UpdateUserDefault) IsSuccess() bool + func (o *UpdateUserDefault) String() string + type UpdateUserForbidden struct + Payload interface{} + func NewUpdateUserForbidden() *UpdateUserForbidden + func (o *UpdateUserForbidden) Code() int + func (o *UpdateUserForbidden) Error() string + func (o *UpdateUserForbidden) GetPayload() interface{} + 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 UpdateUserNoContent struct + Payload interface{} + func NewUpdateUserNoContent() *UpdateUserNoContent + func (o *UpdateUserNoContent) Code() int + func (o *UpdateUserNoContent) Error() string + func (o *UpdateUserNoContent) GetPayload() interface{} + func (o *UpdateUserNoContent) IsClientError() bool + func (o *UpdateUserNoContent) IsCode(code int) bool + func (o *UpdateUserNoContent) IsRedirect() bool + func (o *UpdateUserNoContent) IsServerError() bool + func (o *UpdateUserNoContent) IsSuccess() bool + func (o *UpdateUserNoContent) String() string + type UpdateUserNotFound struct + Payload interface{} + func NewUpdateUserNotFound() *UpdateUserNotFound + func (o *UpdateUserNotFound) Code() int + func (o *UpdateUserNotFound) Error() string + func (o *UpdateUserNotFound) GetPayload() interface{} + 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 *service_model.V1User + func NewUpdateUserOK() *UpdateUserOK + func (o *UpdateUserOK) Code() int + func (o *UpdateUserOK) Error() string + func (o *UpdateUserOK) GetPayload() *service_model.V1User + 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 *service_model.V1User + Context context.Context + HTTPClient *http.Client + 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 *service_model.V1User) + func (o *UpdateUserParams) SetContext(ctx context.Context) + func (o *UpdateUserParams) SetDefaults() + func (o *UpdateUserParams) SetHTTPClient(client *http.Client) + func (o *UpdateUserParams) SetTimeout(timeout time.Duration) + func (o *UpdateUserParams) WithBody(body *service_model.V1User) *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) 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)