plugins_map_mapdata

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause 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 plugins org graylog plugins map mapdata API

func New

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

New creates a new plugins org graylog plugins map mapdata API client.

func (*Client) CopyConfiguration

func (a *Client) CopyConfiguration(params *CopyConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*CopyConfigurationOK, error)

CopyConfiguration copies a configuration

This is a stateless method which copies a collector configuration to one with another name

func (*Client) CopyInput

func (a *Client) CopyInput(params *CopyInputParams, authInfo runtime.ClientAuthInfoWriter) (*CopyInputOK, error)

CopyInput copies a configuration input

This is a stateless method which copies a collector input to one with another name

func (*Client) CopyOutput

func (a *Client) CopyOutput(params *CopyOutputParams, authInfo runtime.ClientAuthInfoWriter) (*CopyOutputOK, error)

CopyOutput copies a configuration output

This is a stateless method which copies a collector output to one with another name

func (*Client) CopySnippet

func (a *Client) CopySnippet(params *CopySnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CopySnippetOK, error)

CopySnippet copies a configuration snippet

This is a stateless method which copies a collector snippet to one with another name

func (*Client) CreateConfiguration

func (a *Client) CreateConfiguration(params *CreateConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*CreateConfigurationOK, error)

CreateConfiguration creates new collector configuration

func (*Client) CreateInput

func (a *Client) CreateInput(params *CreateInputParams, authInfo runtime.ClientAuthInfoWriter) (*CreateInputOK, error)

CreateInput creates a configuration input

This is a stateless method which inserts a collector input

func (*Client) CreateOutput

func (a *Client) CreateOutput(params *CreateOutputParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOutputOK, error)

CreateOutput creates a configuration output

This is a stateless method which inserts a collector output

func (*Client) CreateSnippet

func (a *Client) CreateSnippet(params *CreateSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSnippetOK, error)

CreateSnippet creates a configuration snippet

This is a stateless method which inserts a collector configuration snippet

func (*Client) DeleteConfiguration

func (a *Client) DeleteConfiguration(params *DeleteConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteConfigurationOK, error)

DeleteConfiguration deletes a collector configuration

func (*Client) DeleteInput

func (a *Client) DeleteInput(params *DeleteInputParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteInputOK, error)

DeleteInput deletes input form configuration

func (*Client) DeleteOutput

func (a *Client) DeleteOutput(params *DeleteOutputParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOutputOK, error)

DeleteOutput deletes output from configuration

func (*Client) DeleteSnippet

func (a *Client) DeleteSnippet(params *DeleteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSnippetOK, error)

DeleteSnippet deletes snippet from configuration

func (*Client) GetConfiguration

func (a *Client) GetConfiguration(params *GetConfigurationParams, authInfo runtime.ClientAuthInfoWriter) (*GetConfigurationOK, error)

GetConfiguration gets a single collector configuration

func (*Client) GetConfigurations

func (a *Client) GetConfigurations(params *GetConfigurationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetConfigurationsOK, error)

GetConfigurations shows collector configuration details

func (*Client) GetTags

func (a *Client) GetTags(params *GetTagsParams, authInfo runtime.ClientAuthInfoWriter) (*GetTagsOK, error)

GetTags lists all used tags

func (*Client) ListConfigurations

func (a *Client) ListConfigurations(params *ListConfigurationsParams, authInfo runtime.ClientAuthInfoWriter) (*ListConfigurationsOK, error)

ListConfigurations lists all collector configurations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateConfigurationName

func (a *Client) UpdateConfigurationName(params *UpdateConfigurationNameParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateConfigurationNameOK, error)

UpdateConfigurationName updates a collector configuration name

func (*Client) UpdateInput

func (a *Client) UpdateInput(params *UpdateInputParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateInputOK, error)

UpdateInput updates a configuration input

This is a stateless method which updates a collector input

func (*Client) UpdateOutput

func (a *Client) UpdateOutput(params *UpdateOutputParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOutputOK, error)

UpdateOutput updates a configuration output

This is a stateless method which updates a collector output

func (*Client) UpdateSnippet

func (a *Client) UpdateSnippet(params *UpdateSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSnippetOK, error)

UpdateSnippet updates a configuration snippet

This is a stateless method which updates a collector snippet

type CopyConfigurationBadRequest

type CopyConfigurationBadRequest struct {
}

CopyConfigurationBadRequest handles this case with default header values.

Invalid ObjectId.

func NewCopyConfigurationBadRequest

func NewCopyConfigurationBadRequest() *CopyConfigurationBadRequest

NewCopyConfigurationBadRequest creates a CopyConfigurationBadRequest with default headers values

func (*CopyConfigurationBadRequest) Error

type CopyConfigurationNotFound

type CopyConfigurationNotFound struct {
}

CopyConfigurationNotFound handles this case with default header values.

Configuration not found.

func NewCopyConfigurationNotFound

func NewCopyConfigurationNotFound() *CopyConfigurationNotFound

NewCopyConfigurationNotFound creates a CopyConfigurationNotFound with default headers values

func (*CopyConfigurationNotFound) Error

func (o *CopyConfigurationNotFound) Error() string

type CopyConfigurationOK

type CopyConfigurationOK struct {
}

CopyConfigurationOK handles this case with default header values.

No response was specified

func NewCopyConfigurationOK

func NewCopyConfigurationOK() *CopyConfigurationOK

NewCopyConfigurationOK creates a CopyConfigurationOK with default headers values

func (*CopyConfigurationOK) Error

func (o *CopyConfigurationOK) Error() string

type CopyConfigurationParams

