Versions in this module Expand all Collapse all v0 v0.29.0 Oct 24, 2023 v0.28.0 Oct 23, 2023 Changes in this version + type API interface + AddLabel func(ctx context.Context, params *AddLabelParams) (*AddLabelOK, error) + CopyArtifact func(ctx context.Context, params *CopyArtifactParams) (*CopyArtifactCreated, error) + CreateTag func(ctx context.Context, params *CreateTagParams) (*CreateTagCreated, error) + DeleteArtifact func(ctx context.Context, params *DeleteArtifactParams) (*DeleteArtifactOK, error) + DeleteTag func(ctx context.Context, params *DeleteTagParams) (*DeleteTagOK, error) + GetAddition func(ctx context.Context, params *GetAdditionParams) (*GetAdditionOK, error) + GetArtifact func(ctx context.Context, params *GetArtifactParams) (*GetArtifactOK, error) + GetVulnerabilitiesAddition func(ctx context.Context, params *GetVulnerabilitiesAdditionParams) (*GetVulnerabilitiesAdditionOK, error) + ListAccessories func(ctx context.Context, params *ListAccessoriesParams) (*ListAccessoriesOK, error) + ListArtifacts func(ctx context.Context, params *ListArtifactsParams) (*ListArtifactsOK, error) + ListTags func(ctx context.Context, params *ListTagsParams) (*ListTagsOK, error) + RemoveLabel func(ctx context.Context, params *RemoveLabelParams) (*RemoveLabelOK, error) + type AddLabelBadRequest struct + Payload *models.Errors + XRequestID string + func NewAddLabelBadRequest() *AddLabelBadRequest + func (o *AddLabelBadRequest) Error() string + func (o *AddLabelBadRequest) GetPayload() *models.Errors + func (o *AddLabelBadRequest) IsClientError() bool + func (o *AddLabelBadRequest) IsCode(code int) bool + func (o *AddLabelBadRequest) IsRedirect() bool + func (o *AddLabelBadRequest) IsServerError() bool + func (o *AddLabelBadRequest) IsSuccess() bool + func (o *AddLabelBadRequest) String() string + type AddLabelConflict struct + Payload *models.Errors + XRequestID string + func NewAddLabelConflict() *AddLabelConflict + func (o *AddLabelConflict) Error() string + func (o *AddLabelConflict) GetPayload() *models.Errors + func (o *AddLabelConflict) IsClientError() bool + func (o *AddLabelConflict) IsCode(code int) bool + func (o *AddLabelConflict) IsRedirect() bool + func (o *AddLabelConflict) IsServerError() bool + func (o *AddLabelConflict) IsSuccess() bool + func (o *AddLabelConflict) String() string + type AddLabelForbidden struct + Payload *models.Errors + XRequestID string + func NewAddLabelForbidden() *AddLabelForbidden + func (o *AddLabelForbidden) Error() string + func (o *AddLabelForbidden) GetPayload() *models.Errors + func (o *AddLabelForbidden) IsClientError() bool + func (o *AddLabelForbidden) IsCode(code int) bool + func (o *AddLabelForbidden) IsRedirect() bool + func (o *AddLabelForbidden) IsServerError() bool + func (o *AddLabelForbidden) IsSuccess() bool + func (o *AddLabelForbidden) String() string + type AddLabelInternalServerError struct + Payload *models.Errors + XRequestID string + func NewAddLabelInternalServerError() *AddLabelInternalServerError + func (o *AddLabelInternalServerError) Error() string + func (o *AddLabelInternalServerError) GetPayload() *models.Errors + func (o *AddLabelInternalServerError) IsClientError() bool + func (o *AddLabelInternalServerError) IsCode(code int) bool + func (o *AddLabelInternalServerError) IsRedirect() bool + func (o *AddLabelInternalServerError) IsServerError() bool + func (o *AddLabelInternalServerError) IsSuccess() bool + func (o *AddLabelInternalServerError) String() string + type AddLabelNotFound struct + Payload *models.Errors + XRequestID string + func NewAddLabelNotFound() *AddLabelNotFound + func (o *AddLabelNotFound) Error() string + func (o *AddLabelNotFound) GetPayload() *models.Errors + func (o *AddLabelNotFound) IsClientError() bool + func (o *AddLabelNotFound) IsCode(code int) bool + func (o *AddLabelNotFound) IsRedirect() bool + func (o *AddLabelNotFound) IsServerError() bool + func (o *AddLabelNotFound) IsSuccess() bool + func (o *AddLabelNotFound) String() string + type AddLabelOK struct + XRequestID string + func NewAddLabelOK() *AddLabelOK + func (o *AddLabelOK) Error() string + func (o *AddLabelOK) IsClientError() bool + func (o *AddLabelOK) IsCode(code int) bool + func (o *AddLabelOK) IsRedirect() bool + func (o *AddLabelOK) IsServerError() bool + func (o *AddLabelOK) IsSuccess() bool + func (o *AddLabelOK) String() string + type AddLabelParams struct + Context context.Context + HTTPClient *http.Client + Label *models.Label + ProjectName string + Reference string + RepositoryName string + XRequestID *string + func NewAddLabelParams() *AddLabelParams + func NewAddLabelParamsWithContext(ctx context.Context) *AddLabelParams + func NewAddLabelParamsWithHTTPClient(client *http.Client) *AddLabelParams + func NewAddLabelParamsWithTimeout(timeout time.Duration) *AddLabelParams + func (o *AddLabelParams) SetContext(ctx context.Context) + func (o *AddLabelParams) SetDefaults() + func (o *AddLabelParams) SetHTTPClient(client *http.Client) + func (o *AddLabelParams) SetLabel(label *models.Label) + func (o *AddLabelParams) SetProjectName(projectName string) + func (o *AddLabelParams) SetReference(reference string) + func (o *AddLabelParams) SetRepositoryName(repositoryName string) + func (o *AddLabelParams) SetTimeout(timeout time.Duration) + func (o *AddLabelParams) SetXRequestID(xRequestID *string) + func (o *AddLabelParams) WithContext(ctx context.Context) *AddLabelParams + func (o *AddLabelParams) WithDefaults() *AddLabelParams + func (o *AddLabelParams) WithHTTPClient(client *http.Client) *AddLabelParams + func (o *AddLabelParams) WithLabel(label *models.Label) *AddLabelParams + func (o *AddLabelParams) WithProjectName(projectName string) *AddLabelParams + func (o *AddLabelParams) WithReference(reference string) *AddLabelParams + func (o *AddLabelParams) WithRepositoryName(repositoryName string) *AddLabelParams + func (o *AddLabelParams) WithTimeout(timeout time.Duration) *AddLabelParams + func (o *AddLabelParams) WithXRequestID(xRequestID *string) *AddLabelParams + func (o *AddLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddLabelReader struct + func (o *AddLabelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddLabelUnauthorized struct + Payload *models.Errors + XRequestID string + func NewAddLabelUnauthorized() *AddLabelUnauthorized + func (o *AddLabelUnauthorized) Error() string + func (o *AddLabelUnauthorized) GetPayload() *models.Errors + func (o *AddLabelUnauthorized) IsClientError() bool + func (o *AddLabelUnauthorized) IsCode(code int) bool + func (o *AddLabelUnauthorized) IsRedirect() bool + func (o *AddLabelUnauthorized) IsServerError() bool + func (o *AddLabelUnauthorized) IsSuccess() bool + func (o *AddLabelUnauthorized) String() string + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) AddLabel(ctx context.Context, params *AddLabelParams) (*AddLabelOK, error) + func (a *Client) CopyArtifact(ctx context.Context, params *CopyArtifactParams) (*CopyArtifactCreated, error) + func (a *Client) CreateTag(ctx context.Context, params *CreateTagParams) (*CreateTagCreated, error) + func (a *Client) DeleteArtifact(ctx context.Context, params *DeleteArtifactParams) (*DeleteArtifactOK, error) + func (a *Client) DeleteTag(ctx context.Context, params *DeleteTagParams) (*DeleteTagOK, error) + func (a *Client) GetAddition(ctx context.Context, params *GetAdditionParams) (*GetAdditionOK, error) + func (a *Client) GetArtifact(ctx context.Context, params *GetArtifactParams) (*GetArtifactOK, error) + func (a *Client) GetVulnerabilitiesAddition(ctx context.Context, params *GetVulnerabilitiesAdditionParams) (*GetVulnerabilitiesAdditionOK, error) + func (a *Client) ListAccessories(ctx context.Context, params *ListAccessoriesParams) (*ListAccessoriesOK, error) + func (a *Client) ListArtifacts(ctx context.Context, params *ListArtifactsParams) (*ListArtifactsOK, error) + func (a *Client) ListTags(ctx context.Context, params *ListTagsParams) (*ListTagsOK, error) + func (a *Client) RemoveLabel(ctx context.Context, params *RemoveLabelParams) (*RemoveLabelOK, error) + type CopyArtifactBadRequest struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactBadRequest() *CopyArtifactBadRequest + func (o *CopyArtifactBadRequest) Error() string + func (o *CopyArtifactBadRequest) GetPayload() *models.Errors + func (o *CopyArtifactBadRequest) IsClientError() bool + func (o *CopyArtifactBadRequest) IsCode(code int) bool + func (o *CopyArtifactBadRequest) IsRedirect() bool + func (o *CopyArtifactBadRequest) IsServerError() bool + func (o *CopyArtifactBadRequest) IsSuccess() bool + func (o *CopyArtifactBadRequest) String() string + type CopyArtifactCreated struct + Location string + XRequestID string + func NewCopyArtifactCreated() *CopyArtifactCreated + func (o *CopyArtifactCreated) Error() string + func (o *CopyArtifactCreated) IsClientError() bool + func (o *CopyArtifactCreated) IsCode(code int) bool + func (o *CopyArtifactCreated) IsRedirect() bool + func (o *CopyArtifactCreated) IsServerError() bool + func (o *CopyArtifactCreated) IsSuccess() bool + func (o *CopyArtifactCreated) String() string + type CopyArtifactForbidden struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactForbidden() *CopyArtifactForbidden + func (o *CopyArtifactForbidden) Error() string + func (o *CopyArtifactForbidden) GetPayload() *models.Errors + func (o *CopyArtifactForbidden) IsClientError() bool + func (o *CopyArtifactForbidden) IsCode(code int) bool + func (o *CopyArtifactForbidden) IsRedirect() bool + func (o *CopyArtifactForbidden) IsServerError() bool + func (o *CopyArtifactForbidden) IsSuccess() bool + func (o *CopyArtifactForbidden) String() string + type CopyArtifactInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactInternalServerError() *CopyArtifactInternalServerError + func (o *CopyArtifactInternalServerError) Error() string + func (o *CopyArtifactInternalServerError) GetPayload() *models.Errors + func (o *CopyArtifactInternalServerError) IsClientError() bool + func (o *CopyArtifactInternalServerError) IsCode(code int) bool + func (o *CopyArtifactInternalServerError) IsRedirect() bool + func (o *CopyArtifactInternalServerError) IsServerError() bool + func (o *CopyArtifactInternalServerError) IsSuccess() bool + func (o *CopyArtifactInternalServerError) String() string + type CopyArtifactMethodNotAllowed struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactMethodNotAllowed() *CopyArtifactMethodNotAllowed + func (o *CopyArtifactMethodNotAllowed) Error() string + func (o *CopyArtifactMethodNotAllowed) GetPayload() *models.Errors + func (o *CopyArtifactMethodNotAllowed) IsClientError() bool + func (o *CopyArtifactMethodNotAllowed) IsCode(code int) bool + func (o *CopyArtifactMethodNotAllowed) IsRedirect() bool + func (o *CopyArtifactMethodNotAllowed) IsServerError() bool + func (o *CopyArtifactMethodNotAllowed) IsSuccess() bool + func (o *CopyArtifactMethodNotAllowed) String() string + type CopyArtifactNotFound struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactNotFound() *CopyArtifactNotFound + func (o *CopyArtifactNotFound) Error() string + func (o *CopyArtifactNotFound) GetPayload() *models.Errors + func (o *CopyArtifactNotFound) IsClientError() bool + func (o *CopyArtifactNotFound) IsCode(code int) bool + func (o *CopyArtifactNotFound) IsRedirect() bool + func (o *CopyArtifactNotFound) IsServerError() bool + func (o *CopyArtifactNotFound) IsSuccess() bool + func (o *CopyArtifactNotFound) String() string + type CopyArtifactParams struct + Context context.Context + From string + HTTPClient *http.Client + ProjectName string + RepositoryName string + XRequestID *string + func NewCopyArtifactParams() *CopyArtifactParams + func NewCopyArtifactParamsWithContext(ctx context.Context) *CopyArtifactParams + func NewCopyArtifactParamsWithHTTPClient(client *http.Client) *CopyArtifactParams + func NewCopyArtifactParamsWithTimeout(timeout time.Duration) *CopyArtifactParams + func (o *CopyArtifactParams) SetContext(ctx context.Context) + func (o *CopyArtifactParams) SetDefaults() + func (o *CopyArtifactParams) SetFrom(from string) + func (o *CopyArtifactParams) SetHTTPClient(client *http.Client) + func (o *CopyArtifactParams) SetProjectName(projectName string) + func (o *CopyArtifactParams) SetRepositoryName(repositoryName string) + func (o *CopyArtifactParams) SetTimeout(timeout time.Duration) + func (o *CopyArtifactParams) SetXRequestID(xRequestID *string) + func (o *CopyArtifactParams) WithContext(ctx context.Context) *CopyArtifactParams + func (o *CopyArtifactParams) WithDefaults() *CopyArtifactParams + func (o *CopyArtifactParams) WithFrom(from string) *CopyArtifactParams + func (o *CopyArtifactParams) WithHTTPClient(client *http.Client) *CopyArtifactParams + func (o *CopyArtifactParams) WithProjectName(projectName string) *CopyArtifactParams + func (o *CopyArtifactParams) WithRepositoryName(repositoryName string) *CopyArtifactParams + func (o *CopyArtifactParams) WithTimeout(timeout time.Duration) *CopyArtifactParams + func (o *CopyArtifactParams) WithXRequestID(xRequestID *string) *CopyArtifactParams + func (o *CopyArtifactParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CopyArtifactReader struct + func (o *CopyArtifactReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CopyArtifactUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCopyArtifactUnauthorized() *CopyArtifactUnauthorized + func (o *CopyArtifactUnauthorized) Error() string + func (o *CopyArtifactUnauthorized) GetPayload() *models.Errors + func (o *CopyArtifactUnauthorized) IsClientError() bool + func (o *CopyArtifactUnauthorized) IsCode(code int) bool + func (o *CopyArtifactUnauthorized) IsRedirect() bool + func (o *CopyArtifactUnauthorized) IsServerError() bool + func (o *CopyArtifactUnauthorized) IsSuccess() bool + func (o *CopyArtifactUnauthorized) String() string + type CreateTagBadRequest struct + Payload *models.Errors + XRequestID string + func NewCreateTagBadRequest() *CreateTagBadRequest + func (o *CreateTagBadRequest) Error() string + func (o *CreateTagBadRequest) GetPayload() *models.Errors + func (o *CreateTagBadRequest) IsClientError() bool + func (o *CreateTagBadRequest) IsCode(code int) bool + func (o *CreateTagBadRequest) IsRedirect() bool + func (o *CreateTagBadRequest) IsServerError() bool + func (o *CreateTagBadRequest) IsSuccess() bool + func (o *CreateTagBadRequest) String() string + type CreateTagConflict struct + Payload *models.Errors + XRequestID string + func NewCreateTagConflict() *CreateTagConflict + func (o *CreateTagConflict) Error() string + func (o *CreateTagConflict) GetPayload() *models.Errors + func (o *CreateTagConflict) IsClientError() bool + func (o *CreateTagConflict) IsCode(code int) bool + func (o *CreateTagConflict) IsRedirect() bool + func (o *CreateTagConflict) IsServerError() bool + func (o *CreateTagConflict) IsSuccess() bool + func (o *CreateTagConflict) String() string + type CreateTagCreated struct + Location string + XRequestID string + func NewCreateTagCreated() *CreateTagCreated + func (o *CreateTagCreated) Error() string + func (o *CreateTagCreated) IsClientError() bool + func (o *CreateTagCreated) IsCode(code int) bool + func (o *CreateTagCreated) IsRedirect() bool + func (o *CreateTagCreated) IsServerError() bool + func (o *CreateTagCreated) IsSuccess() bool + func (o *CreateTagCreated) String() string + type CreateTagForbidden struct + Payload *models.Errors + XRequestID string + func NewCreateTagForbidden() *CreateTagForbidden + func (o *CreateTagForbidden) Error() string + func (o *CreateTagForbidden) GetPayload() *models.Errors + func (o *CreateTagForbidden) IsClientError() bool + func (o *CreateTagForbidden) IsCode(code int) bool + func (o *CreateTagForbidden) IsRedirect() bool + func (o *CreateTagForbidden) IsServerError() bool + func (o *CreateTagForbidden) IsSuccess() bool + func (o *CreateTagForbidden) String() string + type CreateTagInternalServerError struct + Payload *models.Errors + XRequestID string + func NewCreateTagInternalServerError() *CreateTagInternalServerError + func (o *CreateTagInternalServerError) Error() string + func (o *CreateTagInternalServerError) GetPayload() *models.Errors + func (o *CreateTagInternalServerError) IsClientError() bool + func (o *CreateTagInternalServerError) IsCode(code int) bool + func (o *CreateTagInternalServerError) IsRedirect() bool + func (o *CreateTagInternalServerError) IsServerError() bool + func (o *CreateTagInternalServerError) IsSuccess() bool + func (o *CreateTagInternalServerError) String() string + type CreateTagMethodNotAllowed struct + Payload *models.Errors + XRequestID string + func NewCreateTagMethodNotAllowed() *CreateTagMethodNotAllowed + func (o *CreateTagMethodNotAllowed) Error() string + func (o *CreateTagMethodNotAllowed) GetPayload() *models.Errors + func (o *CreateTagMethodNotAllowed) IsClientError() bool + func (o *CreateTagMethodNotAllowed) IsCode(code int) bool + func (o *CreateTagMethodNotAllowed) IsRedirect() bool + func (o *CreateTagMethodNotAllowed) IsServerError() bool + func (o *CreateTagMethodNotAllowed) IsSuccess() bool + func (o *CreateTagMethodNotAllowed) String() string + type CreateTagNotFound struct + Payload *models.Errors + XRequestID string + func NewCreateTagNotFound() *CreateTagNotFound + func (o *CreateTagNotFound) Error() string + func (o *CreateTagNotFound) GetPayload() *models.Errors + func (o *CreateTagNotFound) IsClientError() bool + func (o *CreateTagNotFound) IsCode(code int) bool + func (o *CreateTagNotFound) IsRedirect() bool + func (o *CreateTagNotFound) IsServerError() bool + func (o *CreateTagNotFound) IsSuccess() bool + func (o *CreateTagNotFound) String() string + type CreateTagParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + Reference string + RepositoryName string + Tag *models.Tag + XRequestID *string + func NewCreateTagParams() *CreateTagParams + func NewCreateTagParamsWithContext(ctx context.Context) *CreateTagParams + func NewCreateTagParamsWithHTTPClient(client *http.Client) *CreateTagParams + func NewCreateTagParamsWithTimeout(timeout time.Duration) *CreateTagParams + func (o *CreateTagParams) SetContext(ctx context.Context) + func (o *CreateTagParams) SetDefaults() + func (o *CreateTagParams) SetHTTPClient(client *http.Client) + func (o *CreateTagParams) SetProjectName(projectName string) + func (o *CreateTagParams) SetReference(reference string) + func (o *CreateTagParams) SetRepositoryName(repositoryName string) + func (o *CreateTagParams) SetTag(tag *models.Tag) + func (o *CreateTagParams) SetTimeout(timeout time.Duration) + func (o *CreateTagParams) SetXRequestID(xRequestID *string) + func (o *CreateTagParams) WithContext(ctx context.Context) *CreateTagParams + func (o *CreateTagParams) WithDefaults() *CreateTagParams + func (o *CreateTagParams) WithHTTPClient(client *http.Client) *CreateTagParams + func (o *CreateTagParams) WithProjectName(projectName string) *CreateTagParams + func (o *CreateTagParams) WithReference(reference string) *CreateTagParams + func (o *CreateTagParams) WithRepositoryName(repositoryName string) *CreateTagParams + func (o *CreateTagParams) WithTag(tag *models.Tag) *CreateTagParams + func (o *CreateTagParams) WithTimeout(timeout time.Duration) *CreateTagParams + func (o *CreateTagParams) WithXRequestID(xRequestID *string) *CreateTagParams + func (o *CreateTagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateTagReader struct + func (o *CreateTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateTagUnauthorized struct + Payload *models.Errors + XRequestID string + func NewCreateTagUnauthorized() *CreateTagUnauthorized + func (o *CreateTagUnauthorized) Error() string + func (o *CreateTagUnauthorized) GetPayload() *models.Errors + func (o *CreateTagUnauthorized) IsClientError() bool + func (o *CreateTagUnauthorized) IsCode(code int) bool + func (o *CreateTagUnauthorized) IsRedirect() bool + func (o *CreateTagUnauthorized) IsServerError() bool + func (o *CreateTagUnauthorized) IsSuccess() bool + func (o *CreateTagUnauthorized) String() string + type DeleteArtifactForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteArtifactForbidden() *DeleteArtifactForbidden + func (o *DeleteArtifactForbidden) Error() string + func (o *DeleteArtifactForbidden) GetPayload() *models.Errors + func (o *DeleteArtifactForbidden) IsClientError() bool + func (o *DeleteArtifactForbidden) IsCode(code int) bool + func (o *DeleteArtifactForbidden) IsRedirect() bool + func (o *DeleteArtifactForbidden) IsServerError() bool + func (o *DeleteArtifactForbidden) IsSuccess() bool + func (o *DeleteArtifactForbidden) String() string + type DeleteArtifactInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteArtifactInternalServerError() *DeleteArtifactInternalServerError + func (o *DeleteArtifactInternalServerError) Error() string + func (o *DeleteArtifactInternalServerError) GetPayload() *models.Errors + func (o *DeleteArtifactInternalServerError) IsClientError() bool + func (o *DeleteArtifactInternalServerError) IsCode(code int) bool + func (o *DeleteArtifactInternalServerError) IsRedirect() bool + func (o *DeleteArtifactInternalServerError) IsServerError() bool + func (o *DeleteArtifactInternalServerError) IsSuccess() bool + func (o *DeleteArtifactInternalServerError) String() string + type DeleteArtifactNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteArtifactNotFound() *DeleteArtifactNotFound + func (o *DeleteArtifactNotFound) Error() string + func (o *DeleteArtifactNotFound) GetPayload() *models.Errors + func (o *DeleteArtifactNotFound) IsClientError() bool + func (o *DeleteArtifactNotFound) IsCode(code int) bool + func (o *DeleteArtifactNotFound) IsRedirect() bool + func (o *DeleteArtifactNotFound) IsServerError() bool + func (o *DeleteArtifactNotFound) IsSuccess() bool + func (o *DeleteArtifactNotFound) String() string + type DeleteArtifactOK struct + XRequestID string + func NewDeleteArtifactOK() *DeleteArtifactOK + func (o *DeleteArtifactOK) Error() string + func (o *DeleteArtifactOK) IsClientError() bool + func (o *DeleteArtifactOK) IsCode(code int) bool + func (o *DeleteArtifactOK) IsRedirect() bool + func (o *DeleteArtifactOK) IsServerError() bool + func (o *DeleteArtifactOK) IsSuccess() bool + func (o *DeleteArtifactOK) String() string + type DeleteArtifactParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + Reference string + RepositoryName string + XRequestID *string + func NewDeleteArtifactParams() *DeleteArtifactParams + func NewDeleteArtifactParamsWithContext(ctx context.Context) *DeleteArtifactParams + func NewDeleteArtifactParamsWithHTTPClient(client *http.Client) *DeleteArtifactParams + func NewDeleteArtifactParamsWithTimeout(timeout time.Duration) *DeleteArtifactParams + func (o *DeleteArtifactParams) SetContext(ctx context.Context) + func (o *DeleteArtifactParams) SetDefaults() + func (o *DeleteArtifactParams) SetHTTPClient(client *http.Client) + func (o *DeleteArtifactParams) SetProjectName(projectName string) + func (o *DeleteArtifactParams) SetReference(reference string) + func (o *DeleteArtifactParams) SetRepositoryName(repositoryName string) + func (o *DeleteArtifactParams) SetTimeout(timeout time.Duration) + func (o *DeleteArtifactParams) SetXRequestID(xRequestID *string) + func (o *DeleteArtifactParams) WithContext(ctx context.Context) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithDefaults() *DeleteArtifactParams + func (o *DeleteArtifactParams) WithHTTPClient(client *http.Client) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithProjectName(projectName string) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithReference(reference string) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithRepositoryName(repositoryName string) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithTimeout(timeout time.Duration) *DeleteArtifactParams + func (o *DeleteArtifactParams) WithXRequestID(xRequestID *string) *DeleteArtifactParams + func (o *DeleteArtifactParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteArtifactReader struct + func (o *DeleteArtifactReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteArtifactUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteArtifactUnauthorized() *DeleteArtifactUnauthorized + func (o *DeleteArtifactUnauthorized) Error() string + func (o *DeleteArtifactUnauthorized) GetPayload() *models.Errors + func (o *DeleteArtifactUnauthorized) IsClientError() bool + func (o *DeleteArtifactUnauthorized) IsCode(code int) bool + func (o *DeleteArtifactUnauthorized) IsRedirect() bool + func (o *DeleteArtifactUnauthorized) IsServerError() bool + func (o *DeleteArtifactUnauthorized) IsSuccess() bool + func (o *DeleteArtifactUnauthorized) String() string + type DeleteTagForbidden struct + Payload *models.Errors + XRequestID string + func NewDeleteTagForbidden() *DeleteTagForbidden + func (o *DeleteTagForbidden) Error() string + func (o *DeleteTagForbidden) GetPayload() *models.Errors + func (o *DeleteTagForbidden) IsClientError() bool + func (o *DeleteTagForbidden) IsCode(code int) bool + func (o *DeleteTagForbidden) IsRedirect() bool + func (o *DeleteTagForbidden) IsServerError() bool + func (o *DeleteTagForbidden) IsSuccess() bool + func (o *DeleteTagForbidden) String() string + type DeleteTagInternalServerError struct + Payload *models.Errors + XRequestID string + func NewDeleteTagInternalServerError() *DeleteTagInternalServerError + func (o *DeleteTagInternalServerError) Error() string + func (o *DeleteTagInternalServerError) GetPayload() *models.Errors + func (o *DeleteTagInternalServerError) IsClientError() bool + func (o *DeleteTagInternalServerError) IsCode(code int) bool + func (o *DeleteTagInternalServerError) IsRedirect() bool + func (o *DeleteTagInternalServerError) IsServerError() bool + func (o *DeleteTagInternalServerError) IsSuccess() bool + func (o *DeleteTagInternalServerError) String() string + type DeleteTagNotFound struct + Payload *models.Errors + XRequestID string + func NewDeleteTagNotFound() *DeleteTagNotFound + func (o *DeleteTagNotFound) Error() string + func (o *DeleteTagNotFound) GetPayload() *models.Errors + func (o *DeleteTagNotFound) IsClientError() bool + func (o *DeleteTagNotFound) IsCode(code int) bool + func (o *DeleteTagNotFound) IsRedirect() bool + func (o *DeleteTagNotFound) IsServerError() bool + func (o *DeleteTagNotFound) IsSuccess() bool + func (o *DeleteTagNotFound) String() string + type DeleteTagOK struct + XRequestID string + func NewDeleteTagOK() *DeleteTagOK + func (o *DeleteTagOK) Error() string + func (o *DeleteTagOK) IsClientError() bool + func (o *DeleteTagOK) IsCode(code int) bool + func (o *DeleteTagOK) IsRedirect() bool + func (o *DeleteTagOK) IsServerError() bool + func (o *DeleteTagOK) IsSuccess() bool + func (o *DeleteTagOK) String() string + type DeleteTagParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + Reference string + RepositoryName string + TagName string + XRequestID *string + func NewDeleteTagParams() *DeleteTagParams + func NewDeleteTagParamsWithContext(ctx context.Context) *DeleteTagParams + func NewDeleteTagParamsWithHTTPClient(client *http.Client) *DeleteTagParams + func NewDeleteTagParamsWithTimeout(timeout time.Duration) *DeleteTagParams + func (o *DeleteTagParams) SetContext(ctx context.Context) + func (o *DeleteTagParams) SetDefaults() + func (o *DeleteTagParams) SetHTTPClient(client *http.Client) + func (o *DeleteTagParams) SetProjectName(projectName string) + func (o *DeleteTagParams) SetReference(reference string) + func (o *DeleteTagParams) SetRepositoryName(repositoryName string) + func (o *DeleteTagParams) SetTagName(tagName string) + func (o *DeleteTagParams) SetTimeout(timeout time.Duration) + func (o *DeleteTagParams) SetXRequestID(xRequestID *string) + func (o *DeleteTagParams) WithContext(ctx context.Context) *DeleteTagParams + func (o *DeleteTagParams) WithDefaults() *DeleteTagParams + func (o *DeleteTagParams) WithHTTPClient(client *http.Client) *DeleteTagParams + func (o *DeleteTagParams) WithProjectName(projectName string) *DeleteTagParams + func (o *DeleteTagParams) WithReference(reference string) *DeleteTagParams + func (o *DeleteTagParams) WithRepositoryName(repositoryName string) *DeleteTagParams + func (o *DeleteTagParams) WithTagName(tagName string) *DeleteTagParams + func (o *DeleteTagParams) WithTimeout(timeout time.Duration) *DeleteTagParams + func (o *DeleteTagParams) WithXRequestID(xRequestID *string) *DeleteTagParams + func (o *DeleteTagParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteTagReader struct + func (o *DeleteTagReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteTagUnauthorized struct + Payload *models.Errors + XRequestID string + func NewDeleteTagUnauthorized() *DeleteTagUnauthorized + func (o *DeleteTagUnauthorized) Error() string + func (o *DeleteTagUnauthorized) GetPayload() *models.Errors + func (o *DeleteTagUnauthorized) IsClientError() bool + func (o *DeleteTagUnauthorized) IsCode(code int) bool + func (o *DeleteTagUnauthorized) IsRedirect() bool + func (o *DeleteTagUnauthorized) IsServerError() bool + func (o *DeleteTagUnauthorized) IsSuccess() bool + func (o *DeleteTagUnauthorized) String() string + type GetAdditionBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetAdditionBadRequest() *GetAdditionBadRequest + func (o *GetAdditionBadRequest) Error() string + func (o *GetAdditionBadRequest) GetPayload() *models.Errors + func (o *GetAdditionBadRequest) IsClientError() bool + func (o *GetAdditionBadRequest) IsCode(code int) bool + func (o *GetAdditionBadRequest) IsRedirect() bool + func (o *GetAdditionBadRequest) IsServerError() bool + func (o *GetAdditionBadRequest) IsSuccess() bool + func (o *GetAdditionBadRequest) String() string + type GetAdditionForbidden struct + Payload *models.Errors + XRequestID string + func NewGetAdditionForbidden() *GetAdditionForbidden + func (o *GetAdditionForbidden) Error() string + func (o *GetAdditionForbidden) GetPayload() *models.Errors + func (o *GetAdditionForbidden) IsClientError() bool + func (o *GetAdditionForbidden) IsCode(code int) bool + func (o *GetAdditionForbidden) IsRedirect() bool + func (o *GetAdditionForbidden) IsServerError() bool + func (o *GetAdditionForbidden) IsSuccess() bool + func (o *GetAdditionForbidden) String() string + type GetAdditionInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetAdditionInternalServerError() *GetAdditionInternalServerError + func (o *GetAdditionInternalServerError) Error() string + func (o *GetAdditionInternalServerError) GetPayload() *models.Errors + func (o *GetAdditionInternalServerError) IsClientError() bool + func (o *GetAdditionInternalServerError) IsCode(code int) bool + func (o *GetAdditionInternalServerError) IsRedirect() bool + func (o *GetAdditionInternalServerError) IsServerError() bool + func (o *GetAdditionInternalServerError) IsSuccess() bool + func (o *GetAdditionInternalServerError) String() string + type GetAdditionNotFound struct + Payload *models.Errors + XRequestID string + func NewGetAdditionNotFound() *GetAdditionNotFound + func (o *GetAdditionNotFound) Error() string + func (o *GetAdditionNotFound) GetPayload() *models.Errors + func (o *GetAdditionNotFound) IsClientError() bool + func (o *GetAdditionNotFound) IsCode(code int) bool + func (o *GetAdditionNotFound) IsRedirect() bool + func (o *GetAdditionNotFound) IsServerError() bool + func (o *GetAdditionNotFound) IsSuccess() bool + func (o *GetAdditionNotFound) String() string + type GetAdditionOK struct + ContentType string + Payload string + func NewGetAdditionOK() *GetAdditionOK + func (o *GetAdditionOK) Error() string + func (o *GetAdditionOK) GetPayload() string + func (o *GetAdditionOK) IsClientError() bool + func (o *GetAdditionOK) IsCode(code int) bool + func (o *GetAdditionOK) IsRedirect() bool + func (o *GetAdditionOK) IsServerError() bool + func (o *GetAdditionOK) IsSuccess() bool + func (o *GetAdditionOK) String() string + type GetAdditionParams struct + Addition string + Context context.Context + HTTPClient *http.Client + ProjectName string + Reference string + RepositoryName string + XRequestID *string + func NewGetAdditionParams() *GetAdditionParams + func NewGetAdditionParamsWithContext(ctx context.Context) *GetAdditionParams + func NewGetAdditionParamsWithHTTPClient(client *http.Client) *GetAdditionParams + func NewGetAdditionParamsWithTimeout(timeout time.Duration) *GetAdditionParams + func (o *GetAdditionParams) SetAddition(addition string) + func (o *GetAdditionParams) SetContext(ctx context.Context) + func (o *GetAdditionParams) SetDefaults() + func (o *GetAdditionParams) SetHTTPClient(client *http.Client) + func (o *GetAdditionParams) SetProjectName(projectName string) + func (o *GetAdditionParams) SetReference(reference string) + func (o *GetAdditionParams) SetRepositoryName(repositoryName string) + func (o *GetAdditionParams) SetTimeout(timeout time.Duration) + func (o *GetAdditionParams) SetXRequestID(xRequestID *string) + func (o *GetAdditionParams) WithAddition(addition string) *GetAdditionParams + func (o *GetAdditionParams) WithContext(ctx context.Context) *GetAdditionParams + func (o *GetAdditionParams) WithDefaults() *GetAdditionParams + func (o *GetAdditionParams) WithHTTPClient(client *http.Client) *GetAdditionParams + func (o *GetAdditionParams) WithProjectName(projectName string) *GetAdditionParams + func (o *GetAdditionParams) WithReference(reference string) *GetAdditionParams + func (o *GetAdditionParams) WithRepositoryName(repositoryName string) *GetAdditionParams + func (o *GetAdditionParams) WithTimeout(timeout time.Duration) *GetAdditionParams + func (o *GetAdditionParams) WithXRequestID(xRequestID *string) *GetAdditionParams + func (o *GetAdditionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAdditionReader struct + func (o *GetAdditionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAdditionUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetAdditionUnauthorized() *GetAdditionUnauthorized + func (o *GetAdditionUnauthorized) Error() string + func (o *GetAdditionUnauthorized) GetPayload() *models.Errors + func (o *GetAdditionUnauthorized) IsClientError() bool + func (o *GetAdditionUnauthorized) IsCode(code int) bool + func (o *GetAdditionUnauthorized) IsRedirect() bool + func (o *GetAdditionUnauthorized) IsServerError() bool + func (o *GetAdditionUnauthorized) IsSuccess() bool + func (o *GetAdditionUnauthorized) String() string + type GetArtifactBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetArtifactBadRequest() *GetArtifactBadRequest + func (o *GetArtifactBadRequest) Error() string + func (o *GetArtifactBadRequest) GetPayload() *models.Errors + func (o *GetArtifactBadRequest) IsClientError() bool + func (o *GetArtifactBadRequest) IsCode(code int) bool + func (o *GetArtifactBadRequest) IsRedirect() bool + func (o *GetArtifactBadRequest) IsServerError() bool + func (o *GetArtifactBadRequest) IsSuccess() bool + func (o *GetArtifactBadRequest) String() string + type GetArtifactForbidden struct + Payload *models.Errors + XRequestID string + func NewGetArtifactForbidden() *GetArtifactForbidden + func (o *GetArtifactForbidden) Error() string + func (o *GetArtifactForbidden) GetPayload() *models.Errors + func (o *GetArtifactForbidden) IsClientError() bool + func (o *GetArtifactForbidden) IsCode(code int) bool + func (o *GetArtifactForbidden) IsRedirect() bool + func (o *GetArtifactForbidden) IsServerError() bool + func (o *GetArtifactForbidden) IsSuccess() bool + func (o *GetArtifactForbidden) String() string + type GetArtifactInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetArtifactInternalServerError() *GetArtifactInternalServerError + func (o *GetArtifactInternalServerError) Error() string + func (o *GetArtifactInternalServerError) GetPayload() *models.Errors + func (o *GetArtifactInternalServerError) IsClientError() bool + func (o *GetArtifactInternalServerError) IsCode(code int) bool + func (o *GetArtifactInternalServerError) IsRedirect() bool + func (o *GetArtifactInternalServerError) IsServerError() bool + func (o *GetArtifactInternalServerError) IsSuccess() bool + func (o *GetArtifactInternalServerError) String() string + type GetArtifactNotFound struct + Payload *models.Errors + XRequestID string + func NewGetArtifactNotFound() *GetArtifactNotFound + func (o *GetArtifactNotFound) Error() string + func (o *GetArtifactNotFound) GetPayload() *models.Errors + func (o *GetArtifactNotFound) IsClientError() bool + func (o *GetArtifactNotFound) IsCode(code int) bool + func (o *GetArtifactNotFound) IsRedirect() bool + func (o *GetArtifactNotFound) IsServerError() bool + func (o *GetArtifactNotFound) IsSuccess() bool + func (o *GetArtifactNotFound) String() string + type GetArtifactOK struct + Payload *models.Artifact + func NewGetArtifactOK() *GetArtifactOK + func (o *GetArtifactOK) Error() string + func (o *GetArtifactOK) GetPayload() *models.Artifact + func (o *GetArtifactOK) IsClientError() bool + func (o *GetArtifactOK) IsCode(code int) bool + func (o *GetArtifactOK) IsRedirect() bool + func (o *GetArtifactOK) IsServerError() bool + func (o *GetArtifactOK) IsSuccess() bool + func (o *GetArtifactOK) String() string + type GetArtifactParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Reference string + RepositoryName string + WithAccessory *bool + WithImmutableStatus *bool + WithLabel *bool + WithScanOverview *bool + WithSignature *bool + WithTag *bool + XAcceptVulnerabilities *string + XRequestID *string + func NewGetArtifactParams() *GetArtifactParams + func NewGetArtifactParamsWithContext(ctx context.Context) *GetArtifactParams + func NewGetArtifactParamsWithHTTPClient(client *http.Client) *GetArtifactParams + func NewGetArtifactParamsWithTimeout(timeout time.Duration) *GetArtifactParams + func (o *GetArtifactParams) SetContext(ctx context.Context) + func (o *GetArtifactParams) SetDefaults() + func (o *GetArtifactParams) SetHTTPClient(client *http.Client) + func (o *GetArtifactParams) SetPage(page *int64) + func (o *GetArtifactParams) SetPageSize(pageSize *int64) + func (o *GetArtifactParams) SetProjectName(projectName string) + func (o *GetArtifactParams) SetReference(reference string) + func (o *GetArtifactParams) SetRepositoryName(repositoryName string) + func (o *GetArtifactParams) SetTimeout(timeout time.Duration) + func (o *GetArtifactParams) SetWithAccessory(withAccessory *bool) + func (o *GetArtifactParams) SetWithImmutableStatus(withImmutableStatus *bool) + func (o *GetArtifactParams) SetWithLabel(withLabel *bool) + func (o *GetArtifactParams) SetWithScanOverview(withScanOverview *bool) + func (o *GetArtifactParams) SetWithSignature(withSignature *bool) + func (o *GetArtifactParams) SetWithTag(withTag *bool) + func (o *GetArtifactParams) SetXAcceptVulnerabilities(xAcceptVulnerabilities *string) + func (o *GetArtifactParams) SetXRequestID(xRequestID *string) + func (o *GetArtifactParams) WithContext(ctx context.Context) *GetArtifactParams + func (o *GetArtifactParams) WithDefaults() *GetArtifactParams + func (o *GetArtifactParams) WithHTTPClient(client *http.Client) *GetArtifactParams + func (o *GetArtifactParams) WithPage(page *int64) *GetArtifactParams + func (o *GetArtifactParams) WithPageSize(pageSize *int64) *GetArtifactParams + func (o *GetArtifactParams) WithProjectName(projectName string) *GetArtifactParams + func (o *GetArtifactParams) WithReference(reference string) *GetArtifactParams + func (o *GetArtifactParams) WithRepositoryName(repositoryName string) *GetArtifactParams + func (o *GetArtifactParams) WithTimeout(timeout time.Duration) *GetArtifactParams + func (o *GetArtifactParams) WithWithAccessory(withAccessory *bool) *GetArtifactParams + func (o *GetArtifactParams) WithWithImmutableStatus(withImmutableStatus *bool) *GetArtifactParams + func (o *GetArtifactParams) WithWithLabel(withLabel *bool) *GetArtifactParams + func (o *GetArtifactParams) WithWithScanOverview(withScanOverview *bool) *GetArtifactParams + func (o *GetArtifactParams) WithWithSignature(withSignature *bool) *GetArtifactParams + func (o *GetArtifactParams) WithWithTag(withTag *bool) *GetArtifactParams + func (o *GetArtifactParams) WithXAcceptVulnerabilities(xAcceptVulnerabilities *string) *GetArtifactParams + func (o *GetArtifactParams) WithXRequestID(xRequestID *string) *GetArtifactParams + func (o *GetArtifactParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetArtifactReader struct + func (o *GetArtifactReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetArtifactUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetArtifactUnauthorized() *GetArtifactUnauthorized + func (o *GetArtifactUnauthorized) Error() string + func (o *GetArtifactUnauthorized) GetPayload() *models.Errors + func (o *GetArtifactUnauthorized) IsClientError() bool + func (o *GetArtifactUnauthorized) IsCode(code int) bool + func (o *GetArtifactUnauthorized) IsRedirect() bool + func (o *GetArtifactUnauthorized) IsServerError() bool + func (o *GetArtifactUnauthorized) IsSuccess() bool + func (o *GetArtifactUnauthorized) String() string + type GetVulnerabilitiesAdditionBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetVulnerabilitiesAdditionBadRequest() *GetVulnerabilitiesAdditionBadRequest + func (o *GetVulnerabilitiesAdditionBadRequest) Error() string + func (o *GetVulnerabilitiesAdditionBadRequest) GetPayload() *models.Errors + func (o *GetVulnerabilitiesAdditionBadRequest) IsClientError() bool + func (o *GetVulnerabilitiesAdditionBadRequest) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionBadRequest) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionBadRequest) IsServerError() bool + func (o *GetVulnerabilitiesAdditionBadRequest) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionBadRequest) String() string + type GetVulnerabilitiesAdditionForbidden struct + Payload *models.Errors + XRequestID string + func NewGetVulnerabilitiesAdditionForbidden() *GetVulnerabilitiesAdditionForbidden + func (o *GetVulnerabilitiesAdditionForbidden) Error() string + func (o *GetVulnerabilitiesAdditionForbidden) GetPayload() *models.Errors + func (o *GetVulnerabilitiesAdditionForbidden) IsClientError() bool + func (o *GetVulnerabilitiesAdditionForbidden) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionForbidden) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionForbidden) IsServerError() bool + func (o *GetVulnerabilitiesAdditionForbidden) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionForbidden) String() string + type GetVulnerabilitiesAdditionInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetVulnerabilitiesAdditionInternalServerError() *GetVulnerabilitiesAdditionInternalServerError + func (o *GetVulnerabilitiesAdditionInternalServerError) Error() string + func (o *GetVulnerabilitiesAdditionInternalServerError) GetPayload() *models.Errors + func (o *GetVulnerabilitiesAdditionInternalServerError) IsClientError() bool + func (o *GetVulnerabilitiesAdditionInternalServerError) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionInternalServerError) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionInternalServerError) IsServerError() bool + func (o *GetVulnerabilitiesAdditionInternalServerError) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionInternalServerError) String() string + type GetVulnerabilitiesAdditionNotFound struct + Payload *models.Errors + XRequestID string + func NewGetVulnerabilitiesAdditionNotFound() *GetVulnerabilitiesAdditionNotFound + func (o *GetVulnerabilitiesAdditionNotFound) Error() string + func (o *GetVulnerabilitiesAdditionNotFound) GetPayload() *models.Errors + func (o *GetVulnerabilitiesAdditionNotFound) IsClientError() bool + func (o *GetVulnerabilitiesAdditionNotFound) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionNotFound) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionNotFound) IsServerError() bool + func (o *GetVulnerabilitiesAdditionNotFound) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionNotFound) String() string + type GetVulnerabilitiesAdditionOK struct + ContentType string + Payload string + func NewGetVulnerabilitiesAdditionOK() *GetVulnerabilitiesAdditionOK + func (o *GetVulnerabilitiesAdditionOK) Error() string + func (o *GetVulnerabilitiesAdditionOK) GetPayload() string + func (o *GetVulnerabilitiesAdditionOK) IsClientError() bool + func (o *GetVulnerabilitiesAdditionOK) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionOK) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionOK) IsServerError() bool + func (o *GetVulnerabilitiesAdditionOK) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionOK) String() string + type GetVulnerabilitiesAdditionParams struct + Context context.Context + HTTPClient *http.Client + ProjectName string + Reference string + RepositoryName string + XAcceptVulnerabilities *string + XRequestID *string + func NewGetVulnerabilitiesAdditionParams() *GetVulnerabilitiesAdditionParams + func NewGetVulnerabilitiesAdditionParamsWithContext(ctx context.Context) *GetVulnerabilitiesAdditionParams + func NewGetVulnerabilitiesAdditionParamsWithHTTPClient(client *http.Client) *GetVulnerabilitiesAdditionParams + func NewGetVulnerabilitiesAdditionParamsWithTimeout(timeout time.Duration) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) SetContext(ctx context.Context) + func (o *GetVulnerabilitiesAdditionParams) SetDefaults() + func (o *GetVulnerabilitiesAdditionParams) SetHTTPClient(client *http.Client) + func (o *GetVulnerabilitiesAdditionParams) SetProjectName(projectName string) + func (o *GetVulnerabilitiesAdditionParams) SetReference(reference string) + func (o *GetVulnerabilitiesAdditionParams) SetRepositoryName(repositoryName string) + func (o *GetVulnerabilitiesAdditionParams) SetTimeout(timeout time.Duration) + func (o *GetVulnerabilitiesAdditionParams) SetXAcceptVulnerabilities(xAcceptVulnerabilities *string) + func (o *GetVulnerabilitiesAdditionParams) SetXRequestID(xRequestID *string) + func (o *GetVulnerabilitiesAdditionParams) WithContext(ctx context.Context) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithDefaults() *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithHTTPClient(client *http.Client) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithProjectName(projectName string) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithReference(reference string) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithRepositoryName(repositoryName string) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithTimeout(timeout time.Duration) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithXAcceptVulnerabilities(xAcceptVulnerabilities *string) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WithXRequestID(xRequestID *string) *GetVulnerabilitiesAdditionParams + func (o *GetVulnerabilitiesAdditionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetVulnerabilitiesAdditionReader struct + func (o *GetVulnerabilitiesAdditionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetVulnerabilitiesAdditionUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetVulnerabilitiesAdditionUnauthorized() *GetVulnerabilitiesAdditionUnauthorized + func (o *GetVulnerabilitiesAdditionUnauthorized) Error() string + func (o *GetVulnerabilitiesAdditionUnauthorized) GetPayload() *models.Errors + func (o *GetVulnerabilitiesAdditionUnauthorized) IsClientError() bool + func (o *GetVulnerabilitiesAdditionUnauthorized) IsCode(code int) bool + func (o *GetVulnerabilitiesAdditionUnauthorized) IsRedirect() bool + func (o *GetVulnerabilitiesAdditionUnauthorized) IsServerError() bool + func (o *GetVulnerabilitiesAdditionUnauthorized) IsSuccess() bool + func (o *GetVulnerabilitiesAdditionUnauthorized) String() string + type ListAccessoriesBadRequest struct + Payload *models.Errors + XRequestID string + func NewListAccessoriesBadRequest() *ListAccessoriesBadRequest + func (o *ListAccessoriesBadRequest) Error() string + func (o *ListAccessoriesBadRequest) GetPayload() *models.Errors + func (o *ListAccessoriesBadRequest) IsClientError() bool + func (o *ListAccessoriesBadRequest) IsCode(code int) bool + func (o *ListAccessoriesBadRequest) IsRedirect() bool + func (o *ListAccessoriesBadRequest) IsServerError() bool + func (o *ListAccessoriesBadRequest) IsSuccess() bool + func (o *ListAccessoriesBadRequest) String() string + type ListAccessoriesForbidden struct + Payload *models.Errors + XRequestID string + func NewListAccessoriesForbidden() *ListAccessoriesForbidden + func (o *ListAccessoriesForbidden) Error() string + func (o *ListAccessoriesForbidden) GetPayload() *models.Errors + func (o *ListAccessoriesForbidden) IsClientError() bool + func (o *ListAccessoriesForbidden) IsCode(code int) bool + func (o *ListAccessoriesForbidden) IsRedirect() bool + func (o *ListAccessoriesForbidden) IsServerError() bool + func (o *ListAccessoriesForbidden) IsSuccess() bool + func (o *ListAccessoriesForbidden) String() string + type ListAccessoriesInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListAccessoriesInternalServerError() *ListAccessoriesInternalServerError + func (o *ListAccessoriesInternalServerError) Error() string + func (o *ListAccessoriesInternalServerError) GetPayload() *models.Errors + func (o *ListAccessoriesInternalServerError) IsClientError() bool + func (o *ListAccessoriesInternalServerError) IsCode(code int) bool + func (o *ListAccessoriesInternalServerError) IsRedirect() bool + func (o *ListAccessoriesInternalServerError) IsServerError() bool + func (o *ListAccessoriesInternalServerError) IsSuccess() bool + func (o *ListAccessoriesInternalServerError) String() string + type ListAccessoriesNotFound struct + Payload *models.Errors + XRequestID string + func NewListAccessoriesNotFound() *ListAccessoriesNotFound + func (o *ListAccessoriesNotFound) Error() string + func (o *ListAccessoriesNotFound) GetPayload() *models.Errors + func (o *ListAccessoriesNotFound) IsClientError() bool + func (o *ListAccessoriesNotFound) IsCode(code int) bool + func (o *ListAccessoriesNotFound) IsRedirect() bool + func (o *ListAccessoriesNotFound) IsServerError() bool + func (o *ListAccessoriesNotFound) IsSuccess() bool + func (o *ListAccessoriesNotFound) String() string + type ListAccessoriesOK struct + Link string + Payload []*models.Accessory + XTotalCount int64 + func NewListAccessoriesOK() *ListAccessoriesOK + func (o *ListAccessoriesOK) Error() string + func (o *ListAccessoriesOK) GetPayload() []*models.Accessory + func (o *ListAccessoriesOK) IsClientError() bool + func (o *ListAccessoriesOK) IsCode(code int) bool + func (o *ListAccessoriesOK) IsRedirect() bool + func (o *ListAccessoriesOK) IsServerError() bool + func (o *ListAccessoriesOK) IsSuccess() bool + func (o *ListAccessoriesOK) String() string + type ListAccessoriesParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Q *string + Reference string + RepositoryName string + Sort *string + XRequestID *string + func NewListAccessoriesParams() *ListAccessoriesParams + func NewListAccessoriesParamsWithContext(ctx context.Context) *ListAccessoriesParams + func NewListAccessoriesParamsWithHTTPClient(client *http.Client) *ListAccessoriesParams + func NewListAccessoriesParamsWithTimeout(timeout time.Duration) *ListAccessoriesParams + func (o *ListAccessoriesParams) SetContext(ctx context.Context) + func (o *ListAccessoriesParams) SetDefaults() + func (o *ListAccessoriesParams) SetHTTPClient(client *http.Client) + func (o *ListAccessoriesParams) SetPage(page *int64) + func (o *ListAccessoriesParams) SetPageSize(pageSize *int64) + func (o *ListAccessoriesParams) SetProjectName(projectName string) + func (o *ListAccessoriesParams) SetQ(q *string) + func (o *ListAccessoriesParams) SetReference(reference string) + func (o *ListAccessoriesParams) SetRepositoryName(repositoryName string) + func (o *ListAccessoriesParams) SetSort(sort *string) + func (o *ListAccessoriesParams) SetTimeout(timeout time.Duration) + func (o *ListAccessoriesParams) SetXRequestID(xRequestID *string) + func (o *ListAccessoriesParams) WithContext(ctx context.Context) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithDefaults() *ListAccessoriesParams + func (o *ListAccessoriesParams) WithHTTPClient(client *http.Client) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithPage(page *int64) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithPageSize(pageSize *int64) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithProjectName(projectName string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithQ(q *string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithReference(reference string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithRepositoryName(repositoryName string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithSort(sort *string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithTimeout(timeout time.Duration) *ListAccessoriesParams + func (o *ListAccessoriesParams) WithXRequestID(xRequestID *string) *ListAccessoriesParams + func (o *ListAccessoriesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListAccessoriesReader struct + func (o *ListAccessoriesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListAccessoriesUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListAccessoriesUnauthorized() *ListAccessoriesUnauthorized + func (o *ListAccessoriesUnauthorized) Error() string + func (o *ListAccessoriesUnauthorized) GetPayload() *models.Errors + func (o *ListAccessoriesUnauthorized) IsClientError() bool + func (o *ListAccessoriesUnauthorized) IsCode(code int) bool + func (o *ListAccessoriesUnauthorized) IsRedirect() bool + func (o *ListAccessoriesUnauthorized) IsServerError() bool + func (o *ListAccessoriesUnauthorized) IsSuccess() bool + func (o *ListAccessoriesUnauthorized) String() string + type ListArtifactsBadRequest struct + Payload *models.Errors + XRequestID string + func NewListArtifactsBadRequest() *ListArtifactsBadRequest + func (o *ListArtifactsBadRequest) Error() string + func (o *ListArtifactsBadRequest) GetPayload() *models.Errors + func (o *ListArtifactsBadRequest) IsClientError() bool + func (o *ListArtifactsBadRequest) IsCode(code int) bool + func (o *ListArtifactsBadRequest) IsRedirect() bool + func (o *ListArtifactsBadRequest) IsServerError() bool + func (o *ListArtifactsBadRequest) IsSuccess() bool + func (o *ListArtifactsBadRequest) String() string + type ListArtifactsForbidden struct + Payload *models.Errors + XRequestID string + func NewListArtifactsForbidden() *ListArtifactsForbidden + func (o *ListArtifactsForbidden) Error() string + func (o *ListArtifactsForbidden) GetPayload() *models.Errors + func (o *ListArtifactsForbidden) IsClientError() bool + func (o *ListArtifactsForbidden) IsCode(code int) bool + func (o *ListArtifactsForbidden) IsRedirect() bool + func (o *ListArtifactsForbidden) IsServerError() bool + func (o *ListArtifactsForbidden) IsSuccess() bool + func (o *ListArtifactsForbidden) String() string + type ListArtifactsInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListArtifactsInternalServerError() *ListArtifactsInternalServerError + func (o *ListArtifactsInternalServerError) Error() string + func (o *ListArtifactsInternalServerError) GetPayload() *models.Errors + func (o *ListArtifactsInternalServerError) IsClientError() bool + func (o *ListArtifactsInternalServerError) IsCode(code int) bool + func (o *ListArtifactsInternalServerError) IsRedirect() bool + func (o *ListArtifactsInternalServerError) IsServerError() bool + func (o *ListArtifactsInternalServerError) IsSuccess() bool + func (o *ListArtifactsInternalServerError) String() string + type ListArtifactsNotFound struct + Payload *models.Errors + XRequestID string + func NewListArtifactsNotFound() *ListArtifactsNotFound + func (o *ListArtifactsNotFound) Error() string + func (o *ListArtifactsNotFound) GetPayload() *models.Errors + func (o *ListArtifactsNotFound) IsClientError() bool + func (o *ListArtifactsNotFound) IsCode(code int) bool + func (o *ListArtifactsNotFound) IsRedirect() bool + func (o *ListArtifactsNotFound) IsServerError() bool + func (o *ListArtifactsNotFound) IsSuccess() bool + func (o *ListArtifactsNotFound) String() string + type ListArtifactsOK struct + Link string + Payload []*models.Artifact + XTotalCount int64 + func NewListArtifactsOK() *ListArtifactsOK + func (o *ListArtifactsOK) Error() string + func (o *ListArtifactsOK) GetPayload() []*models.Artifact + func (o *ListArtifactsOK) IsClientError() bool + func (o *ListArtifactsOK) IsCode(code int) bool + func (o *ListArtifactsOK) IsRedirect() bool + func (o *ListArtifactsOK) IsServerError() bool + func (o *ListArtifactsOK) IsSuccess() bool + func (o *ListArtifactsOK) String() string + type ListArtifactsParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Q *string + RepositoryName string + Sort *string + WithAccessory *bool + WithImmutableStatus *bool + WithLabel *bool + WithScanOverview *bool + WithSignature *bool + WithTag *bool + XAcceptVulnerabilities *string + XRequestID *string + func NewListArtifactsParams() *ListArtifactsParams + func NewListArtifactsParamsWithContext(ctx context.Context) *ListArtifactsParams + func NewListArtifactsParamsWithHTTPClient(client *http.Client) *ListArtifactsParams + func NewListArtifactsParamsWithTimeout(timeout time.Duration) *ListArtifactsParams + func (o *ListArtifactsParams) SetContext(ctx context.Context) + func (o *ListArtifactsParams) SetDefaults() + func (o *ListArtifactsParams) SetHTTPClient(client *http.Client) + func (o *ListArtifactsParams) SetPage(page *int64) + func (o *ListArtifactsParams) SetPageSize(pageSize *int64) + func (o *ListArtifactsParams) SetProjectName(projectName string) + func (o *ListArtifactsParams) SetQ(q *string) + func (o *ListArtifactsParams) SetRepositoryName(repositoryName string) + func (o *ListArtifactsParams) SetSort(sort *string) + func (o *ListArtifactsParams) SetTimeout(timeout time.Duration) + func (o *ListArtifactsParams) SetWithAccessory(withAccessory *bool) + func (o *ListArtifactsParams) SetWithImmutableStatus(withImmutableStatus *bool) + func (o *ListArtifactsParams) SetWithLabel(withLabel *bool) + func (o *ListArtifactsParams) SetWithScanOverview(withScanOverview *bool) + func (o *ListArtifactsParams) SetWithSignature(withSignature *bool) + func (o *ListArtifactsParams) SetWithTag(withTag *bool) + func (o *ListArtifactsParams) SetXAcceptVulnerabilities(xAcceptVulnerabilities *string) + func (o *ListArtifactsParams) SetXRequestID(xRequestID *string) + func (o *ListArtifactsParams) WithContext(ctx context.Context) *ListArtifactsParams + func (o *ListArtifactsParams) WithDefaults() *ListArtifactsParams + func (o *ListArtifactsParams) WithHTTPClient(client *http.Client) *ListArtifactsParams + func (o *ListArtifactsParams) WithPage(page *int64) *ListArtifactsParams + func (o *ListArtifactsParams) WithPageSize(pageSize *int64) *ListArtifactsParams + func (o *ListArtifactsParams) WithProjectName(projectName string) *ListArtifactsParams + func (o *ListArtifactsParams) WithQ(q *string) *ListArtifactsParams + func (o *ListArtifactsParams) WithRepositoryName(repositoryName string) *ListArtifactsParams + func (o *ListArtifactsParams) WithSort(sort *string) *ListArtifactsParams + func (o *ListArtifactsParams) WithTimeout(timeout time.Duration) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithAccessory(withAccessory *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithImmutableStatus(withImmutableStatus *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithLabel(withLabel *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithScanOverview(withScanOverview *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithSignature(withSignature *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithWithTag(withTag *bool) *ListArtifactsParams + func (o *ListArtifactsParams) WithXAcceptVulnerabilities(xAcceptVulnerabilities *string) *ListArtifactsParams + func (o *ListArtifactsParams) WithXRequestID(xRequestID *string) *ListArtifactsParams + func (o *ListArtifactsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListArtifactsReader struct + func (o *ListArtifactsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListArtifactsUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListArtifactsUnauthorized() *ListArtifactsUnauthorized + func (o *ListArtifactsUnauthorized) Error() string + func (o *ListArtifactsUnauthorized) GetPayload() *models.Errors + func (o *ListArtifactsUnauthorized) IsClientError() bool + func (o *ListArtifactsUnauthorized) IsCode(code int) bool + func (o *ListArtifactsUnauthorized) IsRedirect() bool + func (o *ListArtifactsUnauthorized) IsServerError() bool + func (o *ListArtifactsUnauthorized) IsSuccess() bool + func (o *ListArtifactsUnauthorized) String() string + type ListTagsBadRequest struct + Payload *models.Errors + XRequestID string + func NewListTagsBadRequest() *ListTagsBadRequest + func (o *ListTagsBadRequest) Error() string + func (o *ListTagsBadRequest) GetPayload() *models.Errors + func (o *ListTagsBadRequest) IsClientError() bool + func (o *ListTagsBadRequest) IsCode(code int) bool + func (o *ListTagsBadRequest) IsRedirect() bool + func (o *ListTagsBadRequest) IsServerError() bool + func (o *ListTagsBadRequest) IsSuccess() bool + func (o *ListTagsBadRequest) String() string + type ListTagsForbidden struct + Payload *models.Errors + XRequestID string + func NewListTagsForbidden() *ListTagsForbidden + func (o *ListTagsForbidden) Error() string + func (o *ListTagsForbidden) GetPayload() *models.Errors + func (o *ListTagsForbidden) IsClientError() bool + func (o *ListTagsForbidden) IsCode(code int) bool + func (o *ListTagsForbidden) IsRedirect() bool + func (o *ListTagsForbidden) IsServerError() bool + func (o *ListTagsForbidden) IsSuccess() bool + func (o *ListTagsForbidden) String() string + type ListTagsInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListTagsInternalServerError() *ListTagsInternalServerError + func (o *ListTagsInternalServerError) Error() string + func (o *ListTagsInternalServerError) GetPayload() *models.Errors + func (o *ListTagsInternalServerError) IsClientError() bool + func (o *ListTagsInternalServerError) IsCode(code int) bool + func (o *ListTagsInternalServerError) IsRedirect() bool + func (o *ListTagsInternalServerError) IsServerError() bool + func (o *ListTagsInternalServerError) IsSuccess() bool + func (o *ListTagsInternalServerError) String() string + type ListTagsNotFound struct + Payload *models.Errors + XRequestID string + func NewListTagsNotFound() *ListTagsNotFound + func (o *ListTagsNotFound) Error() string + func (o *ListTagsNotFound) GetPayload() *models.Errors + func (o *ListTagsNotFound) IsClientError() bool + func (o *ListTagsNotFound) IsCode(code int) bool + func (o *ListTagsNotFound) IsRedirect() bool + func (o *ListTagsNotFound) IsServerError() bool + func (o *ListTagsNotFound) IsSuccess() bool + func (o *ListTagsNotFound) String() string + type ListTagsOK struct + Link string + Payload []*models.Tag + XTotalCount int64 + func NewListTagsOK() *ListTagsOK + func (o *ListTagsOK) Error() string + func (o *ListTagsOK) GetPayload() []*models.Tag + func (o *ListTagsOK) IsClientError() bool + func (o *ListTagsOK) IsCode(code int) bool + func (o *ListTagsOK) IsRedirect() bool + func (o *ListTagsOK) IsServerError() bool + func (o *ListTagsOK) IsSuccess() bool + func (o *ListTagsOK) String() string + type ListTagsParams struct + Context context.Context + HTTPClient *http.Client + Page *int64 + PageSize *int64 + ProjectName string + Q *string + Reference string + RepositoryName string + Sort *string + WithImmutableStatus *bool + WithSignature *bool + XRequestID *string + func NewListTagsParams() *ListTagsParams + func NewListTagsParamsWithContext(ctx context.Context) *ListTagsParams + func NewListTagsParamsWithHTTPClient(client *http.Client) *ListTagsParams + func NewListTagsParamsWithTimeout(timeout time.Duration) *ListTagsParams + func (o *ListTagsParams) SetContext(ctx context.Context) + func (o *ListTagsParams) SetDefaults() + func (o *ListTagsParams) SetHTTPClient(client *http.Client) + func (o *ListTagsParams) SetPage(page *int64) + func (o *ListTagsParams) SetPageSize(pageSize *int64) + func (o *ListTagsParams) SetProjectName(projectName string) + func (o *ListTagsParams) SetQ(q *string) + func (o *ListTagsParams) SetReference(reference string) + func (o *ListTagsParams) SetRepositoryName(repositoryName string) + func (o *ListTagsParams) SetSort(sort *string) + func (o *ListTagsParams) SetTimeout(timeout time.Duration) + func (o *ListTagsParams) SetWithImmutableStatus(withImmutableStatus *bool) + func (o *ListTagsParams) SetWithSignature(withSignature *bool) + func (o *ListTagsParams) SetXRequestID(xRequestID *string) + func (o *ListTagsParams) WithContext(ctx context.Context) *ListTagsParams + func (o *ListTagsParams) WithDefaults() *ListTagsParams + func (o *ListTagsParams) WithHTTPClient(client *http.Client) *ListTagsParams + func (o *ListTagsParams) WithPage(page *int64) *ListTagsParams + func (o *ListTagsParams) WithPageSize(pageSize *int64) *ListTagsParams + func (o *ListTagsParams) WithProjectName(projectName string) *ListTagsParams + func (o *ListTagsParams) WithQ(q *string) *ListTagsParams + func (o *ListTagsParams) WithReference(reference string) *ListTagsParams + func (o *ListTagsParams) WithRepositoryName(repositoryName string) *ListTagsParams + func (o *ListTagsParams) WithSort(sort *string) *ListTagsParams + func (o *ListTagsParams) WithTimeout(timeout time.Duration) *ListTagsParams + func (o *ListTagsParams) WithWithImmutableStatus(withImmutableStatus *bool) *ListTagsParams + func (o *ListTagsParams) WithWithSignature(withSignature *bool) *ListTagsParams + func (o *ListTagsParams) WithXRequestID(xRequestID *string) *ListTagsParams + func (o *ListTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ListTagsReader struct + func (o *ListTagsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ListTagsUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListTagsUnauthorized() *ListTagsUnauthorized + func (o *ListTagsUnauthorized) Error() string + func (o *ListTagsUnauthorized) GetPayload() *models.Errors + func (o *ListTagsUnauthorized) IsClientError() bool + func (o *ListTagsUnauthorized) IsCode(code int) bool + func (o *ListTagsUnauthorized) IsRedirect() bool + func (o *ListTagsUnauthorized) IsServerError() bool + func (o *ListTagsUnauthorized) IsSuccess() bool + func (o *ListTagsUnauthorized) String() string + type RemoveLabelConflict struct + Payload *models.Errors + XRequestID string + func NewRemoveLabelConflict() *RemoveLabelConflict + func (o *RemoveLabelConflict) Error() string + func (o *RemoveLabelConflict) GetPayload() *models.Errors + func (o *RemoveLabelConflict) IsClientError() bool + func (o *RemoveLabelConflict) IsCode(code int) bool + func (o *RemoveLabelConflict) IsRedirect() bool + func (o *RemoveLabelConflict) IsServerError() bool + func (o *RemoveLabelConflict) IsSuccess() bool + func (o *RemoveLabelConflict) String() string + type RemoveLabelForbidden struct + Payload *models.Errors + XRequestID string + func NewRemoveLabelForbidden() *RemoveLabelForbidden + func (o *RemoveLabelForbidden) Error() string + func (o *RemoveLabelForbidden) GetPayload() *models.Errors + func (o *RemoveLabelForbidden) IsClientError() bool + func (o *RemoveLabelForbidden) IsCode(code int) bool + func (o *RemoveLabelForbidden) IsRedirect() bool + func (o *RemoveLabelForbidden) IsServerError() bool + func (o *RemoveLabelForbidden) IsSuccess() bool + func (o *RemoveLabelForbidden) String() string + type RemoveLabelInternalServerError struct + Payload *models.Errors + XRequestID string + func NewRemoveLabelInternalServerError() *RemoveLabelInternalServerError + func (o *RemoveLabelInternalServerError) Error() string + func (o *RemoveLabelInternalServerError) GetPayload() *models.Errors + func (o *RemoveLabelInternalServerError) IsClientError() bool + func (o *RemoveLabelInternalServerError) IsCode(code int) bool + func (o *RemoveLabelInternalServerError) IsRedirect() bool + func (o *RemoveLabelInternalServerError) IsServerError() bool + func (o *RemoveLabelInternalServerError) IsSuccess() bool + func (o *RemoveLabelInternalServerError) String() string + type RemoveLabelNotFound struct + Payload *models.Errors + XRequestID string + func NewRemoveLabelNotFound() *RemoveLabelNotFound + func (o *RemoveLabelNotFound) Error() string + func (o *RemoveLabelNotFound) GetPayload() *models.Errors + func (o *RemoveLabelNotFound) IsClientError() bool + func (o *RemoveLabelNotFound) IsCode(code int) bool + func (o *RemoveLabelNotFound) IsRedirect() bool + func (o *RemoveLabelNotFound) IsServerError() bool + func (o *RemoveLabelNotFound) IsSuccess() bool + func (o *RemoveLabelNotFound) String() string + type RemoveLabelOK struct + XRequestID string + func NewRemoveLabelOK() *RemoveLabelOK + func (o *RemoveLabelOK) Error() string + func (o *RemoveLabelOK) IsClientError() bool + func (o *RemoveLabelOK) IsCode(code int) bool + func (o *RemoveLabelOK) IsRedirect() bool + func (o *RemoveLabelOK) IsServerError() bool + func (o *RemoveLabelOK) IsSuccess() bool + func (o *RemoveLabelOK) String() string + type RemoveLabelParams struct + Context context.Context + HTTPClient *http.Client + LabelID int64 + ProjectName string + Reference string + RepositoryName string + XRequestID *string + func NewRemoveLabelParams() *RemoveLabelParams + func NewRemoveLabelParamsWithContext(ctx context.Context) *RemoveLabelParams + func NewRemoveLabelParamsWithHTTPClient(client *http.Client) *RemoveLabelParams + func NewRemoveLabelParamsWithTimeout(timeout time.Duration) *RemoveLabelParams + func (o *RemoveLabelParams) SetContext(ctx context.Context) + func (o *RemoveLabelParams) SetDefaults() + func (o *RemoveLabelParams) SetHTTPClient(client *http.Client) + func (o *RemoveLabelParams) SetLabelID(labelID int64) + func (o *RemoveLabelParams) SetProjectName(projectName string) + func (o *RemoveLabelParams) SetReference(reference string) + func (o *RemoveLabelParams) SetRepositoryName(repositoryName string) + func (o *RemoveLabelParams) SetTimeout(timeout time.Duration) + func (o *RemoveLabelParams) SetXRequestID(xRequestID *string) + func (o *RemoveLabelParams) WithContext(ctx context.Context) *RemoveLabelParams + func (o *RemoveLabelParams) WithDefaults() *RemoveLabelParams + func (o *RemoveLabelParams) WithHTTPClient(client *http.Client) *RemoveLabelParams + func (o *RemoveLabelParams) WithLabelID(labelID int64) *RemoveLabelParams + func (o *RemoveLabelParams) WithProjectName(projectName string) *RemoveLabelParams + func (o *RemoveLabelParams) WithReference(reference string) *RemoveLabelParams + func (o *RemoveLabelParams) WithRepositoryName(repositoryName string) *RemoveLabelParams + func (o *RemoveLabelParams) WithTimeout(timeout time.Duration) *RemoveLabelParams + func (o *RemoveLabelParams) WithXRequestID(xRequestID *string) *RemoveLabelParams + func (o *RemoveLabelParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type RemoveLabelReader struct + func (o *RemoveLabelReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type RemoveLabelUnauthorized struct + Payload *models.Errors + XRequestID string + func NewRemoveLabelUnauthorized() *RemoveLabelUnauthorized + func (o *RemoveLabelUnauthorized) Error() string + func (o *RemoveLabelUnauthorized) GetPayload() *models.Errors + func (o *RemoveLabelUnauthorized) IsClientError() bool + func (o *RemoveLabelUnauthorized) IsCode(code int) bool + func (o *RemoveLabelUnauthorized) IsRedirect() bool + func (o *RemoveLabelUnauthorized) IsServerError() bool + func (o *RemoveLabelUnauthorized) IsSuccess() bool + func (o *RemoveLabelUnauthorized) String() string