scan_error_of_artifact_controller

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for scan error of artifact controller API

func (*Client) ListScanErrorOfArtifact

func (a *Client) ListScanErrorOfArtifact(params *ListScanErrorOfArtifactParams, authInfo runtime.ClientAuthInfoWriter) (*ListScanErrorOfArtifactOK, error)

ListScanErrorOfArtifact lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListScanErrorOfArtifact(params *ListScanErrorOfArtifactParams, authInfo runtime.ClientAuthInfoWriter) (*ListScanErrorOfArtifactOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new scan error of artifact controller API client.

type ListScanErrorOfArtifactBadRequest

type ListScanErrorOfArtifactBadRequest struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactBadRequest handles this case with default header values.

Bad Request

func NewListScanErrorOfArtifactBadRequest

func NewListScanErrorOfArtifactBadRequest() *ListScanErrorOfArtifactBadRequest

NewListScanErrorOfArtifactBadRequest creates a ListScanErrorOfArtifactBadRequest with default headers values

func (*ListScanErrorOfArtifactBadRequest) Error

func (*ListScanErrorOfArtifactBadRequest) GetPayload

type ListScanErrorOfArtifactConflict

type ListScanErrorOfArtifactConflict struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactConflict handles this case with default header values.

Conflict

func NewListScanErrorOfArtifactConflict

func NewListScanErrorOfArtifactConflict() *ListScanErrorOfArtifactConflict

NewListScanErrorOfArtifactConflict creates a ListScanErrorOfArtifactConflict with default headers values

func (*ListScanErrorOfArtifactConflict) Error

func (*ListScanErrorOfArtifactConflict) GetPayload

type ListScanErrorOfArtifactForbidden

type ListScanErrorOfArtifactForbidden struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactForbidden handles this case with default header values.

Forbidden

func NewListScanErrorOfArtifactForbidden

func NewListScanErrorOfArtifactForbidden() *ListScanErrorOfArtifactForbidden

NewListScanErrorOfArtifactForbidden creates a ListScanErrorOfArtifactForbidden with default headers values

func (*ListScanErrorOfArtifactForbidden) Error

func (*ListScanErrorOfArtifactForbidden) GetPayload

type ListScanErrorOfArtifactInternalServerError

type ListScanErrorOfArtifactInternalServerError struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactInternalServerError handles this case with default header values.

Internal Server Error

func NewListScanErrorOfArtifactInternalServerError

func NewListScanErrorOfArtifactInternalServerError() *ListScanErrorOfArtifactInternalServerError

NewListScanErrorOfArtifactInternalServerError creates a ListScanErrorOfArtifactInternalServerError with default headers values

func (*ListScanErrorOfArtifactInternalServerError) Error

func (*ListScanErrorOfArtifactInternalServerError) GetPayload

type ListScanErrorOfArtifactNotFound

type ListScanErrorOfArtifactNotFound struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactNotFound handles this case with default header values.

Not Found

func NewListScanErrorOfArtifactNotFound

func NewListScanErrorOfArtifactNotFound() *ListScanErrorOfArtifactNotFound

NewListScanErrorOfArtifactNotFound creates a ListScanErrorOfArtifactNotFound with default headers values

func (*ListScanErrorOfArtifactNotFound) Error

func (*ListScanErrorOfArtifactNotFound) GetPayload

type ListScanErrorOfArtifactOK

type ListScanErrorOfArtifactOK struct {
	Payload *models.APIResultListScanError
}

ListScanErrorOfArtifactOK handles this case with default header values.

OK

func NewListScanErrorOfArtifactOK

func NewListScanErrorOfArtifactOK() *ListScanErrorOfArtifactOK

NewListScanErrorOfArtifactOK creates a ListScanErrorOfArtifactOK with default headers values

func (*ListScanErrorOfArtifactOK) Error

func (o *ListScanErrorOfArtifactOK) Error() string

func (*ListScanErrorOfArtifactOK) GetPayload

type ListScanErrorOfArtifactParams

type ListScanErrorOfArtifactParams struct {

	/*Fields
	  Output fields

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

	*/
	Limit *int32
	/*ParentID
	  parentId

	*/
	ParentID int64
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListScanErrorOfArtifactParams contains all the parameters to send to the API endpoint for the list scan error of artifact operation typically these are written to a http.Request

func NewListScanErrorOfArtifactParams

func NewListScanErrorOfArtifactParams() *ListScanErrorOfArtifactParams

NewListScanErrorOfArtifactParams creates a new ListScanErrorOfArtifactParams object with the default values initialized.

func NewListScanErrorOfArtifactParamsWithContext

func NewListScanErrorOfArtifactParamsWithContext(ctx context.Context) *ListScanErrorOfArtifactParams

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

func NewListScanErrorOfArtifactParamsWithHTTPClient

func NewListScanErrorOfArtifactParamsWithHTTPClient(client *http.Client) *ListScanErrorOfArtifactParams

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

func NewListScanErrorOfArtifactParamsWithTimeout

func NewListScanErrorOfArtifactParamsWithTimeout(timeout time.Duration) *ListScanErrorOfArtifactParams

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

func (*ListScanErrorOfArtifactParams) SetContext

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

SetContext adds the context to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetFields

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

SetFields adds the fields to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetLimit

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

SetLimit adds the limit to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetParentID

func (o *ListScanErrorOfArtifactParams) SetParentID(parentID int64)

SetParentID adds the parentId to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetStart

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

SetStart adds the start to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) SetTimeout

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

SetTimeout adds the timeout to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithContext

WithContext adds the context to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithFields

WithFields adds the fields to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithLimit

WithLimit adds the limit to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithParentID

WithParentID adds the parentID to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithStart

WithStart adds the start to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WithTimeout

WithTimeout adds the timeout to the list scan error of artifact params

func (*ListScanErrorOfArtifactParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListScanErrorOfArtifactReader

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

ListScanErrorOfArtifactReader is a Reader for the ListScanErrorOfArtifact structure.

func (*ListScanErrorOfArtifactReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListScanErrorOfArtifactUnauthorized

type ListScanErrorOfArtifactUnauthorized struct {
	Payload *models.APIResult
}

ListScanErrorOfArtifactUnauthorized handles this case with default header values.

Unauthorized

func NewListScanErrorOfArtifactUnauthorized

func NewListScanErrorOfArtifactUnauthorized() *ListScanErrorOfArtifactUnauthorized

NewListScanErrorOfArtifactUnauthorized creates a ListScanErrorOfArtifactUnauthorized with default headers values

func (*ListScanErrorOfArtifactUnauthorized) Error

func (*ListScanErrorOfArtifactUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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