Documentation
¶
Index ¶
- type Client
- type ValidateBlueprintUsingPOSTCreated
- type ValidateBlueprintUsingPOSTForbidden
- type ValidateBlueprintUsingPOSTNotFound
- type ValidateBlueprintUsingPOSTOK
- type ValidateBlueprintUsingPOSTParams
- func NewValidateBlueprintUsingPOSTParams() *ValidateBlueprintUsingPOSTParams
- func NewValidateBlueprintUsingPOSTParamsWithContext(ctx context.Context) *ValidateBlueprintUsingPOSTParams
- func NewValidateBlueprintUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateBlueprintUsingPOSTParams
- func NewValidateBlueprintUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateBlueprintUsingPOSTParams
- func (o *ValidateBlueprintUsingPOSTParams) SetContext(ctx context.Context)
- func (o *ValidateBlueprintUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *ValidateBlueprintUsingPOSTParams) SetRequest(request *models.BlueprintValidationRequest)
- func (o *ValidateBlueprintUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *ValidateBlueprintUsingPOSTParams) WithContext(ctx context.Context) *ValidateBlueprintUsingPOSTParams
- func (o *ValidateBlueprintUsingPOSTParams) WithHTTPClient(client *http.Client) *ValidateBlueprintUsingPOSTParams
- func (o *ValidateBlueprintUsingPOSTParams) WithRequest(request *models.BlueprintValidationRequest) *ValidateBlueprintUsingPOSTParams
- func (o *ValidateBlueprintUsingPOSTParams) WithTimeout(timeout time.Duration) *ValidateBlueprintUsingPOSTParams
- func (o *ValidateBlueprintUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateBlueprintUsingPOSTReader
- type ValidateBlueprintUsingPOSTUnauthorized
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 ¶
func (a *Client) ValidateBlueprintUsingPOST(params *ValidateBlueprintUsingPOSTParams) (*ValidateBlueprintUsingPOSTOK, *ValidateBlueprintUsingPOSTCreated, error)
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 ¶
func (o *ValidateBlueprintUsingPOSTCreated) Error() string
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 ¶
func (o *ValidateBlueprintUsingPOSTForbidden) Error() string
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 ¶
func (o *ValidateBlueprintUsingPOSTNotFound) Error() string
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 (o *ValidateBlueprintUsingPOSTOK) Error() string
func (*ValidateBlueprintUsingPOSTOK) GetPayload ¶
func (o *ValidateBlueprintUsingPOSTOK) GetPayload() *models.BlueprintValidationResponse
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 ¶
func (o *ValidateBlueprintUsingPOSTParams) SetContext(ctx context.Context)
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 ¶
func (o *ValidateBlueprintUsingPOSTParams) SetRequest(request *models.BlueprintValidationRequest)
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 ¶
func (o *ValidateBlueprintUsingPOSTParams) WithContext(ctx context.Context) *ValidateBlueprintUsingPOSTParams
WithContext adds the context to the validate blueprint using p o s t params
func (*ValidateBlueprintUsingPOSTParams) WithHTTPClient ¶
func (o *ValidateBlueprintUsingPOSTParams) WithHTTPClient(client *http.Client) *ValidateBlueprintUsingPOSTParams
WithHTTPClient adds the HTTPClient to the validate blueprint using p o s t params
func (*ValidateBlueprintUsingPOSTParams) WithRequest ¶
func (o *ValidateBlueprintUsingPOSTParams) WithRequest(request *models.BlueprintValidationRequest) *ValidateBlueprintUsingPOSTParams
WithRequest adds the request to the validate blueprint using p o s t params
func (*ValidateBlueprintUsingPOSTParams) WithTimeout ¶
func (o *ValidateBlueprintUsingPOSTParams) WithTimeout(timeout time.Duration) *ValidateBlueprintUsingPOSTParams
WithTimeout adds the timeout to the validate blueprint using p o s t params
func (*ValidateBlueprintUsingPOSTParams) WriteToRequest ¶
func (o *ValidateBlueprintUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *ValidateBlueprintUsingPOSTUnauthorized) Error() string