dsl

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.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 dsl API

func (*Client) ExportApplicationsUsingGET

func (a *Client) ExportApplicationsUsingGET(params *ExportApplicationsUsingGETParams) (*ExportApplicationsUsingGETOK, error)

ExportApplicationsUsingGET exports applications and environments

func (*Client) ExportEndpointsUsingGET

func (a *Client) ExportEndpointsUsingGET(params *ExportEndpointsUsingGETParams) (*ExportEndpointsUsingGETOK, error)

ExportEndpointsUsingGET exports endpoints

func (*Client) ExportEnvironmentsUsingGET

func (a *Client) ExportEnvironmentsUsingGET(params *ExportEnvironmentsUsingGETParams) (*ExportEnvironmentsUsingGETOK, error)

ExportEnvironmentsUsingGET exports environments

func (*Client) ExportReleaseUsingGET

func (a *Client) ExportReleaseUsingGET(params *ExportReleaseUsingGETParams) (*ExportReleaseUsingGETOK, error)

ExportReleaseUsingGET exports release

func (*Client) ExportTestSourceUsingGET

func (a *Client) ExportTestSourceUsingGET(params *ExportTestSourceUsingGETParams) (*ExportTestSourceUsingGETOK, error)

ExportTestSourceUsingGET exports test source

func (*Client) ExportTestSourcesUsingGET

func (a *Client) ExportTestSourcesUsingGET(params *ExportTestSourcesUsingGETParams) (*ExportTestSourcesUsingGETOK, error)

ExportTestSourcesUsingGET exports test sources

func (*Client) ImportEntitiesUsingPOST

ImportEntitiesUsingPOST imports from file

func (*Client) ImportEntitiesUsingPOST1

ImportEntitiesUsingPOST1 imports

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ExportApplicationsUsingGET(params *ExportApplicationsUsingGETParams) (*ExportApplicationsUsingGETOK, error)

	ExportEndpointsUsingGET(params *ExportEndpointsUsingGETParams) (*ExportEndpointsUsingGETOK, error)

	ExportEnvironmentsUsingGET(params *ExportEnvironmentsUsingGETParams) (*ExportEnvironmentsUsingGETOK, error)

	ExportReleaseUsingGET(params *ExportReleaseUsingGETParams) (*ExportReleaseUsingGETOK, error)

	ExportTestSourceUsingGET(params *ExportTestSourceUsingGETParams) (*ExportTestSourceUsingGETOK, error)

	ExportTestSourcesUsingGET(params *ExportTestSourcesUsingGETParams) (*ExportTestSourcesUsingGETOK, error)

	ImportEntitiesUsingPOST(params *ImportEntitiesUsingPOSTParams) (*ImportEntitiesUsingPOSTOK, *ImportEntitiesUsingPOSTCreated, error)

	ImportEntitiesUsingPOST1(params *ImportEntitiesUsingPOST1Params) (*ImportEntitiesUsingPOST1OK, *ImportEntitiesUsingPOST1Created, 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 dsl API client.

type ExportApplicationsUsingGETForbidden

type ExportApplicationsUsingGETForbidden struct {
}

ExportApplicationsUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportApplicationsUsingGETForbidden

func NewExportApplicationsUsingGETForbidden() *ExportApplicationsUsingGETForbidden

NewExportApplicationsUsingGETForbidden creates a ExportApplicationsUsingGETForbidden with default headers values

func (*ExportApplicationsUsingGETForbidden) Error

type ExportApplicationsUsingGETNotFound

type ExportApplicationsUsingGETNotFound struct {
}

ExportApplicationsUsingGETNotFound handles this case with default header values.

Not Found

func NewExportApplicationsUsingGETNotFound

func NewExportApplicationsUsingGETNotFound() *ExportApplicationsUsingGETNotFound

NewExportApplicationsUsingGETNotFound creates a ExportApplicationsUsingGETNotFound with default headers values

func (*ExportApplicationsUsingGETNotFound) Error

type ExportApplicationsUsingGETOK

type ExportApplicationsUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportApplicationsUsingGETOK handles this case with default header values.

OK

func NewExportApplicationsUsingGETOK

func NewExportApplicationsUsingGETOK() *ExportApplicationsUsingGETOK

NewExportApplicationsUsingGETOK creates a ExportApplicationsUsingGETOK with default headers values

func (*ExportApplicationsUsingGETOK) Error

func (*ExportApplicationsUsingGETOK) GetPayload

type ExportApplicationsUsingGETParams

type ExportApplicationsUsingGETParams struct {

	/*Application
	  applicationIds

	*/
	Application []int64
	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*Embed
	  embedFields

	*/
	Embed []string

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

ExportApplicationsUsingGETParams contains all the parameters to send to the API endpoint for the export applications using g e t operation typically these are written to a http.Request

func NewExportApplicationsUsingGETParams

func NewExportApplicationsUsingGETParams() *ExportApplicationsUsingGETParams

NewExportApplicationsUsingGETParams creates a new ExportApplicationsUsingGETParams object with the default values initialized.

func NewExportApplicationsUsingGETParamsWithContext

func NewExportApplicationsUsingGETParamsWithContext(ctx context.Context) *ExportApplicationsUsingGETParams

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

func NewExportApplicationsUsingGETParamsWithHTTPClient

func NewExportApplicationsUsingGETParamsWithHTTPClient(client *http.Client) *ExportApplicationsUsingGETParams

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

func NewExportApplicationsUsingGETParamsWithTimeout

func NewExportApplicationsUsingGETParamsWithTimeout(timeout time.Duration) *ExportApplicationsUsingGETParams

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

func (*ExportApplicationsUsingGETParams) SetApplication

func (o *ExportApplicationsUsingGETParams) SetApplication(application []int64)

SetApplication adds the application to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) SetContext

SetContext adds the context to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) SetDispositionType

