dynamic_scan_request_template_of_project_version_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 dynamic scan request template of project version controller API

func (*Client) GetDynamicScanRequestTemplateOfProjectVersion

GetDynamicScanRequestTemplateOfProjectVersion gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetDynamicScanRequestTemplateOfProjectVersion(params *GetDynamicScanRequestTemplateOfProjectVersionParams, authInfo runtime.ClientAuthInfoWriter) (*GetDynamicScanRequestTemplateOfProjectVersionOK, 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 dynamic scan request template of project version controller API client.

type GetDynamicScanRequestTemplateOfProjectVersionBadRequest

type GetDynamicScanRequestTemplateOfProjectVersionBadRequest struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionBadRequest handles this case with default header values.

Bad Request

func NewGetDynamicScanRequestTemplateOfProjectVersionBadRequest

func NewGetDynamicScanRequestTemplateOfProjectVersionBadRequest() *GetDynamicScanRequestTemplateOfProjectVersionBadRequest

NewGetDynamicScanRequestTemplateOfProjectVersionBadRequest creates a GetDynamicScanRequestTemplateOfProjectVersionBadRequest with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionBadRequest) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionBadRequest) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionConflict

type GetDynamicScanRequestTemplateOfProjectVersionConflict struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionConflict handles this case with default header values.

Conflict

func NewGetDynamicScanRequestTemplateOfProjectVersionConflict

func NewGetDynamicScanRequestTemplateOfProjectVersionConflict() *GetDynamicScanRequestTemplateOfProjectVersionConflict

NewGetDynamicScanRequestTemplateOfProjectVersionConflict creates a GetDynamicScanRequestTemplateOfProjectVersionConflict with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionConflict) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionConflict) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionForbidden

type GetDynamicScanRequestTemplateOfProjectVersionForbidden struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionForbidden handles this case with default header values.

Forbidden

func NewGetDynamicScanRequestTemplateOfProjectVersionForbidden

func NewGetDynamicScanRequestTemplateOfProjectVersionForbidden() *GetDynamicScanRequestTemplateOfProjectVersionForbidden

NewGetDynamicScanRequestTemplateOfProjectVersionForbidden creates a GetDynamicScanRequestTemplateOfProjectVersionForbidden with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionForbidden) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionForbidden) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionInternalServerError

type GetDynamicScanRequestTemplateOfProjectVersionInternalServerError struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionInternalServerError handles this case with default header values.

Internal Server Error

func NewGetDynamicScanRequestTemplateOfProjectVersionInternalServerError

func NewGetDynamicScanRequestTemplateOfProjectVersionInternalServerError() *GetDynamicScanRequestTemplateOfProjectVersionInternalServerError

NewGetDynamicScanRequestTemplateOfProjectVersionInternalServerError creates a GetDynamicScanRequestTemplateOfProjectVersionInternalServerError with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionInternalServerError) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionInternalServerError) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionNotFound

type GetDynamicScanRequestTemplateOfProjectVersionNotFound struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionNotFound handles this case with default header values.

Not Found

func NewGetDynamicScanRequestTemplateOfProjectVersionNotFound

func NewGetDynamicScanRequestTemplateOfProjectVersionNotFound() *GetDynamicScanRequestTemplateOfProjectVersionNotFound

NewGetDynamicScanRequestTemplateOfProjectVersionNotFound creates a GetDynamicScanRequestTemplateOfProjectVersionNotFound with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionNotFound) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionNotFound) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionOK

type GetDynamicScanRequestTemplateOfProjectVersionOK struct {
	Payload *models.APIResultDynamicScanRequestTemplate
}

GetDynamicScanRequestTemplateOfProjectVersionOK handles this case with default header values.

OK

func NewGetDynamicScanRequestTemplateOfProjectVersionOK

func NewGetDynamicScanRequestTemplateOfProjectVersionOK() *GetDynamicScanRequestTemplateOfProjectVersionOK

NewGetDynamicScanRequestTemplateOfProjectVersionOK creates a GetDynamicScanRequestTemplateOfProjectVersionOK with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionOK) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionOK) GetPayload

type GetDynamicScanRequestTemplateOfProjectVersionParams

type GetDynamicScanRequestTemplateOfProjectVersionParams struct {

	/*ParentID
	  parentId

	*/
	ParentID int64

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

GetDynamicScanRequestTemplateOfProjectVersionParams contains all the parameters to send to the API endpoint for the get dynamic scan request template of project version operation typically these are written to a http.Request

func NewGetDynamicScanRequestTemplateOfProjectVersionParams

func NewGetDynamicScanRequestTemplateOfProjectVersionParams() *GetDynamicScanRequestTemplateOfProjectVersionParams

NewGetDynamicScanRequestTemplateOfProjectVersionParams creates a new GetDynamicScanRequestTemplateOfProjectVersionParams object with the default values initialized.

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithContext

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithContext(ctx context.Context) *GetDynamicScanRequestTemplateOfProjectVersionParams

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

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithHTTPClient

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithHTTPClient(client *http.Client) *GetDynamicScanRequestTemplateOfProjectVersionParams

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

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithTimeout

func NewGetDynamicScanRequestTemplateOfProjectVersionParamsWithTimeout(timeout time.Duration) *GetDynamicScanRequestTemplateOfProjectVersionParams

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

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) SetContext

SetContext adds the context to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) SetParentID

SetParentID adds the parentId to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) SetTimeout

SetTimeout adds the timeout to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) WithContext

WithContext adds the context to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) WithParentID

WithParentID adds the parentID to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) WithTimeout

WithTimeout adds the timeout to the get dynamic scan request template of project version params

func (*GetDynamicScanRequestTemplateOfProjectVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDynamicScanRequestTemplateOfProjectVersionReader

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

GetDynamicScanRequestTemplateOfProjectVersionReader is a Reader for the GetDynamicScanRequestTemplateOfProjectVersion structure.

func (*GetDynamicScanRequestTemplateOfProjectVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDynamicScanRequestTemplateOfProjectVersionUnauthorized

type GetDynamicScanRequestTemplateOfProjectVersionUnauthorized struct {
	Payload *models.APIResult
}

GetDynamicScanRequestTemplateOfProjectVersionUnauthorized handles this case with default header values.

Unauthorized

func NewGetDynamicScanRequestTemplateOfProjectVersionUnauthorized

func NewGetDynamicScanRequestTemplateOfProjectVersionUnauthorized() *GetDynamicScanRequestTemplateOfProjectVersionUnauthorized

NewGetDynamicScanRequestTemplateOfProjectVersionUnauthorized creates a GetDynamicScanRequestTemplateOfProjectVersionUnauthorized with default headers values

func (*GetDynamicScanRequestTemplateOfProjectVersionUnauthorized) Error

func (*GetDynamicScanRequestTemplateOfProjectVersionUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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