type CopyConfigurationParams struct {

	/*ID*/
	ID string

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

CopyConfigurationParams contains all the parameters to send to the API endpoint for the copy configuration operation typically these are written to a http.Request

func NewCopyConfigurationParams

func NewCopyConfigurationParams() *CopyConfigurationParams

NewCopyConfigurationParams creates a new CopyConfigurationParams object with the default values initialized.

func NewCopyConfigurationParamsWithContext

func NewCopyConfigurationParamsWithContext(ctx context.Context) *CopyConfigurationParams

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

func NewCopyConfigurationParamsWithHTTPClient

func NewCopyConfigurationParamsWithHTTPClient(client *http.Client) *CopyConfigurationParams

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

func NewCopyConfigurationParamsWithTimeout

func NewCopyConfigurationParamsWithTimeout(timeout time.Duration) *CopyConfigurationParams

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

func (*CopyConfigurationParams) SetContext

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

SetContext adds the context to the copy configuration params

func (*CopyConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy configuration params

func (*CopyConfigurationParams) SetID

func (o *CopyConfigurationParams) SetID(id string)

SetID adds the id to the copy configuration params

func (*CopyConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the copy configuration params

func (*CopyConfigurationParams) WithContext

WithContext adds the context to the copy configuration params

func (*CopyConfigurationParams) WithHTTPClient

func (o *CopyConfigurationParams) WithHTTPClient(client *http.Client) *CopyConfigurationParams

WithHTTPClient adds the HTTPClient to the copy configuration params

func (*CopyConfigurationParams) WithID

WithID adds the id to the copy configuration params

func (*CopyConfigurationParams) WithTimeout

WithTimeout adds the timeout to the copy configuration params

func (*CopyConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CopyConfigurationReader

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

CopyConfigurationReader is a Reader for the CopyConfiguration structure.

func (*CopyConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopyInputBadRequest

type CopyInputBadRequest struct {
}

CopyInputBadRequest handles this case with default header values.

Invalid ObjectId.

func NewCopyInputBadRequest

func NewCopyInputBadRequest() *CopyInputBadRequest

NewCopyInputBadRequest creates a CopyInputBadRequest with default headers values

func (*CopyInputBadRequest) Error

func (o *CopyInputBadRequest) Error() string

type CopyInputNotFound

type CopyInputNotFound struct {
}

CopyInputNotFound handles this case with default header values.

Configuration or Input not found.

func NewCopyInputNotFound

func NewCopyInputNotFound() *CopyInputNotFound

NewCopyInputNotFound creates a CopyInputNotFound with default headers values

func (*CopyInputNotFound) Error

func (o *CopyInputNotFound) Error() string

type CopyInputOK

type CopyInputOK struct {
}

CopyInputOK handles this case with default header values.

No response was specified

func NewCopyInputOK

func NewCopyInputOK() *CopyInputOK

NewCopyInputOK creates a CopyInputOK with default headers values

func (*CopyInputOK) Error

func (o *CopyInputOK) Error() string

type CopyInputParams

type CopyInputParams struct {

	/*ID*/
	ID string

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

CopyInputParams contains all the parameters to send to the API endpoint for the copy input operation typically these are written to a http.Request

func NewCopyInputParams

func NewCopyInputParams() *CopyInputParams

NewCopyInputParams creates a new CopyInputParams object with the default values initialized.

func NewCopyInputParamsWithContext

func NewCopyInputParamsWithContext(ctx context.Context) *CopyInputParams

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

func NewCopyInputParamsWithHTTPClient

func NewCopyInputParamsWithHTTPClient(client *http.Client) *CopyInputParams

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

func NewCopyInputParamsWithTimeout

func NewCopyInputParamsWithTimeout(timeout time.Duration) *CopyInputParams

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

func (*CopyInputParams) SetContext

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

SetContext adds the context to the copy input params

func (*CopyInputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy input params

func (*CopyInputParams) SetID

func (o *CopyInputParams) SetID(id string)

SetID adds the id to the copy input params

func (*CopyInputParams) SetTimeout

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

SetTimeout adds the timeout to the copy input params

func (*CopyInputParams) WithContext

func (o *CopyInputParams) WithContext(ctx context.Context) *CopyInputParams

WithContext adds the context to the copy input params

func (*CopyInputParams) WithHTTPClient

func (o *CopyInputParams) WithHTTPClient(client *http.Client) *CopyInputParams

WithHTTPClient adds the HTTPClient to the copy input params

func (*CopyInputParams) WithID

func (o *CopyInputParams) WithID(id string) *CopyInputParams

WithID adds the id to the copy input params

func (*CopyInputParams) WithTimeout

func (o *CopyInputParams) WithTimeout(timeout time.Duration) *CopyInputParams

WithTimeout adds the timeout to the copy input params

func (*CopyInputParams) WriteToRequest

func (o *CopyInputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CopyInputReader

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

CopyInputReader is a Reader for the CopyInput structure.

func (*CopyInputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopyOutputBadRequest

type CopyOutputBadRequest struct {
}

CopyOutputBadRequest handles this case with default header values.

Invalid ObjectId.

func NewCopyOutputBadRequest

func NewCopyOutputBadRequest() *CopyOutputBadRequest

NewCopyOutputBadRequest creates a CopyOutputBadRequest with default headers values

func (*CopyOutputBadRequest) Error

func (o *CopyOutputBadRequest) Error() string

type CopyOutputNotFound

type CopyOutputNotFound struct {
}

CopyOutputNotFound handles this case with default header values.

Configuration or Output not found.

func NewCopyOutputNotFound

func NewCopyOutputNotFound() *CopyOutputNotFound

NewCopyOutputNotFound creates a CopyOutputNotFound with default headers values

func (*CopyOutputNotFound) Error

func (o *CopyOutputNotFound) Error() string

type CopyOutputOK

type CopyOutputOK struct {
}

CopyOutputOK handles this case with default header values.

No response was specified

func NewCopyOutputOK

func NewCopyOutputOK() *CopyOutputOK

NewCopyOutputOK creates a CopyOutputOK with default headers values

func (*CopyOutputOK) Error

func (o *CopyOutputOK) Error() string

type CopyOutputParams

type CopyOutputParams struct {

	/*ID*/
	ID string

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

CopyOutputParams contains all the parameters to send to the API endpoint for the copy output operation typically these are written to a http.Request

func NewCopyOutputParams

func NewCopyOutputParams() *CopyOutputParams

NewCopyOutputParams creates a new CopyOutputParams object with the default values initialized.

func NewCopyOutputParamsWithContext

func NewCopyOutputParamsWithContext(ctx context.Context) *CopyOutputParams

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

func NewCopyOutputParamsWithHTTPClient

func NewCopyOutputParamsWithHTTPClient(client *http.Client) *CopyOutputParams

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

func NewCopyOutputParamsWithTimeout

func NewCopyOutputParamsWithTimeout(timeout time.Duration) *CopyOutputParams

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

func (*CopyOutputParams) SetContext

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

SetContext adds the context to the copy output params

func (*CopyOutputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy output params

func (*CopyOutputParams) SetID

func (o *CopyOutputParams) SetID(id string)

SetID adds the id to the copy output params

func (*CopyOutputParams) SetTimeout

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

SetTimeout adds the timeout to the copy output params

func (*CopyOutputParams) WithContext

func (o *CopyOutputParams) WithContext(ctx context.Context) *CopyOutputParams

WithContext adds the context to the copy output params

func (*CopyOutputParams) WithHTTPClient

func (o *CopyOutputParams) WithHTTPClient(client *http.Client) *CopyOutputParams

WithHTTPClient adds the HTTPClient to the copy output params

func (*CopyOutputParams) WithID

func (o *CopyOutputParams) WithID(id string) *CopyOutputParams

WithID adds the id to the copy output params

func (*CopyOutputParams) WithTimeout

func (o *CopyOutputParams) WithTimeout(timeout time.Duration) *CopyOutputParams

WithTimeout adds the timeout to the copy output params

func (*CopyOutputParams) WriteToRequest

func (o *CopyOutputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CopyOutputReader

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

CopyOutputReader is a Reader for the CopyOutput structure.

func (*CopyOutputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CopySnippetBadRequest

type CopySnippetBadRequest struct {
}

CopySnippetBadRequest handles this case with default header values.

Invalid ObjectId.

func NewCopySnippetBadRequest

func NewCopySnippetBadRequest() *CopySnippetBadRequest

NewCopySnippetBadRequest creates a CopySnippetBadRequest with default headers values

func (*CopySnippetBadRequest) Error

func (o *CopySnippetBadRequest) Error() string

type CopySnippetNotFound

type CopySnippetNotFound struct {
}

CopySnippetNotFound handles this case with default header values.

Configuration or Snippet not found.

func NewCopySnippetNotFound

func NewCopySnippetNotFound() *CopySnippetNotFound

NewCopySnippetNotFound creates a CopySnippetNotFound with default headers values

func (*CopySnippetNotFound) Error

func (o *CopySnippetNotFound) Error() string

type CopySnippetOK

type CopySnippetOK struct {
}

CopySnippetOK handles this case with default header values.

No response was specified

func NewCopySnippetOK

func NewCopySnippetOK() *CopySnippetOK

NewCopySnippetOK creates a CopySnippetOK with default headers values

func (*CopySnippetOK) Error

func (o *CopySnippetOK) Error() string

type CopySnippetParams

type CopySnippetParams struct {

	/*ID*/
	ID string

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

CopySnippetParams contains all the parameters to send to the API endpoint for the copy snippet operation typically these are written to a http.Request

func NewCopySnippetParams

func NewCopySnippetParams() *CopySnippetParams

NewCopySnippetParams creates a new CopySnippetParams object with the default values initialized.

func NewCopySnippetParamsWithContext

func NewCopySnippetParamsWithContext(ctx context.Context) *CopySnippetParams

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

func NewCopySnippetParamsWithHTTPClient

func NewCopySnippetParamsWithHTTPClient(client *http.Client) *CopySnippetParams

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

func NewCopySnippetParamsWithTimeout

func NewCopySnippetParamsWithTimeout(timeout time.Duration) *CopySnippetParams

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

func (*CopySnippetParams) SetContext

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

SetContext adds the context to the copy snippet params

func (*CopySnippetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the copy snippet params

func (*CopySnippetParams) SetID

func (o *CopySnippetParams) SetID(id string)

SetID adds the id to the copy snippet params

func (*CopySnippetParams) SetTimeout

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

SetTimeout adds the timeout to the copy snippet params

func (*CopySnippetParams) WithContext

func (o *CopySnippetParams) WithContext(ctx context.Context) *CopySnippetParams

WithContext adds the context to the copy snippet params

func (*CopySnippetParams) WithHTTPClient

func (o *CopySnippetParams) WithHTTPClient(client *http.Client) *CopySnippetParams

WithHTTPClient adds the HTTPClient to the copy snippet params

func (*CopySnippetParams) WithID

WithID adds the id to the copy snippet params

func (*CopySnippetParams) WithTimeout

func (o *CopySnippetParams) WithTimeout(timeout time.Duration) *CopySnippetParams

WithTimeout adds the timeout to the copy snippet params

func (*CopySnippetParams) WriteToRequest

func (o *CopySnippetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CopySnippetReader

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

CopySnippetReader is a Reader for the CopySnippet structure.

func (*CopySnippetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateConfigurationOK

type CreateConfigurationOK struct {
	Payload CreateConfigurationOKBody
}

CreateConfigurationOK handles this case with default header values.

No response was specified

func NewCreateConfigurationOK

func NewCreateConfigurationOK() *CreateConfigurationOK

NewCreateConfigurationOK creates a CreateConfigurationOK with default headers values

func (*CreateConfigurationOK) Error

func (o *CreateConfigurationOK) Error() string

type CreateConfigurationOKBody

type CreateConfigurationOKBody interface{}

CreateConfigurationOKBody create configuration o k body swagger:model CreateConfigurationOKBody

type CreateConfigurationParams

type CreateConfigurationParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*CreateDefaults*/
	CreateDefaults *bool

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

CreateConfigurationParams contains all the parameters to send to the API endpoint for the create configuration operation typically these are written to a http.Request

func NewCreateConfigurationParams

func NewCreateConfigurationParams() *CreateConfigurationParams

NewCreateConfigurationParams creates a new CreateConfigurationParams object with the default values initialized.

func NewCreateConfigurationParamsWithContext

func NewCreateConfigurationParamsWithContext(ctx context.Context) *CreateConfigurationParams

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

func NewCreateConfigurationParamsWithHTTPClient

func NewCreateConfigurationParamsWithHTTPClient(client *http.Client) *CreateConfigurationParams

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

func NewCreateConfigurationParamsWithTimeout

func NewCreateConfigurationParamsWithTimeout(timeout time.Duration) *CreateConfigurationParams

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

func (*CreateConfigurationParams) SetContext

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

SetContext adds the context to the create configuration params

func (*CreateConfigurationParams) SetCreateDefaults

func (o *CreateConfigurationParams) SetCreateDefaults(createDefaults *bool)

SetCreateDefaults adds the createDefaults to the create configuration params

func (*CreateConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create configuration params

func (*CreateConfigurationParams) SetJSONBody

func (o *CreateConfigurationParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the create configuration params

func (*CreateConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the create configuration params

func (*CreateConfigurationParams) WithContext

WithContext adds the context to the create configuration params

func (*CreateConfigurationParams) WithCreateDefaults

func (o *CreateConfigurationParams) WithCreateDefaults(createDefaults *bool) *CreateConfigurationParams

WithCreateDefaults adds the createDefaults to the create configuration params

func (*CreateConfigurationParams) WithHTTPClient

func (o *CreateConfigurationParams) WithHTTPClient(client *http.Client) *CreateConfigurationParams

WithHTTPClient adds the HTTPClient to the create configuration params

func (*CreateConfigurationParams) WithJSONBody

func (o *CreateConfigurationParams) WithJSONBody(jSONBody interface{}) *CreateConfigurationParams

WithJSONBody adds the jSONBody to the create configuration params

func (*CreateConfigurationParams) WithTimeout

WithTimeout adds the timeout to the create configuration params

func (*CreateConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateConfigurationReader

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

CreateConfigurationReader is a Reader for the CreateConfiguration structure.

func (*CreateConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateInputBadRequest

type CreateInputBadRequest struct {
}

CreateInputBadRequest handles this case with default header values.

The supplied request is not valid.

func NewCreateInputBadRequest

func NewCreateInputBadRequest() *CreateInputBadRequest

NewCreateInputBadRequest creates a CreateInputBadRequest with default headers values

func (*CreateInputBadRequest) Error

func (o *CreateInputBadRequest) Error() string

type CreateInputOK

type CreateInputOK struct {
}

CreateInputOK handles this case with default header values.

No response was specified

func NewCreateInputOK

func NewCreateInputOK() *CreateInputOK

NewCreateInputOK creates a CreateInputOK with default headers values

func (*CreateInputOK) Error

func (o *CreateInputOK) Error() string

type CreateInputParams

type CreateInputParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string

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

CreateInputParams contains all the parameters to send to the API endpoint for the create input operation typically these are written to a http.Request

func NewCreateInputParams

func NewCreateInputParams() *CreateInputParams

NewCreateInputParams creates a new CreateInputParams object with the default values initialized.

func NewCreateInputParamsWithContext

func NewCreateInputParamsWithContext(ctx context.Context) *CreateInputParams

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

func NewCreateInputParamsWithHTTPClient

func NewCreateInputParamsWithHTTPClient(client *http.Client) *CreateInputParams

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

func NewCreateInputParamsWithTimeout

func NewCreateInputParamsWithTimeout(timeout time.Duration) *CreateInputParams

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

func (*CreateInputParams) SetContext

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

SetContext adds the context to the create input params

func (*CreateInputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create input params

func (*CreateInputParams) SetID

func (o *CreateInputParams) SetID(id string)

SetID adds the id to the create input params

func (*CreateInputParams) SetJSONBody

func (o *CreateInputParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the create input params

func (*CreateInputParams) SetTimeout

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

SetTimeout adds the timeout to the create input params

func (*CreateInputParams) WithContext

func (o *CreateInputParams) WithContext(ctx context.Context) *CreateInputParams

WithContext adds the context to the create input params

func (*CreateInputParams) WithHTTPClient

func (o *CreateInputParams) WithHTTPClient(client *http.Client) *CreateInputParams

WithHTTPClient adds the HTTPClient to the create input params

func (*CreateInputParams) WithID

WithID adds the id to the create input params

func (*CreateInputParams) WithJSONBody

func (o *CreateInputParams) WithJSONBody(jSONBody interface{}) *CreateInputParams

WithJSONBody adds the jSONBody to the create input params

func (*CreateInputParams) WithTimeout

func (o *CreateInputParams) WithTimeout(timeout time.Duration) *CreateInputParams

WithTimeout adds the timeout to the create input params

func (*CreateInputParams) WriteToRequest

func (o *CreateInputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateInputReader

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

CreateInputReader is a Reader for the CreateInput structure.

func (*CreateInputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOutputBadRequest

type CreateOutputBadRequest struct {
}

CreateOutputBadRequest handles this case with default header values.

The supplied request is not valid.

func NewCreateOutputBadRequest

func NewCreateOutputBadRequest() *CreateOutputBadRequest

NewCreateOutputBadRequest creates a CreateOutputBadRequest with default headers values

func (*CreateOutputBadRequest) Error

func (o *CreateOutputBadRequest) Error() string

type CreateOutputOK

type CreateOutputOK struct {
}

CreateOutputOK handles this case with default header values.

No response was specified

func NewCreateOutputOK

func NewCreateOutputOK() *CreateOutputOK

NewCreateOutputOK creates a CreateOutputOK with default headers values

func (*CreateOutputOK) Error

func (o *CreateOutputOK) Error() string

type CreateOutputParams

type CreateOutputParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string

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

CreateOutputParams contains all the parameters to send to the API endpoint for the create output operation typically these are written to a http.Request

func NewCreateOutputParams

func NewCreateOutputParams() *CreateOutputParams

NewCreateOutputParams creates a new CreateOutputParams object with the default values initialized.

func NewCreateOutputParamsWithContext

func NewCreateOutputParamsWithContext(ctx context.Context) *CreateOutputParams

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

func NewCreateOutputParamsWithHTTPClient

func NewCreateOutputParamsWithHTTPClient(client *http.Client) *CreateOutputParams

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

func NewCreateOutputParamsWithTimeout

func NewCreateOutputParamsWithTimeout(timeout time.Duration) *CreateOutputParams

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

func (*CreateOutputParams) SetContext

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

SetContext adds the context to the create output params

func (*CreateOutputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create output params

func (*CreateOutputParams) SetID

func (o *CreateOutputParams) SetID(id string)

SetID adds the id to the create output params

func (*CreateOutputParams) SetJSONBody

func (o *CreateOutputParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the create output params

func (*CreateOutputParams) SetTimeout

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

SetTimeout adds the timeout to the create output params

func (*CreateOutputParams) WithContext

WithContext adds the context to the create output params

func (*CreateOutputParams) WithHTTPClient

func (o *CreateOutputParams) WithHTTPClient(client *http.Client) *CreateOutputParams

WithHTTPClient adds the HTTPClient to the create output params

func (*CreateOutputParams) WithID

WithID adds the id to the create output params

func (*CreateOutputParams) WithJSONBody

func (o *CreateOutputParams) WithJSONBody(jSONBody interface{}) *CreateOutputParams

WithJSONBody adds the jSONBody to the create output params

func (*CreateOutputParams) WithTimeout

func (o *CreateOutputParams) WithTimeout(timeout time.Duration) *CreateOutputParams

WithTimeout adds the timeout to the create output params

func (*CreateOutputParams) WriteToRequest

func (o *CreateOutputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateOutputReader

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

CreateOutputReader is a Reader for the CreateOutput structure.

func (*CreateOutputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSnippetBadRequest

type CreateSnippetBadRequest struct {
}

CreateSnippetBadRequest handles this case with default header values.

The supplied request is not valid.

func NewCreateSnippetBadRequest

func NewCreateSnippetBadRequest() *CreateSnippetBadRequest

NewCreateSnippetBadRequest creates a CreateSnippetBadRequest with default headers values

func (*CreateSnippetBadRequest) Error

func (o *CreateSnippetBadRequest) Error() string

type CreateSnippetOK

type CreateSnippetOK struct {
}

CreateSnippetOK handles this case with default header values.

No response was specified

func NewCreateSnippetOK

func NewCreateSnippetOK() *CreateSnippetOK

NewCreateSnippetOK creates a CreateSnippetOK with default headers values

func (*CreateSnippetOK) Error

func (o *CreateSnippetOK) Error() string

type CreateSnippetParams

type CreateSnippetParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string

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

CreateSnippetParams contains all the parameters to send to the API endpoint for the create snippet operation typically these are written to a http.Request

func NewCreateSnippetParams

func NewCreateSnippetParams() *CreateSnippetParams

NewCreateSnippetParams creates a new CreateSnippetParams object with the default values initialized.

func NewCreateSnippetParamsWithContext

func NewCreateSnippetParamsWithContext(ctx context.Context) *CreateSnippetParams

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

func NewCreateSnippetParamsWithHTTPClient

func NewCreateSnippetParamsWithHTTPClient(client *http.Client) *CreateSnippetParams

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

func NewCreateSnippetParamsWithTimeout

func NewCreateSnippetParamsWithTimeout(timeout time.Duration) *CreateSnippetParams

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

func (*CreateSnippetParams) SetContext

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

SetContext adds the context to the create snippet params

func (*CreateSnippetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create snippet params

func (*CreateSnippetParams) SetID

func (o *CreateSnippetParams) SetID(id string)

SetID adds the id to the create snippet params

func (*CreateSnippetParams) SetJSONBody

func (o *CreateSnippetParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the create snippet params

func (*CreateSnippetParams) SetTimeout

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

SetTimeout adds the timeout to the create snippet params

func (*CreateSnippetParams) WithContext

WithContext adds the context to the create snippet params

func (*CreateSnippetParams) WithHTTPClient

func (o *CreateSnippetParams) WithHTTPClient(client *http.Client) *CreateSnippetParams

WithHTTPClient adds the HTTPClient to the create snippet params

func (*CreateSnippetParams) WithID

WithID adds the id to the create snippet params

func (*CreateSnippetParams) WithJSONBody

func (o *CreateSnippetParams) WithJSONBody(jSONBody interface{}) *CreateSnippetParams

WithJSONBody adds the jSONBody to the create snippet params

func (*CreateSnippetParams) WithTimeout

func (o *CreateSnippetParams) WithTimeout(timeout time.Duration) *CreateSnippetParams

WithTimeout adds the timeout to the create snippet params

func (*CreateSnippetParams) WriteToRequest

func (o *CreateSnippetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateSnippetReader

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

CreateSnippetReader is a Reader for the CreateSnippet structure.

func (*CreateSnippetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteConfigurationBadRequest

type DeleteConfigurationBadRequest struct {
}

DeleteConfigurationBadRequest handles this case with default header values.

Invalid ObjectId.

func NewDeleteConfigurationBadRequest

func NewDeleteConfigurationBadRequest() *DeleteConfigurationBadRequest

NewDeleteConfigurationBadRequest creates a DeleteConfigurationBadRequest with default headers values

func (*DeleteConfigurationBadRequest) Error

type DeleteConfigurationNotFound

type DeleteConfigurationNotFound struct {
}

DeleteConfigurationNotFound handles this case with default header values.

Configuration not found.

func NewDeleteConfigurationNotFound

func NewDeleteConfigurationNotFound() *DeleteConfigurationNotFound

NewDeleteConfigurationNotFound creates a DeleteConfigurationNotFound with default headers values

func (*DeleteConfigurationNotFound) Error

type DeleteConfigurationOK

type DeleteConfigurationOK struct {
}

DeleteConfigurationOK handles this case with default header values.

No response was specified

func NewDeleteConfigurationOK

func NewDeleteConfigurationOK() *DeleteConfigurationOK

NewDeleteConfigurationOK creates a DeleteConfigurationOK with default headers values

func (*DeleteConfigurationOK) Error

func (o *DeleteConfigurationOK) Error() string

type DeleteConfigurationParams

type DeleteConfigurationParams struct {

	/*ID*/
	ID string

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

DeleteConfigurationParams contains all the parameters to send to the API endpoint for the delete configuration operation typically these are written to a http.Request

func NewDeleteConfigurationParams

func NewDeleteConfigurationParams() *DeleteConfigurationParams

NewDeleteConfigurationParams creates a new DeleteConfigurationParams object with the default values initialized.

func NewDeleteConfigurationParamsWithContext

func NewDeleteConfigurationParamsWithContext(ctx context.Context) *DeleteConfigurationParams

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

func NewDeleteConfigurationParamsWithHTTPClient

func NewDeleteConfigurationParamsWithHTTPClient(client *http.Client) *DeleteConfigurationParams

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

func NewDeleteConfigurationParamsWithTimeout

func NewDeleteConfigurationParamsWithTimeout(timeout time.Duration) *DeleteConfigurationParams

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

func (*DeleteConfigurationParams) SetContext

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

SetContext adds the context to the delete configuration params

func (*DeleteConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete configuration params

func (*DeleteConfigurationParams) SetID

func (o *DeleteConfigurationParams) SetID(id string)

SetID adds the id to the delete configuration params

func (*DeleteConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the delete configuration params

func (*DeleteConfigurationParams) WithContext

WithContext adds the context to the delete configuration params

func (*DeleteConfigurationParams) WithHTTPClient

func (o *DeleteConfigurationParams) WithHTTPClient(client *http.Client) *DeleteConfigurationParams

WithHTTPClient adds the HTTPClient to the delete configuration params

func (*DeleteConfigurationParams) WithID

WithID adds the id to the delete configuration params

func (*DeleteConfigurationParams) WithTimeout

WithTimeout adds the timeout to the delete configuration params

func (*DeleteConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteConfigurationReader

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

DeleteConfigurationReader is a Reader for the DeleteConfiguration structure.

func (*DeleteConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteInputBadRequest

type DeleteInputBadRequest struct {
}

DeleteInputBadRequest handles this case with default header values.

Invalid ObjectId.

func NewDeleteInputBadRequest

func NewDeleteInputBadRequest() *DeleteInputBadRequest

NewDeleteInputBadRequest creates a DeleteInputBadRequest with default headers values

func (*DeleteInputBadRequest) Error

func (o *DeleteInputBadRequest) Error() string

type DeleteInputNotFound

type DeleteInputNotFound struct {
}

DeleteInputNotFound handles this case with default header values.

Configuration or Input not found.

func NewDeleteInputNotFound

func NewDeleteInputNotFound() *DeleteInputNotFound

NewDeleteInputNotFound creates a DeleteInputNotFound with default headers values

func (*DeleteInputNotFound) Error

func (o *DeleteInputNotFound) Error() string

type DeleteInputOK

type DeleteInputOK struct {
}

DeleteInputOK handles this case with default header values.

No response was specified

func NewDeleteInputOK

func NewDeleteInputOK() *DeleteInputOK

NewDeleteInputOK creates a DeleteInputOK with default headers values

func (*DeleteInputOK) Error

func (o *DeleteInputOK) Error() string

type DeleteInputParams

type DeleteInputParams struct {

	/*ID*/
	ID string

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

DeleteInputParams contains all the parameters to send to the API endpoint for the delete input operation typically these are written to a http.Request

func NewDeleteInputParams

func NewDeleteInputParams() *DeleteInputParams

NewDeleteInputParams creates a new DeleteInputParams object with the default values initialized.

func NewDeleteInputParamsWithContext

func NewDeleteInputParamsWithContext(ctx context.Context) *DeleteInputParams

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

func NewDeleteInputParamsWithHTTPClient

func NewDeleteInputParamsWithHTTPClient(client *http.Client) *DeleteInputParams

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

func NewDeleteInputParamsWithTimeout

func NewDeleteInputParamsWithTimeout(timeout time.Duration) *DeleteInputParams

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

func (*DeleteInputParams) SetContext

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

SetContext adds the context to the delete input params

func (*DeleteInputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete input params

func (*DeleteInputParams) SetID

func (o *DeleteInputParams) SetID(id string)

SetID adds the id to the delete input params

func (*DeleteInputParams) SetTimeout

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

SetTimeout adds the timeout to the delete input params

func (*DeleteInputParams) WithContext

func (o *DeleteInputParams) WithContext(ctx context.Context) *DeleteInputParams

WithContext adds the context to the delete input params

func (*DeleteInputParams) WithHTTPClient

func (o *DeleteInputParams) WithHTTPClient(client *http.Client) *DeleteInputParams

WithHTTPClient adds the HTTPClient to the delete input params

func (*DeleteInputParams) WithID

WithID adds the id to the delete input params

func (*DeleteInputParams) WithTimeout

func (o *DeleteInputParams) WithTimeout(timeout time.Duration) *DeleteInputParams

WithTimeout adds the timeout to the delete input params

func (*DeleteInputParams) WriteToRequest

func (o *DeleteInputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteInputReader

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

DeleteInputReader is a Reader for the DeleteInput structure.

func (*DeleteInputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOutputBadRequest

type DeleteOutputBadRequest struct {
}

DeleteOutputBadRequest handles this case with default header values.

Invalid ObjectId.

func NewDeleteOutputBadRequest

func NewDeleteOutputBadRequest() *DeleteOutputBadRequest

NewDeleteOutputBadRequest creates a DeleteOutputBadRequest with default headers values

func (*DeleteOutputBadRequest) Error

func (o *DeleteOutputBadRequest) Error() string

type DeleteOutputNotFound

type DeleteOutputNotFound struct {
}

DeleteOutputNotFound handles this case with default header values.

Configuration or Output not found.

func NewDeleteOutputNotFound

func NewDeleteOutputNotFound() *DeleteOutputNotFound

NewDeleteOutputNotFound creates a DeleteOutputNotFound with default headers values

func (*DeleteOutputNotFound) Error

func (o *DeleteOutputNotFound) Error() string

type DeleteOutputOK

type DeleteOutputOK struct {
}

DeleteOutputOK handles this case with default header values.

No response was specified

func NewDeleteOutputOK

func NewDeleteOutputOK() *DeleteOutputOK

NewDeleteOutputOK creates a DeleteOutputOK with default headers values

func (*DeleteOutputOK) Error

func (o *DeleteOutputOK) Error() string

type DeleteOutputParams

type DeleteOutputParams struct {

	/*ID*/
	ID string

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

DeleteOutputParams contains all the parameters to send to the API endpoint for the delete output operation typically these are written to a http.Request

func NewDeleteOutputParams

func NewDeleteOutputParams() *DeleteOutputParams

NewDeleteOutputParams creates a new DeleteOutputParams object with the default values initialized.

func NewDeleteOutputParamsWithContext

func NewDeleteOutputParamsWithContext(ctx context.Context) *DeleteOutputParams

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

func NewDeleteOutputParamsWithHTTPClient

func NewDeleteOutputParamsWithHTTPClient(client *http.Client) *DeleteOutputParams

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

func NewDeleteOutputParamsWithTimeout

func NewDeleteOutputParamsWithTimeout(timeout time.Duration) *DeleteOutputParams

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

func (*DeleteOutputParams) SetContext

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

SetContext adds the context to the delete output params

func (*DeleteOutputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete output params

func (*DeleteOutputParams) SetID

func (o *DeleteOutputParams) SetID(id string)

SetID adds the id to the delete output params

func (*DeleteOutputParams) SetTimeout

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

SetTimeout adds the timeout to the delete output params

func (*DeleteOutputParams) WithContext

WithContext adds the context to the delete output params

func (*DeleteOutputParams) WithHTTPClient

func (o *DeleteOutputParams) WithHTTPClient(client *http.Client) *DeleteOutputParams

WithHTTPClient adds the HTTPClient to the delete output params

func (*DeleteOutputParams) WithID

WithID adds the id to the delete output params

func (*DeleteOutputParams) WithTimeout

func (o *DeleteOutputParams) WithTimeout(timeout time.Duration) *DeleteOutputParams

WithTimeout adds the timeout to the delete output params

func (*DeleteOutputParams) WriteToRequest

func (o *DeleteOutputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteOutputPreconditionFailed

type DeleteOutputPreconditionFailed struct {
}

DeleteOutputPreconditionFailed handles this case with default header values.

Still inputs assigned to output

func NewDeleteOutputPreconditionFailed

func NewDeleteOutputPreconditionFailed() *DeleteOutputPreconditionFailed

NewDeleteOutputPreconditionFailed creates a DeleteOutputPreconditionFailed with default headers values

func (*DeleteOutputPreconditionFailed) Error

type DeleteOutputReader

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

DeleteOutputReader is a Reader for the DeleteOutput structure.

func (*DeleteOutputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSnippetBadRequest

type DeleteSnippetBadRequest struct {
}

DeleteSnippetBadRequest handles this case with default header values.

Invalid ObjectId.

func NewDeleteSnippetBadRequest

func NewDeleteSnippetBadRequest() *DeleteSnippetBadRequest

NewDeleteSnippetBadRequest creates a DeleteSnippetBadRequest with default headers values

func (*DeleteSnippetBadRequest) Error

func (o *DeleteSnippetBadRequest) Error() string

type DeleteSnippetNotFound

type DeleteSnippetNotFound struct {
}

DeleteSnippetNotFound handles this case with default header values.

Configuration or Snippet not found.

func NewDeleteSnippetNotFound

func NewDeleteSnippetNotFound() *DeleteSnippetNotFound

NewDeleteSnippetNotFound creates a DeleteSnippetNotFound with default headers values

func (*DeleteSnippetNotFound) Error

func (o *DeleteSnippetNotFound) Error() string

type DeleteSnippetOK

type DeleteSnippetOK struct {
}

DeleteSnippetOK handles this case with default header values.

No response was specified

func NewDeleteSnippetOK

func NewDeleteSnippetOK() *DeleteSnippetOK

NewDeleteSnippetOK creates a DeleteSnippetOK with default headers values

func (*DeleteSnippetOK) Error

func (o *DeleteSnippetOK) Error() string

type DeleteSnippetParams

type DeleteSnippetParams struct {

	/*ID*/
	ID string

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

DeleteSnippetParams contains all the parameters to send to the API endpoint for the delete snippet operation typically these are written to a http.Request

func NewDeleteSnippetParams

func NewDeleteSnippetParams() *DeleteSnippetParams

NewDeleteSnippetParams creates a new DeleteSnippetParams object with the default values initialized.

func NewDeleteSnippetParamsWithContext

func NewDeleteSnippetParamsWithContext(ctx context.Context) *DeleteSnippetParams

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

func NewDeleteSnippetParamsWithHTTPClient

func NewDeleteSnippetParamsWithHTTPClient(client *http.Client) *DeleteSnippetParams

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

func NewDeleteSnippetParamsWithTimeout

func NewDeleteSnippetParamsWithTimeout(timeout time.Duration) *DeleteSnippetParams

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

func (*DeleteSnippetParams) SetContext

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

SetContext adds the context to the delete snippet params

func (*DeleteSnippetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete snippet params

func (*DeleteSnippetParams) SetID

func (o *DeleteSnippetParams) SetID(id string)

SetID adds the id to the delete snippet params

func (*DeleteSnippetParams) SetTimeout

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

SetTimeout adds the timeout to the delete snippet params

func (*DeleteSnippetParams) WithContext

WithContext adds the context to the delete snippet params

func (*DeleteSnippetParams) WithHTTPClient

func (o *DeleteSnippetParams) WithHTTPClient(client *http.Client) *DeleteSnippetParams

WithHTTPClient adds the HTTPClient to the delete snippet params

func (*DeleteSnippetParams) WithID

WithID adds the id to the delete snippet params

func (*DeleteSnippetParams) WithTimeout

func (o *DeleteSnippetParams) WithTimeout(timeout time.Duration) *DeleteSnippetParams

WithTimeout adds the timeout to the delete snippet params

func (*DeleteSnippetParams) WriteToRequest

func (o *DeleteSnippetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteSnippetReader

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

DeleteSnippetReader is a Reader for the DeleteSnippet structure.

func (*DeleteSnippetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigurationBadRequest

type GetConfigurationBadRequest struct {
}

GetConfigurationBadRequest handles this case with default header values.

Invalid ObjectId.

func NewGetConfigurationBadRequest

func NewGetConfigurationBadRequest() *GetConfigurationBadRequest

NewGetConfigurationBadRequest creates a GetConfigurationBadRequest with default headers values

func (*GetConfigurationBadRequest) Error

type GetConfigurationNotFound

type GetConfigurationNotFound struct {
}

GetConfigurationNotFound handles this case with default header values.

Collector not found.

func NewGetConfigurationNotFound

func NewGetConfigurationNotFound() *GetConfigurationNotFound

NewGetConfigurationNotFound creates a GetConfigurationNotFound with default headers values

func (*GetConfigurationNotFound) Error

func (o *GetConfigurationNotFound) Error() string

type GetConfigurationNotModified

type GetConfigurationNotModified struct {
}

GetConfigurationNotModified handles this case with default header values.

Configuration didn't update.

func NewGetConfigurationNotModified

func NewGetConfigurationNotModified() *GetConfigurationNotModified

NewGetConfigurationNotModified creates a GetConfigurationNotModified with default headers values

func (*GetConfigurationNotModified) Error

type GetConfigurationOK

type GetConfigurationOK struct {
}

GetConfigurationOK handles this case with default header values.

No response was specified

func NewGetConfigurationOK

func NewGetConfigurationOK() *GetConfigurationOK

NewGetConfigurationOK creates a GetConfigurationOK with default headers values

func (*GetConfigurationOK) Error

func (o *GetConfigurationOK) Error() string

type GetConfigurationParams

type GetConfigurationParams struct {

	/*CollectorID*/
	CollectorID string
	/*Tags*/
	Tags *string

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

GetConfigurationParams contains all the parameters to send to the API endpoint for the get configuration operation typically these are written to a http.Request

func NewGetConfigurationParams

func NewGetConfigurationParams() *GetConfigurationParams

NewGetConfigurationParams creates a new GetConfigurationParams object with the default values initialized.

func NewGetConfigurationParamsWithContext

func NewGetConfigurationParamsWithContext(ctx context.Context) *GetConfigurationParams

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

func NewGetConfigurationParamsWithHTTPClient

func NewGetConfigurationParamsWithHTTPClient(client *http.Client) *GetConfigurationParams

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

func NewGetConfigurationParamsWithTimeout

func NewGetConfigurationParamsWithTimeout(timeout time.Duration) *GetConfigurationParams

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

func (*GetConfigurationParams) SetCollectorID

func (o *GetConfigurationParams) SetCollectorID(collectorID string)

SetCollectorID adds the collectorId to the get configuration params

func (*GetConfigurationParams) SetContext

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

SetContext adds the context to the get configuration params

func (*GetConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get configuration params

func (*GetConfigurationParams) SetTags

func (o *GetConfigurationParams) SetTags(tags *string)

SetTags adds the tags to the get configuration params

func (*GetConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the get configuration params

func (*GetConfigurationParams) WithCollectorID

func (o *GetConfigurationParams) WithCollectorID(collectorID string) *GetConfigurationParams

WithCollectorID adds the collectorID to the get configuration params

func (*GetConfigurationParams) WithContext

WithContext adds the context to the get configuration params

func (*GetConfigurationParams) WithHTTPClient

func (o *GetConfigurationParams) WithHTTPClient(client *http.Client) *GetConfigurationParams

WithHTTPClient adds the HTTPClient to the get configuration params

func (*GetConfigurationParams) WithTags

WithTags adds the tags to the get configuration params

func (*GetConfigurationParams) WithTimeout

WithTimeout adds the timeout to the get configuration params

func (*GetConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfigurationReader

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

GetConfigurationReader is a Reader for the GetConfiguration structure.

func (*GetConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigurationsOK

type GetConfigurationsOK struct {
	Payload GetConfigurationsOKBody
}

GetConfigurationsOK handles this case with default header values.

No response was specified

func NewGetConfigurationsOK

func NewGetConfigurationsOK() *GetConfigurationsOK

NewGetConfigurationsOK creates a GetConfigurationsOK with default headers values

func (*GetConfigurationsOK) Error

func (o *GetConfigurationsOK) Error() string

type GetConfigurationsOKBody

type GetConfigurationsOKBody interface{}

GetConfigurationsOKBody get configurations o k body swagger:model GetConfigurationsOKBody

type GetConfigurationsParams

type GetConfigurationsParams struct {

	/*ID*/
	ID string

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

GetConfigurationsParams contains all the parameters to send to the API endpoint for the get configurations operation typically these are written to a http.Request

func NewGetConfigurationsParams

func NewGetConfigurationsParams() *GetConfigurationsParams

NewGetConfigurationsParams creates a new GetConfigurationsParams object with the default values initialized.

func NewGetConfigurationsParamsWithContext

func NewGetConfigurationsParamsWithContext(ctx context.Context) *GetConfigurationsParams

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

func NewGetConfigurationsParamsWithHTTPClient

func NewGetConfigurationsParamsWithHTTPClient(client *http.Client) *GetConfigurationsParams

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

func NewGetConfigurationsParamsWithTimeout

func NewGetConfigurationsParamsWithTimeout(timeout time.Duration) *GetConfigurationsParams

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

func (*GetConfigurationsParams) SetContext

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

SetContext adds the context to the get configurations params

func (*GetConfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get configurations params

func (*GetConfigurationsParams) SetID

func (o *GetConfigurationsParams) SetID(id string)

SetID adds the id to the get configurations params

func (*GetConfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the get configurations params

func (*GetConfigurationsParams) WithContext

WithContext adds the context to the get configurations params

func (*GetConfigurationsParams) WithHTTPClient

func (o *GetConfigurationsParams) WithHTTPClient(client *http.Client) *GetConfigurationsParams

WithHTTPClient adds the HTTPClient to the get configurations params

func (*GetConfigurationsParams) WithID

WithID adds the id to the get configurations params

func (*GetConfigurationsParams) WithTimeout

WithTimeout adds the timeout to the get configurations params

func (*GetConfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetConfigurationsReader

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

GetConfigurationsReader is a Reader for the GetConfigurations structure.

func (*GetConfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTagsOK

type GetTagsOK struct {
	Payload []interface{}
}

GetTagsOK handles this case with default header values.

No response was specified

func NewGetTagsOK

func NewGetTagsOK() *GetTagsOK

NewGetTagsOK creates a GetTagsOK with default headers values

func (*GetTagsOK) Error

func (o *GetTagsOK) Error() string

type GetTagsParams

type GetTagsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetTagsParams contains all the parameters to send to the API endpoint for the get tags operation typically these are written to a http.Request

func NewGetTagsParams

func NewGetTagsParams() *GetTagsParams

NewGetTagsParams creates a new GetTagsParams object with the default values initialized.

func NewGetTagsParamsWithContext

func NewGetTagsParamsWithContext(ctx context.Context) *GetTagsParams

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

func NewGetTagsParamsWithHTTPClient

func NewGetTagsParamsWithHTTPClient(client *http.Client) *GetTagsParams

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

func NewGetTagsParamsWithTimeout

func NewGetTagsParamsWithTimeout(timeout time.Duration) *GetTagsParams

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

func (*GetTagsParams) SetContext

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

SetContext adds the context to the get tags params

func (*GetTagsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tags params

func (*GetTagsParams) SetTimeout

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

SetTimeout adds the timeout to the get tags params

func (*GetTagsParams) WithContext

func (o *GetTagsParams) WithContext(ctx context.Context) *GetTagsParams

WithContext adds the context to the get tags params

func (*GetTagsParams) WithHTTPClient

func (o *GetTagsParams) WithHTTPClient(client *http.Client) *GetTagsParams

WithHTTPClient adds the HTTPClient to the get tags params

func (*GetTagsParams) WithTimeout

func (o *GetTagsParams) WithTimeout(timeout time.Duration) *GetTagsParams

WithTimeout adds the timeout to the get tags params

func (*GetTagsParams) WriteToRequest

func (o *GetTagsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetTagsReader

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

GetTagsReader is a Reader for the GetTags structure.

func (*GetTagsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListConfigurationsOK

type ListConfigurationsOK struct {
	Payload ListConfigurationsOKBody
}

ListConfigurationsOK handles this case with default header values.

No response was specified

func NewListConfigurationsOK

func NewListConfigurationsOK() *ListConfigurationsOK

NewListConfigurationsOK creates a ListConfigurationsOK with default headers values

func (*ListConfigurationsOK) Error

func (o *ListConfigurationsOK) Error() string

type ListConfigurationsOKBody

type ListConfigurationsOKBody interface{}

ListConfigurationsOKBody list configurations o k body swagger:model ListConfigurationsOKBody

type ListConfigurationsParams

type ListConfigurationsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListConfigurationsParams contains all the parameters to send to the API endpoint for the list configurations operation typically these are written to a http.Request

func NewListConfigurationsParams

func NewListConfigurationsParams() *ListConfigurationsParams

NewListConfigurationsParams creates a new ListConfigurationsParams object with the default values initialized.

func NewListConfigurationsParamsWithContext

func NewListConfigurationsParamsWithContext(ctx context.Context) *ListConfigurationsParams

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

func NewListConfigurationsParamsWithHTTPClient

func NewListConfigurationsParamsWithHTTPClient(client *http.Client) *ListConfigurationsParams

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

func NewListConfigurationsParamsWithTimeout

func NewListConfigurationsParamsWithTimeout(timeout time.Duration) *ListConfigurationsParams

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

func (*ListConfigurationsParams) SetContext

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

SetContext adds the context to the list configurations params

func (*ListConfigurationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list configurations params

func (*ListConfigurationsParams) SetTimeout

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

SetTimeout adds the timeout to the list configurations params

func (*ListConfigurationsParams) WithContext

WithContext adds the context to the list configurations params

func (*ListConfigurationsParams) WithHTTPClient

func (o *ListConfigurationsParams) WithHTTPClient(client *http.Client) *ListConfigurationsParams

WithHTTPClient adds the HTTPClient to the list configurations params

func (*ListConfigurationsParams) WithTimeout

WithTimeout adds the timeout to the list configurations params

func (*ListConfigurationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListConfigurationsReader

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

ListConfigurationsReader is a Reader for the ListConfigurations structure.

func (*ListConfigurationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateConfigurationNameOK

type UpdateConfigurationNameOK struct {
	Payload UpdateConfigurationNameOKBody
}

UpdateConfigurationNameOK handles this case with default header values.

No response was specified

func NewUpdateConfigurationNameOK

func NewUpdateConfigurationNameOK() *UpdateConfigurationNameOK

NewUpdateConfigurationNameOK creates a UpdateConfigurationNameOK with default headers values

func (*UpdateConfigurationNameOK) Error

func (o *UpdateConfigurationNameOK) Error() string

type UpdateConfigurationNameOKBody

type UpdateConfigurationNameOKBody interface{}

UpdateConfigurationNameOKBody update configuration name o k body swagger:model UpdateConfigurationNameOKBody

type UpdateConfigurationNameParams

type UpdateConfigurationNameParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string

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

UpdateConfigurationNameParams contains all the parameters to send to the API endpoint for the update configuration name operation typically these are written to a http.Request

func NewUpdateConfigurationNameParams

func NewUpdateConfigurationNameParams() *UpdateConfigurationNameParams

NewUpdateConfigurationNameParams creates a new UpdateConfigurationNameParams object with the default values initialized.

func NewUpdateConfigurationNameParamsWithContext

func NewUpdateConfigurationNameParamsWithContext(ctx context.Context) *UpdateConfigurationNameParams

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

func NewUpdateConfigurationNameParamsWithHTTPClient

func NewUpdateConfigurationNameParamsWithHTTPClient(client *http.Client) *UpdateConfigurationNameParams

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

func NewUpdateConfigurationNameParamsWithTimeout

func NewUpdateConfigurationNameParamsWithTimeout(timeout time.Duration) *UpdateConfigurationNameParams

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

func (*UpdateConfigurationNameParams) SetContext

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

SetContext adds the context to the update configuration name params

func (*UpdateConfigurationNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update configuration name params

func (*UpdateConfigurationNameParams) SetID

SetID adds the id to the update configuration name params

func (*UpdateConfigurationNameParams) SetJSONBody

func (o *UpdateConfigurationNameParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the update configuration name params

func (*UpdateConfigurationNameParams) SetTimeout

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

SetTimeout adds the timeout to the update configuration name params

func (*UpdateConfigurationNameParams) WithContext

WithContext adds the context to the update configuration name params

func (*UpdateConfigurationNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update configuration name params

func (*UpdateConfigurationNameParams) WithID

WithID adds the id to the update configuration name params

func (*UpdateConfigurationNameParams) WithJSONBody

func (o *UpdateConfigurationNameParams) WithJSONBody(jSONBody interface{}) *UpdateConfigurationNameParams

WithJSONBody adds the jSONBody to the update configuration name params

func (*UpdateConfigurationNameParams) WithTimeout

WithTimeout adds the timeout to the update configuration name params

func (*UpdateConfigurationNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateConfigurationNameReader

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

UpdateConfigurationNameReader is a Reader for the UpdateConfigurationName structure.

func (*UpdateConfigurationNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateInputBadRequest

type UpdateInputBadRequest struct {
}

UpdateInputBadRequest handles this case with default header values.

The supplied request is not valid.

func NewUpdateInputBadRequest

func NewUpdateInputBadRequest() *UpdateInputBadRequest

NewUpdateInputBadRequest creates a UpdateInputBadRequest with default headers values

func (*UpdateInputBadRequest) Error

func (o *UpdateInputBadRequest) Error() string

type UpdateInputOK

type UpdateInputOK struct {
}

UpdateInputOK handles this case with default header values.

No response was specified

func NewUpdateInputOK

func NewUpdateInputOK() *UpdateInputOK

NewUpdateInputOK creates a UpdateInputOK with default headers values

func (*UpdateInputOK) Error

func (o *UpdateInputOK) Error() string

type UpdateInputParams

type UpdateInputParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string
	/*InputID*/
	InputID string

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

UpdateInputParams contains all the parameters to send to the API endpoint for the update input operation typically these are written to a http.Request

func NewUpdateInputParams

func NewUpdateInputParams() *UpdateInputParams

NewUpdateInputParams creates a new UpdateInputParams object with the default values initialized.

func NewUpdateInputParamsWithContext

func NewUpdateInputParamsWithContext(ctx context.Context) *UpdateInputParams

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

func NewUpdateInputParamsWithHTTPClient

func NewUpdateInputParamsWithHTTPClient(client *http.Client) *UpdateInputParams

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

func NewUpdateInputParamsWithTimeout

func NewUpdateInputParamsWithTimeout(timeout time.Duration) *UpdateInputParams

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

func (*UpdateInputParams) SetContext

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

SetContext adds the context to the update input params

func (*UpdateInputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update input params

func (*UpdateInputParams) SetID

func (o *UpdateInputParams) SetID(id string)

SetID adds the id to the update input params

func (*UpdateInputParams) SetInputID

func (o *UpdateInputParams) SetInputID(inputID string)

SetInputID adds the inputId to the update input params

func (*UpdateInputParams) SetJSONBody

func (o *UpdateInputParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the update input params

func (*UpdateInputParams) SetTimeout

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

SetTimeout adds the timeout to the update input params

func (*UpdateInputParams) WithContext

func (o *UpdateInputParams) WithContext(ctx context.Context) *UpdateInputParams

WithContext adds the context to the update input params

func (*UpdateInputParams) WithHTTPClient

func (o *UpdateInputParams) WithHTTPClient(client *http.Client) *UpdateInputParams

WithHTTPClient adds the HTTPClient to the update input params

func (*UpdateInputParams) WithID

WithID adds the id to the update input params

func (*UpdateInputParams) WithInputID

func (o *UpdateInputParams) WithInputID(inputID string) *UpdateInputParams

WithInputID adds the inputID to the update input params

func (*UpdateInputParams) WithJSONBody

func (o *UpdateInputParams) WithJSONBody(jSONBody interface{}) *UpdateInputParams

WithJSONBody adds the jSONBody to the update input params

func (*UpdateInputParams) WithTimeout

func (o *UpdateInputParams) WithTimeout(timeout time.Duration) *UpdateInputParams

WithTimeout adds the timeout to the update input params

func (*UpdateInputParams) WriteToRequest

func (o *UpdateInputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateInputReader

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

UpdateInputReader is a Reader for the UpdateInput structure.

func (*UpdateInputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOutputBadRequest

type UpdateOutputBadRequest struct {
}

UpdateOutputBadRequest handles this case with default header values.

The supplied request is not valid.

func NewUpdateOutputBadRequest

func NewUpdateOutputBadRequest() *UpdateOutputBadRequest

NewUpdateOutputBadRequest creates a UpdateOutputBadRequest with default headers values

func (*UpdateOutputBadRequest) Error

func (o *UpdateOutputBadRequest) Error() string

type UpdateOutputOK

type UpdateOutputOK struct {
}

UpdateOutputOK handles this case with default header values.

No response was specified

func NewUpdateOutputOK

func NewUpdateOutputOK() *UpdateOutputOK

NewUpdateOutputOK creates a UpdateOutputOK with default headers values

func (*UpdateOutputOK) Error

func (o *UpdateOutputOK) Error() string

type UpdateOutputParams

type UpdateOutputParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string
	/*OutputID*/
	OutputID string

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

UpdateOutputParams contains all the parameters to send to the API endpoint for the update output operation typically these are written to a http.Request

func NewUpdateOutputParams

func NewUpdateOutputParams() *UpdateOutputParams

NewUpdateOutputParams creates a new UpdateOutputParams object with the default values initialized.

func NewUpdateOutputParamsWithContext

func NewUpdateOutputParamsWithContext(ctx context.Context) *UpdateOutputParams

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

func NewUpdateOutputParamsWithHTTPClient

func NewUpdateOutputParamsWithHTTPClient(client *http.Client) *UpdateOutputParams

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

func NewUpdateOutputParamsWithTimeout

func NewUpdateOutputParamsWithTimeout(timeout time.Duration) *UpdateOutputParams

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

func (*UpdateOutputParams) SetContext

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

SetContext adds the context to the update output params

func (*UpdateOutputParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update output params

func (*UpdateOutputParams) SetID

func (o *UpdateOutputParams) SetID(id string)

SetID adds the id to the update output params

func (*UpdateOutputParams) SetJSONBody

func (o *UpdateOutputParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the update output params

func (*UpdateOutputParams) SetOutputID

func (o *UpdateOutputParams) SetOutputID(outputID string)

SetOutputID adds the outputId to the update output params

func (*UpdateOutputParams) SetTimeout

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

SetTimeout adds the timeout to the update output params

func (*UpdateOutputParams) WithContext

WithContext adds the context to the update output params

func (*UpdateOutputParams) WithHTTPClient

func (o *UpdateOutputParams) WithHTTPClient(client *http.Client) *UpdateOutputParams

WithHTTPClient adds the HTTPClient to the update output params

func (*UpdateOutputParams) WithID

WithID adds the id to the update output params

func (*UpdateOutputParams) WithJSONBody

func (o *UpdateOutputParams) WithJSONBody(jSONBody interface{}) *UpdateOutputParams

WithJSONBody adds the jSONBody to the update output params

func (*UpdateOutputParams) WithOutputID

func (o *UpdateOutputParams) WithOutputID(outputID string) *UpdateOutputParams

WithOutputID adds the outputID to the update output params

func (*UpdateOutputParams) WithTimeout

func (o *UpdateOutputParams) WithTimeout(timeout time.Duration) *UpdateOutputParams

WithTimeout adds the timeout to the update output params

func (*UpdateOutputParams) WriteToRequest

func (o *UpdateOutputParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateOutputReader

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

UpdateOutputReader is a Reader for the UpdateOutput structure.

func (*UpdateOutputReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateSnippetBadRequest

type UpdateSnippetBadRequest struct {
}

UpdateSnippetBadRequest handles this case with default header values.

The supplied request is not valid.

func NewUpdateSnippetBadRequest

func NewUpdateSnippetBadRequest() *UpdateSnippetBadRequest

NewUpdateSnippetBadRequest creates a UpdateSnippetBadRequest with default headers values

func (*UpdateSnippetBadRequest) Error

func (o *UpdateSnippetBadRequest) Error() string

type UpdateSnippetOK

type UpdateSnippetOK struct {
}

UpdateSnippetOK handles this case with default header values.

No response was specified

func NewUpdateSnippetOK

func NewUpdateSnippetOK() *UpdateSnippetOK

NewUpdateSnippetOK creates a UpdateSnippetOK with default headers values

func (*UpdateSnippetOK) Error

func (o *UpdateSnippetOK) Error() string

type UpdateSnippetParams

type UpdateSnippetParams struct {

	/*JSONBody*/
	JSONBody interface{}
	/*ID*/
	ID string
	/*SnippetID*/
	SnippetID string

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

UpdateSnippetParams contains all the parameters to send to the API endpoint for the update snippet operation typically these are written to a http.Request

func NewUpdateSnippetParams

func NewUpdateSnippetParams() *UpdateSnippetParams

NewUpdateSnippetParams creates a new UpdateSnippetParams object with the default values initialized.

func NewUpdateSnippetParamsWithContext

func NewUpdateSnippetParamsWithContext(ctx context.Context) *UpdateSnippetParams

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

func NewUpdateSnippetParamsWithHTTPClient

func NewUpdateSnippetParamsWithHTTPClient(client *http.Client) *UpdateSnippetParams

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

func NewUpdateSnippetParamsWithTimeout

func NewUpdateSnippetParamsWithTimeout(timeout time.Duration) *UpdateSnippetParams

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

func (*UpdateSnippetParams) SetContext

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

SetContext adds the context to the update snippet params

func (*UpdateSnippetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update snippet params

func (*UpdateSnippetParams) SetID

func (o *UpdateSnippetParams) SetID(id string)

SetID adds the id to the update snippet params

func (*UpdateSnippetParams) SetJSONBody

func (o *UpdateSnippetParams) SetJSONBody(jSONBody interface{})

SetJSONBody adds the jsonBody to the update snippet params

func (*UpdateSnippetParams) SetSnippetID

func (o *UpdateSnippetParams) SetSnippetID(snippetID string)

SetSnippetID adds the snippetId to the update snippet params

func (*UpdateSnippetParams) SetTimeout

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

SetTimeout adds the timeout to the update snippet params

func (*UpdateSnippetParams) WithContext

WithContext adds the context to the update snippet params

func (*UpdateSnippetParams) WithHTTPClient

func (o *UpdateSnippetParams) WithHTTPClient(client *http.Client) *UpdateSnippetParams

WithHTTPClient adds the HTTPClient to the update snippet params

func (*UpdateSnippetParams) WithID

WithID adds the id to the update snippet params

func (*UpdateSnippetParams) WithJSONBody

func (o *UpdateSnippetParams) WithJSONBody(jSONBody interface{}) *UpdateSnippetParams

WithJSONBody adds the jSONBody to the update snippet params

func (*UpdateSnippetParams) WithSnippetID

func (o *UpdateSnippetParams) WithSnippetID(snippetID string) *UpdateSnippetParams

WithSnippetID adds the snippetID to the update snippet params

func (*UpdateSnippetParams) WithTimeout

func (o *UpdateSnippetParams) WithTimeout(timeout time.Duration) *UpdateSnippetParams

WithTimeout adds the timeout to the update snippet params

func (*UpdateSnippetParams) WriteToRequest

func (o *UpdateSnippetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateSnippetReader

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

UpdateSnippetReader is a Reader for the UpdateSnippet structure.

func (*UpdateSnippetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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