func (o *ExportApplicationsUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) SetEmbed

func (o *ExportApplicationsUsingGETParams) SetEmbed(embed []string)

SetEmbed adds the embed to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithApplication

func (o *ExportApplicationsUsingGETParams) WithApplication(application []int64) *ExportApplicationsUsingGETParams

WithApplication adds the application to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithContext

WithContext adds the context to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithDispositionType

func (o *ExportApplicationsUsingGETParams) WithDispositionType(dispositionType *string) *ExportApplicationsUsingGETParams

WithDispositionType adds the dispositionType to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithEmbed

WithEmbed adds the embed to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export applications using g e t params

func (*ExportApplicationsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportApplicationsUsingGETReader

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

ExportApplicationsUsingGETReader is a Reader for the ExportApplicationsUsingGET structure.

func (*ExportApplicationsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportApplicationsUsingGETUnauthorized

type ExportApplicationsUsingGETUnauthorized struct {
}

ExportApplicationsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportApplicationsUsingGETUnauthorized

func NewExportApplicationsUsingGETUnauthorized() *ExportApplicationsUsingGETUnauthorized

NewExportApplicationsUsingGETUnauthorized creates a ExportApplicationsUsingGETUnauthorized with default headers values

func (*ExportApplicationsUsingGETUnauthorized) Error

type ExportEndpointsUsingGETForbidden

type ExportEndpointsUsingGETForbidden struct {
}

ExportEndpointsUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportEndpointsUsingGETForbidden

func NewExportEndpointsUsingGETForbidden() *ExportEndpointsUsingGETForbidden

NewExportEndpointsUsingGETForbidden creates a ExportEndpointsUsingGETForbidden with default headers values

func (*ExportEndpointsUsingGETForbidden) Error

type ExportEndpointsUsingGETNotFound

type ExportEndpointsUsingGETNotFound struct {
}

ExportEndpointsUsingGETNotFound handles this case with default header values.

Not Found

func NewExportEndpointsUsingGETNotFound

func NewExportEndpointsUsingGETNotFound() *ExportEndpointsUsingGETNotFound

NewExportEndpointsUsingGETNotFound creates a ExportEndpointsUsingGETNotFound with default headers values

func (*ExportEndpointsUsingGETNotFound) Error

type ExportEndpointsUsingGETOK

type ExportEndpointsUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportEndpointsUsingGETOK handles this case with default header values.

OK

func NewExportEndpointsUsingGETOK

func NewExportEndpointsUsingGETOK() *ExportEndpointsUsingGETOK

NewExportEndpointsUsingGETOK creates a ExportEndpointsUsingGETOK with default headers values

func (*ExportEndpointsUsingGETOK) Error

func (o *ExportEndpointsUsingGETOK) Error() string

func (*ExportEndpointsUsingGETOK) GetPayload

type ExportEndpointsUsingGETParams

type ExportEndpointsUsingGETParams struct {

	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*Endpoint
	  endpointIds

	*/
	Endpoint []int64

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

ExportEndpointsUsingGETParams contains all the parameters to send to the API endpoint for the export endpoints using g e t operation typically these are written to a http.Request

func NewExportEndpointsUsingGETParams

func NewExportEndpointsUsingGETParams() *ExportEndpointsUsingGETParams

NewExportEndpointsUsingGETParams creates a new ExportEndpointsUsingGETParams object with the default values initialized.

func NewExportEndpointsUsingGETParamsWithContext

func NewExportEndpointsUsingGETParamsWithContext(ctx context.Context) *ExportEndpointsUsingGETParams

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

func NewExportEndpointsUsingGETParamsWithHTTPClient

func NewExportEndpointsUsingGETParamsWithHTTPClient(client *http.Client) *ExportEndpointsUsingGETParams

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

func NewExportEndpointsUsingGETParamsWithTimeout

func NewExportEndpointsUsingGETParamsWithTimeout(timeout time.Duration) *ExportEndpointsUsingGETParams

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

func (*ExportEndpointsUsingGETParams) SetContext

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

SetContext adds the context to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) SetDispositionType

func (o *ExportEndpointsUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) SetEndpoint

func (o *ExportEndpointsUsingGETParams) SetEndpoint(endpoint []int64)

SetEndpoint adds the endpoint to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WithContext

WithContext adds the context to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WithDispositionType

func (o *ExportEndpointsUsingGETParams) WithDispositionType(dispositionType *string) *ExportEndpointsUsingGETParams

WithDispositionType adds the dispositionType to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WithEndpoint

WithEndpoint adds the endpoint to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export endpoints using g e t params

func (*ExportEndpointsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportEndpointsUsingGETReader

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

ExportEndpointsUsingGETReader is a Reader for the ExportEndpointsUsingGET structure.

func (*ExportEndpointsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportEndpointsUsingGETUnauthorized

type ExportEndpointsUsingGETUnauthorized struct {
}

ExportEndpointsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportEndpointsUsingGETUnauthorized

func NewExportEndpointsUsingGETUnauthorized() *ExportEndpointsUsingGETUnauthorized

NewExportEndpointsUsingGETUnauthorized creates a ExportEndpointsUsingGETUnauthorized with default headers values

func (*ExportEndpointsUsingGETUnauthorized) Error

type ExportEnvironmentsUsingGETForbidden

type ExportEnvironmentsUsingGETForbidden struct {
}

ExportEnvironmentsUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportEnvironmentsUsingGETForbidden

func NewExportEnvironmentsUsingGETForbidden() *ExportEnvironmentsUsingGETForbidden

NewExportEnvironmentsUsingGETForbidden creates a ExportEnvironmentsUsingGETForbidden with default headers values

func (*ExportEnvironmentsUsingGETForbidden) Error

type ExportEnvironmentsUsingGETNotFound

type ExportEnvironmentsUsingGETNotFound struct {
}

ExportEnvironmentsUsingGETNotFound handles this case with default header values.

Not Found

func NewExportEnvironmentsUsingGETNotFound

func NewExportEnvironmentsUsingGETNotFound() *ExportEnvironmentsUsingGETNotFound

NewExportEnvironmentsUsingGETNotFound creates a ExportEnvironmentsUsingGETNotFound with default headers values

func (*ExportEnvironmentsUsingGETNotFound) Error

type ExportEnvironmentsUsingGETOK

type ExportEnvironmentsUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportEnvironmentsUsingGETOK handles this case with default header values.

OK

func NewExportEnvironmentsUsingGETOK

func NewExportEnvironmentsUsingGETOK() *ExportEnvironmentsUsingGETOK

NewExportEnvironmentsUsingGETOK creates a ExportEnvironmentsUsingGETOK with default headers values

func (*ExportEnvironmentsUsingGETOK) Error

func (*ExportEnvironmentsUsingGETOK) GetPayload

type ExportEnvironmentsUsingGETParams

type ExportEnvironmentsUsingGETParams struct {

	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*Environment
	  environmentIds

	*/
	Environment []int64

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

ExportEnvironmentsUsingGETParams contains all the parameters to send to the API endpoint for the export environments using g e t operation typically these are written to a http.Request

func NewExportEnvironmentsUsingGETParams

func NewExportEnvironmentsUsingGETParams() *ExportEnvironmentsUsingGETParams

NewExportEnvironmentsUsingGETParams creates a new ExportEnvironmentsUsingGETParams object with the default values initialized.

func NewExportEnvironmentsUsingGETParamsWithContext

func NewExportEnvironmentsUsingGETParamsWithContext(ctx context.Context) *ExportEnvironmentsUsingGETParams

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

func NewExportEnvironmentsUsingGETParamsWithHTTPClient

func NewExportEnvironmentsUsingGETParamsWithHTTPClient(client *http.Client) *ExportEnvironmentsUsingGETParams

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

func NewExportEnvironmentsUsingGETParamsWithTimeout

func NewExportEnvironmentsUsingGETParamsWithTimeout(timeout time.Duration) *ExportEnvironmentsUsingGETParams

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

func (*ExportEnvironmentsUsingGETParams) SetContext

SetContext adds the context to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) SetDispositionType

func (o *ExportEnvironmentsUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) SetEnvironment

func (o *ExportEnvironmentsUsingGETParams) SetEnvironment(environment []int64)

SetEnvironment adds the environment to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WithContext

WithContext adds the context to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WithDispositionType

func (o *ExportEnvironmentsUsingGETParams) WithDispositionType(dispositionType *string) *ExportEnvironmentsUsingGETParams

WithDispositionType adds the dispositionType to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WithEnvironment

func (o *ExportEnvironmentsUsingGETParams) WithEnvironment(environment []int64) *ExportEnvironmentsUsingGETParams

WithEnvironment adds the environment to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export environments using g e t params

func (*ExportEnvironmentsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportEnvironmentsUsingGETReader

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

ExportEnvironmentsUsingGETReader is a Reader for the ExportEnvironmentsUsingGET structure.

func (*ExportEnvironmentsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportEnvironmentsUsingGETUnauthorized

type ExportEnvironmentsUsingGETUnauthorized struct {
}

ExportEnvironmentsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportEnvironmentsUsingGETUnauthorized

func NewExportEnvironmentsUsingGETUnauthorized() *ExportEnvironmentsUsingGETUnauthorized

NewExportEnvironmentsUsingGETUnauthorized creates a ExportEnvironmentsUsingGETUnauthorized with default headers values

func (*ExportEnvironmentsUsingGETUnauthorized) Error

type ExportReleaseUsingGETForbidden

type ExportReleaseUsingGETForbidden struct {
}

ExportReleaseUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportReleaseUsingGETForbidden

func NewExportReleaseUsingGETForbidden() *ExportReleaseUsingGETForbidden

NewExportReleaseUsingGETForbidden creates a ExportReleaseUsingGETForbidden with default headers values

func (*ExportReleaseUsingGETForbidden) Error

type ExportReleaseUsingGETNotFound

type ExportReleaseUsingGETNotFound struct {
}

ExportReleaseUsingGETNotFound handles this case with default header values.

Not Found

func NewExportReleaseUsingGETNotFound

func NewExportReleaseUsingGETNotFound() *ExportReleaseUsingGETNotFound

NewExportReleaseUsingGETNotFound creates a ExportReleaseUsingGETNotFound with default headers values

func (*ExportReleaseUsingGETNotFound) Error

type ExportReleaseUsingGETOK

type ExportReleaseUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportReleaseUsingGETOK handles this case with default header values.

OK

func NewExportReleaseUsingGETOK

func NewExportReleaseUsingGETOK() *ExportReleaseUsingGETOK

NewExportReleaseUsingGETOK creates a ExportReleaseUsingGETOK with default headers values

func (*ExportReleaseUsingGETOK) Error

func (o *ExportReleaseUsingGETOK) Error() string

func (*ExportReleaseUsingGETOK) GetPayload

type ExportReleaseUsingGETParams

type ExportReleaseUsingGETParams struct {

	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*ReleaseID
	  releaseId

	*/
	ReleaseID int64

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

ExportReleaseUsingGETParams contains all the parameters to send to the API endpoint for the export release using g e t operation typically these are written to a http.Request

func NewExportReleaseUsingGETParams

func NewExportReleaseUsingGETParams() *ExportReleaseUsingGETParams

NewExportReleaseUsingGETParams creates a new ExportReleaseUsingGETParams object with the default values initialized.

func NewExportReleaseUsingGETParamsWithContext

func NewExportReleaseUsingGETParamsWithContext(ctx context.Context) *ExportReleaseUsingGETParams

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

func NewExportReleaseUsingGETParamsWithHTTPClient

func NewExportReleaseUsingGETParamsWithHTTPClient(client *http.Client) *ExportReleaseUsingGETParams

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

func NewExportReleaseUsingGETParamsWithTimeout

func NewExportReleaseUsingGETParamsWithTimeout(timeout time.Duration) *ExportReleaseUsingGETParams

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

func (*ExportReleaseUsingGETParams) SetContext

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

SetContext adds the context to the export release using g e t params

func (*ExportReleaseUsingGETParams) SetDispositionType

func (o *ExportReleaseUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export release using g e t params

func (*ExportReleaseUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export release using g e t params

func (*ExportReleaseUsingGETParams) SetReleaseID

func (o *ExportReleaseUsingGETParams) SetReleaseID(releaseID int64)

SetReleaseID adds the releaseId to the export release using g e t params

func (*ExportReleaseUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export release using g e t params

func (*ExportReleaseUsingGETParams) WithContext

WithContext adds the context to the export release using g e t params

func (*ExportReleaseUsingGETParams) WithDispositionType

func (o *ExportReleaseUsingGETParams) WithDispositionType(dispositionType *string) *ExportReleaseUsingGETParams

WithDispositionType adds the dispositionType to the export release using g e t params

func (*ExportReleaseUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export release using g e t params

func (*ExportReleaseUsingGETParams) WithReleaseID

func (o *ExportReleaseUsingGETParams) WithReleaseID(releaseID int64) *ExportReleaseUsingGETParams

WithReleaseID adds the releaseID to the export release using g e t params

func (*ExportReleaseUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export release using g e t params

func (*ExportReleaseUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportReleaseUsingGETReader

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

ExportReleaseUsingGETReader is a Reader for the ExportReleaseUsingGET structure.

func (*ExportReleaseUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportReleaseUsingGETUnauthorized

type ExportReleaseUsingGETUnauthorized struct {
}

ExportReleaseUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportReleaseUsingGETUnauthorized

func NewExportReleaseUsingGETUnauthorized() *ExportReleaseUsingGETUnauthorized

NewExportReleaseUsingGETUnauthorized creates a ExportReleaseUsingGETUnauthorized with default headers values

func (*ExportReleaseUsingGETUnauthorized) Error

type ExportTestSourceUsingGETForbidden

type ExportTestSourceUsingGETForbidden struct {
}

ExportTestSourceUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportTestSourceUsingGETForbidden

func NewExportTestSourceUsingGETForbidden() *ExportTestSourceUsingGETForbidden

NewExportTestSourceUsingGETForbidden creates a ExportTestSourceUsingGETForbidden with default headers values

func (*ExportTestSourceUsingGETForbidden) Error

type ExportTestSourceUsingGETNotFound

type ExportTestSourceUsingGETNotFound struct {
}

ExportTestSourceUsingGETNotFound handles this case with default header values.

Not Found

func NewExportTestSourceUsingGETNotFound

func NewExportTestSourceUsingGETNotFound() *ExportTestSourceUsingGETNotFound

NewExportTestSourceUsingGETNotFound creates a ExportTestSourceUsingGETNotFound with default headers values

func (*ExportTestSourceUsingGETNotFound) Error

type ExportTestSourceUsingGETOK

type ExportTestSourceUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportTestSourceUsingGETOK handles this case with default header values.

OK

func NewExportTestSourceUsingGETOK

func NewExportTestSourceUsingGETOK() *ExportTestSourceUsingGETOK

NewExportTestSourceUsingGETOK creates a ExportTestSourceUsingGETOK with default headers values

func (*ExportTestSourceUsingGETOK) Error

func (*ExportTestSourceUsingGETOK) GetPayload

type ExportTestSourceUsingGETParams

type ExportTestSourceUsingGETParams struct {

	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*TestSourceID
	  testSourceId

	*/
	TestSourceID int64

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

ExportTestSourceUsingGETParams contains all the parameters to send to the API endpoint for the export test source using g e t operation typically these are written to a http.Request

func NewExportTestSourceUsingGETParams

func NewExportTestSourceUsingGETParams() *ExportTestSourceUsingGETParams

NewExportTestSourceUsingGETParams creates a new ExportTestSourceUsingGETParams object with the default values initialized.

func NewExportTestSourceUsingGETParamsWithContext

func NewExportTestSourceUsingGETParamsWithContext(ctx context.Context) *ExportTestSourceUsingGETParams

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

func NewExportTestSourceUsingGETParamsWithHTTPClient

func NewExportTestSourceUsingGETParamsWithHTTPClient(client *http.Client) *ExportTestSourceUsingGETParams

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

func NewExportTestSourceUsingGETParamsWithTimeout

func NewExportTestSourceUsingGETParamsWithTimeout(timeout time.Duration) *ExportTestSourceUsingGETParams

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

func (*ExportTestSourceUsingGETParams) SetApplicationVersionID

func (o *ExportTestSourceUsingGETParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) SetContext

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

SetContext adds the context to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) SetDispositionType

func (o *ExportTestSourceUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) SetTestSourceID

func (o *ExportTestSourceUsingGETParams) SetTestSourceID(testSourceID int64)

SetTestSourceID adds the testSourceId to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithApplicationVersionID

func (o *ExportTestSourceUsingGETParams) WithApplicationVersionID(applicationVersionID int64) *ExportTestSourceUsingGETParams

WithApplicationVersionID adds the applicationVersionID to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithContext

WithContext adds the context to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithDispositionType

func (o *ExportTestSourceUsingGETParams) WithDispositionType(dispositionType *string) *ExportTestSourceUsingGETParams

WithDispositionType adds the dispositionType to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithTestSourceID

func (o *ExportTestSourceUsingGETParams) WithTestSourceID(testSourceID int64) *ExportTestSourceUsingGETParams

WithTestSourceID adds the testSourceID to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export test source using g e t params

func (*ExportTestSourceUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportTestSourceUsingGETReader

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

ExportTestSourceUsingGETReader is a Reader for the ExportTestSourceUsingGET structure.

func (*ExportTestSourceUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportTestSourceUsingGETUnauthorized

type ExportTestSourceUsingGETUnauthorized struct {
}

ExportTestSourceUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportTestSourceUsingGETUnauthorized

func NewExportTestSourceUsingGETUnauthorized() *ExportTestSourceUsingGETUnauthorized

NewExportTestSourceUsingGETUnauthorized creates a ExportTestSourceUsingGETUnauthorized with default headers values

func (*ExportTestSourceUsingGETUnauthorized) Error

type ExportTestSourcesUsingGETForbidden

type ExportTestSourcesUsingGETForbidden struct {
}

ExportTestSourcesUsingGETForbidden handles this case with default header values.

Forbidden

func NewExportTestSourcesUsingGETForbidden

func NewExportTestSourcesUsingGETForbidden() *ExportTestSourcesUsingGETForbidden

NewExportTestSourcesUsingGETForbidden creates a ExportTestSourcesUsingGETForbidden with default headers values

func (*ExportTestSourcesUsingGETForbidden) Error

type ExportTestSourcesUsingGETNotFound

type ExportTestSourcesUsingGETNotFound struct {
}

ExportTestSourcesUsingGETNotFound handles this case with default header values.

Not Found

func NewExportTestSourcesUsingGETNotFound

func NewExportTestSourcesUsingGETNotFound() *ExportTestSourcesUsingGETNotFound

NewExportTestSourcesUsingGETNotFound creates a ExportTestSourcesUsingGETNotFound with default headers values

func (*ExportTestSourcesUsingGETNotFound) Error

type ExportTestSourcesUsingGETOK

type ExportTestSourcesUsingGETOK struct {
	Payload *models.DslTemplateDto
}

ExportTestSourcesUsingGETOK handles this case with default header values.

OK

func NewExportTestSourcesUsingGETOK

func NewExportTestSourcesUsingGETOK() *ExportTestSourcesUsingGETOK

NewExportTestSourcesUsingGETOK creates a ExportTestSourcesUsingGETOK with default headers values

func (*ExportTestSourcesUsingGETOK) Error

func (*ExportTestSourcesUsingGETOK) GetPayload

type ExportTestSourcesUsingGETParams

type ExportTestSourcesUsingGETParams struct {

	/*ApplicationVersionID
	  applicationVersionId

	*/
	ApplicationVersionID int64
	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string

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

ExportTestSourcesUsingGETParams contains all the parameters to send to the API endpoint for the export test sources using g e t operation typically these are written to a http.Request

func NewExportTestSourcesUsingGETParams

func NewExportTestSourcesUsingGETParams() *ExportTestSourcesUsingGETParams

NewExportTestSourcesUsingGETParams creates a new ExportTestSourcesUsingGETParams object with the default values initialized.

func NewExportTestSourcesUsingGETParamsWithContext

func NewExportTestSourcesUsingGETParamsWithContext(ctx context.Context) *ExportTestSourcesUsingGETParams

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

func NewExportTestSourcesUsingGETParamsWithHTTPClient

func NewExportTestSourcesUsingGETParamsWithHTTPClient(client *http.Client) *ExportTestSourcesUsingGETParams

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

func NewExportTestSourcesUsingGETParamsWithTimeout

func NewExportTestSourcesUsingGETParamsWithTimeout(timeout time.Duration) *ExportTestSourcesUsingGETParams

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

func (*ExportTestSourcesUsingGETParams) SetApplicationVersionID

func (o *ExportTestSourcesUsingGETParams) SetApplicationVersionID(applicationVersionID int64)

SetApplicationVersionID adds the applicationVersionId to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) SetContext

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

SetContext adds the context to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) SetDispositionType

func (o *ExportTestSourcesUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WithApplicationVersionID

func (o *ExportTestSourcesUsingGETParams) WithApplicationVersionID(applicationVersionID int64) *ExportTestSourcesUsingGETParams

WithApplicationVersionID adds the applicationVersionID to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WithContext

WithContext adds the context to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WithDispositionType

func (o *ExportTestSourcesUsingGETParams) WithDispositionType(dispositionType *string) *ExportTestSourcesUsingGETParams

WithDispositionType adds the dispositionType to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WithTimeout

WithTimeout adds the timeout to the export test sources using g e t params

func (*ExportTestSourcesUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportTestSourcesUsingGETReader

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

ExportTestSourcesUsingGETReader is a Reader for the ExportTestSourcesUsingGET structure.

func (*ExportTestSourcesUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportTestSourcesUsingGETUnauthorized

type ExportTestSourcesUsingGETUnauthorized struct {
}

ExportTestSourcesUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewExportTestSourcesUsingGETUnauthorized

func NewExportTestSourcesUsingGETUnauthorized() *ExportTestSourcesUsingGETUnauthorized

NewExportTestSourcesUsingGETUnauthorized creates a ExportTestSourcesUsingGETUnauthorized with default headers values

func (*ExportTestSourcesUsingGETUnauthorized) Error

type ImportEntitiesUsingPOST1Created

type ImportEntitiesUsingPOST1Created struct {
}

ImportEntitiesUsingPOST1Created handles this case with default header values.

Created

func NewImportEntitiesUsingPOST1Created

func NewImportEntitiesUsingPOST1Created() *ImportEntitiesUsingPOST1Created

NewImportEntitiesUsingPOST1Created creates a ImportEntitiesUsingPOST1Created with default headers values

func (*ImportEntitiesUsingPOST1Created) Error

type ImportEntitiesUsingPOST1Forbidden

type ImportEntitiesUsingPOST1Forbidden struct {
}

ImportEntitiesUsingPOST1Forbidden handles this case with default header values.

Forbidden

func NewImportEntitiesUsingPOST1Forbidden

func NewImportEntitiesUsingPOST1Forbidden() *ImportEntitiesUsingPOST1Forbidden

NewImportEntitiesUsingPOST1Forbidden creates a ImportEntitiesUsingPOST1Forbidden with default headers values

func (*ImportEntitiesUsingPOST1Forbidden) Error

type ImportEntitiesUsingPOST1NotFound

type ImportEntitiesUsingPOST1NotFound struct {
}

ImportEntitiesUsingPOST1NotFound handles this case with default header values.

Not Found

func NewImportEntitiesUsingPOST1NotFound

func NewImportEntitiesUsingPOST1NotFound() *ImportEntitiesUsingPOST1NotFound

NewImportEntitiesUsingPOST1NotFound creates a ImportEntitiesUsingPOST1NotFound with default headers values

func (*ImportEntitiesUsingPOST1NotFound) Error

type ImportEntitiesUsingPOST1OK

type ImportEntitiesUsingPOST1OK struct {
	Payload *models.DslResponseDto
}

ImportEntitiesUsingPOST1OK handles this case with default header values.

OK

func NewImportEntitiesUsingPOST1OK

func NewImportEntitiesUsingPOST1OK() *ImportEntitiesUsingPOST1OK

NewImportEntitiesUsingPOST1OK creates a ImportEntitiesUsingPOST1OK with default headers values

func (*ImportEntitiesUsingPOST1OK) Error

func (*ImportEntitiesUsingPOST1OK) GetPayload

type ImportEntitiesUsingPOST1Params

type ImportEntitiesUsingPOST1Params struct {

	/*DslEntities
	  dslEntities

	*/
	DslEntities *models.DslTemplateDto
	/*Kind
	  availableKinds

	*/
	Kind []string

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

ImportEntitiesUsingPOST1Params contains all the parameters to send to the API endpoint for the import entities using p o s t 1 operation typically these are written to a http.Request

func NewImportEntitiesUsingPOST1Params

func NewImportEntitiesUsingPOST1Params() *ImportEntitiesUsingPOST1Params

NewImportEntitiesUsingPOST1Params creates a new ImportEntitiesUsingPOST1Params object with the default values initialized.

func NewImportEntitiesUsingPOST1ParamsWithContext

func NewImportEntitiesUsingPOST1ParamsWithContext(ctx context.Context) *ImportEntitiesUsingPOST1Params

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

func NewImportEntitiesUsingPOST1ParamsWithHTTPClient

func NewImportEntitiesUsingPOST1ParamsWithHTTPClient(client *http.Client) *ImportEntitiesUsingPOST1Params

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

func NewImportEntitiesUsingPOST1ParamsWithTimeout

func NewImportEntitiesUsingPOST1ParamsWithTimeout(timeout time.Duration) *ImportEntitiesUsingPOST1Params

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

func (*ImportEntitiesUsingPOST1Params) SetContext

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

SetContext adds the context to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) SetDslEntities

func (o *ImportEntitiesUsingPOST1Params) SetDslEntities(dslEntities *models.DslTemplateDto)

SetDslEntities adds the dslEntities to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) SetKind

func (o *ImportEntitiesUsingPOST1Params) SetKind(kind []string)

SetKind adds the kind to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) SetTimeout

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

SetTimeout adds the timeout to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WithContext

WithContext adds the context to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WithDslEntities

WithDslEntities adds the dslEntities to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WithKind

WithKind adds the kind to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WithTimeout

WithTimeout adds the timeout to the import entities using p o s t 1 params

func (*ImportEntitiesUsingPOST1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportEntitiesUsingPOST1Reader

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

ImportEntitiesUsingPOST1Reader is a Reader for the ImportEntitiesUsingPOST1 structure.

func (*ImportEntitiesUsingPOST1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportEntitiesUsingPOST1Unauthorized

type ImportEntitiesUsingPOST1Unauthorized struct {
}

ImportEntitiesUsingPOST1Unauthorized handles this case with default header values.

Unauthorized

func NewImportEntitiesUsingPOST1Unauthorized

func NewImportEntitiesUsingPOST1Unauthorized() *ImportEntitiesUsingPOST1Unauthorized

NewImportEntitiesUsingPOST1Unauthorized creates a ImportEntitiesUsingPOST1Unauthorized with default headers values

func (*ImportEntitiesUsingPOST1Unauthorized) Error

type ImportEntitiesUsingPOSTCreated

type ImportEntitiesUsingPOSTCreated struct {
}

ImportEntitiesUsingPOSTCreated handles this case with default header values.

Created

func NewImportEntitiesUsingPOSTCreated

func NewImportEntitiesUsingPOSTCreated() *ImportEntitiesUsingPOSTCreated

NewImportEntitiesUsingPOSTCreated creates a ImportEntitiesUsingPOSTCreated with default headers values

func (*ImportEntitiesUsingPOSTCreated) Error

type ImportEntitiesUsingPOSTForbidden

type ImportEntitiesUsingPOSTForbidden struct {
}

ImportEntitiesUsingPOSTForbidden handles this case with default header values.

Forbidden

func NewImportEntitiesUsingPOSTForbidden

func NewImportEntitiesUsingPOSTForbidden() *ImportEntitiesUsingPOSTForbidden

NewImportEntitiesUsingPOSTForbidden creates a ImportEntitiesUsingPOSTForbidden with default headers values

func (*ImportEntitiesUsingPOSTForbidden) Error

type ImportEntitiesUsingPOSTNotFound

type ImportEntitiesUsingPOSTNotFound struct {
}

ImportEntitiesUsingPOSTNotFound handles this case with default header values.

Not Found

func NewImportEntitiesUsingPOSTNotFound

func NewImportEntitiesUsingPOSTNotFound() *ImportEntitiesUsingPOSTNotFound

NewImportEntitiesUsingPOSTNotFound creates a ImportEntitiesUsingPOSTNotFound with default headers values

func (*ImportEntitiesUsingPOSTNotFound) Error

type ImportEntitiesUsingPOSTOK

type ImportEntitiesUsingPOSTOK struct {
	Payload *models.DslResponseDto
}

ImportEntitiesUsingPOSTOK handles this case with default header values.

OK

func NewImportEntitiesUsingPOSTOK

func NewImportEntitiesUsingPOSTOK() *ImportEntitiesUsingPOSTOK

NewImportEntitiesUsingPOSTOK creates a ImportEntitiesUsingPOSTOK with default headers values

func (*ImportEntitiesUsingPOSTOK) Error

func (o *ImportEntitiesUsingPOSTOK) Error() string

func (*ImportEntitiesUsingPOSTOK) GetPayload

type ImportEntitiesUsingPOSTParams

type ImportEntitiesUsingPOSTParams struct {

	/*File
	  file

	*/
	File runtime.NamedReadCloser
	/*Kind
	  availableKinds

	*/
	Kind []string

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

ImportEntitiesUsingPOSTParams contains all the parameters to send to the API endpoint for the import entities using p o s t operation typically these are written to a http.Request

func NewImportEntitiesUsingPOSTParams

func NewImportEntitiesUsingPOSTParams() *ImportEntitiesUsingPOSTParams

NewImportEntitiesUsingPOSTParams creates a new ImportEntitiesUsingPOSTParams object with the default values initialized.

func NewImportEntitiesUsingPOSTParamsWithContext

func NewImportEntitiesUsingPOSTParamsWithContext(ctx context.Context) *ImportEntitiesUsingPOSTParams

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

func NewImportEntitiesUsingPOSTParamsWithHTTPClient

func NewImportEntitiesUsingPOSTParamsWithHTTPClient(client *http.Client) *ImportEntitiesUsingPOSTParams

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

func NewImportEntitiesUsingPOSTParamsWithTimeout

func NewImportEntitiesUsingPOSTParamsWithTimeout(timeout time.Duration) *ImportEntitiesUsingPOSTParams

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

func (*ImportEntitiesUsingPOSTParams) SetContext

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

SetContext adds the context to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) SetFile

SetFile adds the file to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) SetKind

func (o *ImportEntitiesUsingPOSTParams) SetKind(kind []string)

SetKind adds the kind to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WithContext

WithContext adds the context to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WithFile

WithFile adds the file to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WithKind

WithKind adds the kind to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the import entities using p o s t params

func (*ImportEntitiesUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportEntitiesUsingPOSTReader

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

ImportEntitiesUsingPOSTReader is a Reader for the ImportEntitiesUsingPOST structure.

func (*ImportEntitiesUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportEntitiesUsingPOSTUnauthorized

type ImportEntitiesUsingPOSTUnauthorized struct {
}

ImportEntitiesUsingPOSTUnauthorized handles this case with default header values.

Unauthorized

func NewImportEntitiesUsingPOSTUnauthorized

func NewImportEntitiesUsingPOSTUnauthorized() *ImportEntitiesUsingPOSTUnauthorized

NewImportEntitiesUsingPOSTUnauthorized creates a ImportEntitiesUsingPOSTUnauthorized with default headers values

func (*ImportEntitiesUsingPOSTUnauthorized) Error

Jump to

Keyboard shortcuts

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