parser_plugin_image_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 parser plugin image controller API

func (*Client) GetParserPluginImage

func (a *Client) GetParserPluginImage(params *GetParserPluginImageParams, authInfo runtime.ClientAuthInfoWriter) (*GetParserPluginImageOK, error)

GetParserPluginImage gets

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetParserPluginImage(params *GetParserPluginImageParams, authInfo runtime.ClientAuthInfoWriter) (*GetParserPluginImageOK, 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 parser plugin image controller API client.

type GetParserPluginImageBadRequest

type GetParserPluginImageBadRequest struct {
	Payload *models.APIResult
}

GetParserPluginImageBadRequest handles this case with default header values.

Bad Request

func NewGetParserPluginImageBadRequest

func NewGetParserPluginImageBadRequest() *GetParserPluginImageBadRequest

NewGetParserPluginImageBadRequest creates a GetParserPluginImageBadRequest with default headers values

func (*GetParserPluginImageBadRequest) Error

func (*GetParserPluginImageBadRequest) GetPayload

type GetParserPluginImageConflict

type GetParserPluginImageConflict struct {
	Payload *models.APIResult
}

GetParserPluginImageConflict handles this case with default header values.

Conflict

func NewGetParserPluginImageConflict

func NewGetParserPluginImageConflict() *GetParserPluginImageConflict

NewGetParserPluginImageConflict creates a GetParserPluginImageConflict with default headers values

func (*GetParserPluginImageConflict) Error

func (*GetParserPluginImageConflict) GetPayload

type GetParserPluginImageForbidden

type GetParserPluginImageForbidden struct {
	Payload *models.APIResult
}

GetParserPluginImageForbidden handles this case with default header values.

Forbidden

func NewGetParserPluginImageForbidden

func NewGetParserPluginImageForbidden() *GetParserPluginImageForbidden

NewGetParserPluginImageForbidden creates a GetParserPluginImageForbidden with default headers values

func (*GetParserPluginImageForbidden) Error

func (*GetParserPluginImageForbidden) GetPayload

type GetParserPluginImageInternalServerError

type GetParserPluginImageInternalServerError struct {
	Payload *models.APIResult
}

GetParserPluginImageInternalServerError handles this case with default header values.

Internal Server Error

func NewGetParserPluginImageInternalServerError

func NewGetParserPluginImageInternalServerError() *GetParserPluginImageInternalServerError

NewGetParserPluginImageInternalServerError creates a GetParserPluginImageInternalServerError with default headers values

func (*GetParserPluginImageInternalServerError) Error

func (*GetParserPluginImageInternalServerError) GetPayload

type GetParserPluginImageNotFound

type GetParserPluginImageNotFound struct {
	Payload *models.APIResult
}

GetParserPluginImageNotFound handles this case with default header values.

Not Found

func NewGetParserPluginImageNotFound

func NewGetParserPluginImageNotFound() *GetParserPluginImageNotFound

NewGetParserPluginImageNotFound creates a GetParserPluginImageNotFound with default headers values

func (*GetParserPluginImageNotFound) Error

func (*GetParserPluginImageNotFound) GetPayload

type GetParserPluginImageOK

type GetParserPluginImageOK struct {
	Payload strfmt.Base64
}

GetParserPluginImageOK handles this case with default header values.

OK

func NewGetParserPluginImageOK

func NewGetParserPluginImageOK() *GetParserPluginImageOK

NewGetParserPluginImageOK creates a GetParserPluginImageOK with default headers values

func (*GetParserPluginImageOK) Error

func (o *GetParserPluginImageOK) Error() string

func (*GetParserPluginImageOK) GetPayload

func (o *GetParserPluginImageOK) GetPayload() strfmt.Base64

type GetParserPluginImageParams

type GetParserPluginImageParams struct {

	/*DataVersion
	  dataVersion

	*/
	DataVersion int64
	/*EngineType
	  engineType

	*/
	EngineType string
	/*ImageType
	  imageType

	*/
	ImageType string

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

GetParserPluginImageParams contains all the parameters to send to the API endpoint for the get parser plugin image operation typically these are written to a http.Request

func NewGetParserPluginImageParams

func NewGetParserPluginImageParams() *GetParserPluginImageParams

NewGetParserPluginImageParams creates a new GetParserPluginImageParams object with the default values initialized.

func NewGetParserPluginImageParamsWithContext

func NewGetParserPluginImageParamsWithContext(ctx context.Context) *GetParserPluginImageParams

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

func NewGetParserPluginImageParamsWithHTTPClient

func NewGetParserPluginImageParamsWithHTTPClient(client *http.Client) *GetParserPluginImageParams

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

func NewGetParserPluginImageParamsWithTimeout

func NewGetParserPluginImageParamsWithTimeout(timeout time.Duration) *GetParserPluginImageParams

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

func (*GetParserPluginImageParams) SetContext

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

SetContext adds the context to the get parser plugin image params

func (*GetParserPluginImageParams) SetDataVersion

func (o *GetParserPluginImageParams) SetDataVersion(dataVersion int64)

SetDataVersion adds the dataVersion to the get parser plugin image params

func (*GetParserPluginImageParams) SetEngineType

func (o *GetParserPluginImageParams) SetEngineType(engineType string)

SetEngineType adds the engineType to the get parser plugin image params

func (*GetParserPluginImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get parser plugin image params

func (*GetParserPluginImageParams) SetImageType

func (o *GetParserPluginImageParams) SetImageType(imageType string)

SetImageType adds the imageType to the get parser plugin image params

func (*GetParserPluginImageParams) SetTimeout

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

SetTimeout adds the timeout to the get parser plugin image params

func (*GetParserPluginImageParams) WithContext

WithContext adds the context to the get parser plugin image params

func (*GetParserPluginImageParams) WithDataVersion

func (o *GetParserPluginImageParams) WithDataVersion(dataVersion int64) *GetParserPluginImageParams

WithDataVersion adds the dataVersion to the get parser plugin image params

func (*GetParserPluginImageParams) WithEngineType

func (o *GetParserPluginImageParams) WithEngineType(engineType string) *GetParserPluginImageParams

WithEngineType adds the engineType to the get parser plugin image params

func (*GetParserPluginImageParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get parser plugin image params

func (*GetParserPluginImageParams) WithImageType

func (o *GetParserPluginImageParams) WithImageType(imageType string) *GetParserPluginImageParams

WithImageType adds the imageType to the get parser plugin image params

func (*GetParserPluginImageParams) WithTimeout

WithTimeout adds the timeout to the get parser plugin image params

func (*GetParserPluginImageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetParserPluginImageReader

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

GetParserPluginImageReader is a Reader for the GetParserPluginImage structure.

func (*GetParserPluginImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetParserPluginImageUnauthorized

type GetParserPluginImageUnauthorized struct {
	Payload *models.APIResult
}

GetParserPluginImageUnauthorized handles this case with default header values.

Unauthorized

func NewGetParserPluginImageUnauthorized

func NewGetParserPluginImageUnauthorized() *GetParserPluginImageUnauthorized

NewGetParserPluginImageUnauthorized creates a GetParserPluginImageUnauthorized with default headers values

func (*GetParserPluginImageUnauthorized) Error

func (*GetParserPluginImageUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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