blueprint_validation

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2019 License: Apache-2.0 Imports: 10 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 blueprint validation API

func New

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

New creates a new blueprint validation API client.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ValidateBlueprintUsingPOST

ValidateBlueprintUsingPOST validates a blueprint

type ValidateBlueprintUsingPOSTCreated

type ValidateBlueprintUsingPOSTCreated struct {
}

ValidateBlueprintUsingPOSTCreated handles this case with default header values.

Created

func NewValidateBlueprintUsingPOSTCreated

func NewValidateBlueprintUsingPOSTCreated() *ValidateBlueprintUsingPOSTCreated

NewValidateBlueprintUsingPOSTCreated creates a ValidateBlueprintUsingPOSTCreated with default headers values

func (*ValidateBlueprintUsingPOSTCreated) Error

type ValidateBlueprintUsingPOSTForbidden

type ValidateBlueprintUsingPOSTForbidden struct {
}

ValidateBlueprintUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewValidateBlueprintUsingPOSTForbidden

func NewValidateBlueprintUsingPOSTForbidden() *ValidateBlueprintUsingPOSTForbidden

NewValidateBlueprintUsingPOSTForbidden creates a ValidateBlueprintUsingPOSTForbidden with default headers values

func (*ValidateBlueprintUsingPOSTForbidden) Error

type ValidateBlueprintUsingPOSTNotFound

type ValidateBlueprintUsingPOSTNotFound struct {
}

ValidateBlueprintUsingPOSTNotFound handles this case with default header values.

Not Found

func NewValidateBlueprintUsingPOSTNotFound

func NewValidateBlueprintUsingPOSTNotFound() *ValidateBlueprintUsingPOSTNotFound

NewValidateBlueprintUsingPOSTNotFound creates a ValidateBlueprintUsingPOSTNotFound with default headers values

func (*ValidateBlueprintUsingPOSTNotFound) Error

type ValidateBlueprintUsingPOSTOK

type ValidateBlueprintUsingPOSTOK struct {
	Payload *models.BlueprintValidationResponse
}

ValidateBlueprintUsingPOSTOK handles this case with default header values.

OK

func NewValidateBlueprintUsingPOSTOK

func NewValidateBlueprintUsingPOSTOK() *ValidateBlueprintUsingPOSTOK

NewValidateBlueprintUsingPOSTOK creates a ValidateBlueprintUsingPOSTOK with default headers values

func (*ValidateBlueprintUsingPOSTOK) Error

func (*ValidateBlueprintUsingPOSTOK) GetPayload

type ValidateBlueprintUsingPOSTParams

type ValidateBlueprintUsingPOSTParams struct {

	/*Request
	  request

	*/
	Request *models.BlueprintValidationRequest

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

ValidateBlueprintUsingPOSTParams contains all the parameters to send to the API endpoint for the validate blueprint using p o s t operation typically these are written to a http.Request

func NewValidateBlueprintUsingPOSTParams

func NewValidateBlueprintUsingPOSTParams() *ValidateBlueprintUsingPOSTParams

NewValidateBlueprintUsingPOSTParams creates a new ValidateBlueprintUsingPOSTParams object with the default values initialized.

func NewValidateBlueprintUsingPOSTParamsWithContext

func NewValidateBlueprintUsingPOSTParamsWithContext(ctx context.Context) *ValidateBlueprintUsingPOSTParams

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

func NewValidateBlueprintUsingPOSTParamsWithHTTPClient

func NewValidateBlueprintUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateBlueprintUsingPOSTParams

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

func NewValidateBlueprintUsingPOSTParamsWithTimeout

func NewValidateBlueprintUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateBlueprintUsingPOSTParams

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

func (*ValidateBlueprintUsingPOSTParams) SetContext

SetContext adds the context to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) SetRequest

SetRequest adds the request to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) WithContext

WithContext adds the context to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) WithRequest

WithRequest adds the request to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the validate blueprint using p o s t params

func (*ValidateBlueprintUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateBlueprintUsingPOSTReader

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

ValidateBlueprintUsingPOSTReader is a Reader for the ValidateBlueprintUsingPOST structure.

func (*ValidateBlueprintUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateBlueprintUsingPOSTUnauthorized

type ValidateBlueprintUsingPOSTUnauthorized struct {
}

ValidateBlueprintUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewValidateBlueprintUsingPOSTUnauthorized

func NewValidateBlueprintUsingPOSTUnauthorized() *ValidateBlueprintUsingPOSTUnauthorized

NewValidateBlueprintUsingPOSTUnauthorized creates a ValidateBlueprintUsingPOSTUnauthorized with default headers values

func (*ValidateBlueprintUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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