interop_matrix

package
v0.0.2-beta Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 8 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 interop matrix API

func (*Client) GetInteropDaten

func (a *Client) GetInteropDaten(params *GetInteropDatenParams, opts ...ClientOption) error

GetInteropDaten herunterladens der version standard daten für die gesamte matrix

func (*Client) GetSingleInteropDaten

func (a *Client) GetSingleInteropDaten(params *GetSingleInteropDatenParams, opts ...ClientOption) error

GetSingleInteropDaten herunterladens der version standard daten für einen einzelnen standard

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetInteropDaten(params *GetInteropDatenParams, opts ...ClientOption) error

	GetSingleInteropDaten(params *GetSingleInteropDatenParams, opts ...ClientOption) error

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new interop matrix API client.

type GetInteropDatenDefault

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

GetInteropDatenDefault describes a response with status code -1, with default header values.

successful operation

func NewGetInteropDatenDefault

func NewGetInteropDatenDefault(code int) *GetInteropDatenDefault

NewGetInteropDatenDefault creates a GetInteropDatenDefault with default headers values

func (*GetInteropDatenDefault) Code

func (o *GetInteropDatenDefault) Code() int

Code gets the status code for the get interop daten default response

func (*GetInteropDatenDefault) Error

func (o *GetInteropDatenDefault) Error() string

func (*GetInteropDatenDefault) IsClientError

func (o *GetInteropDatenDefault) IsClientError() bool

IsClientError returns true when this get interop daten default response has a 4xx status code

func (*GetInteropDatenDefault) IsCode

func (o *GetInteropDatenDefault) IsCode(code int) bool

IsCode returns true when this get interop daten default response a status code equal to that given

func (*GetInteropDatenDefault) IsRedirect

func (o *GetInteropDatenDefault) IsRedirect() bool

IsRedirect returns true when this get interop daten default response has a 3xx status code

func (*GetInteropDatenDefault) IsServerError

func (o *GetInteropDatenDefault) IsServerError() bool

IsServerError returns true when this get interop daten default response has a 5xx status code

func (*GetInteropDatenDefault) IsSuccess

func (o *GetInteropDatenDefault) IsSuccess() bool

IsSuccess returns true when this get interop daten default response has a 2xx status code

func (*GetInteropDatenDefault) String

func (o *GetInteropDatenDefault) String() string

type GetInteropDatenParams

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

GetInteropDatenParams contains all the parameters to send to the API endpoint

for the get interop daten operation.

Typically these are written to a http.Request.

func NewGetInteropDatenParams

func NewGetInteropDatenParams() *GetInteropDatenParams

NewGetInteropDatenParams creates a new GetInteropDatenParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetInteropDatenParamsWithContext

func NewGetInteropDatenParamsWithContext(ctx context.Context) *GetInteropDatenParams

NewGetInteropDatenParamsWithContext creates a new GetInteropDatenParams object with the ability to set a context for a request.

func NewGetInteropDatenParamsWithHTTPClient

func NewGetInteropDatenParamsWithHTTPClient(client *http.Client) *GetInteropDatenParams

NewGetInteropDatenParamsWithHTTPClient creates a new GetInteropDatenParams object with the ability to set a custom HTTPClient for a request.

func NewGetInteropDatenParamsWithTimeout

func NewGetInteropDatenParamsWithTimeout(timeout time.Duration) *GetInteropDatenParams

NewGetInteropDatenParamsWithTimeout creates a new GetInteropDatenParams object with the ability to set a timeout on a request.

func (*GetInteropDatenParams) SetContext

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

SetContext adds the context to the get interop daten params

func (*GetInteropDatenParams) SetDefaults

func (o *GetInteropDatenParams) SetDefaults()

SetDefaults hydrates default values in the get interop daten params (not the query body).

All values with no default are reset to their zero value.

func (*GetInteropDatenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get interop daten params

func (*GetInteropDatenParams) SetTimeout

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

SetTimeout adds the timeout to the get interop daten params

func (*GetInteropDatenParams) WithContext

WithContext adds the context to the get interop daten params

func (*GetInteropDatenParams) WithDefaults

func (o *GetInteropDatenParams) WithDefaults() *GetInteropDatenParams

WithDefaults hydrates default values in the get interop daten params (not the query body).

All values with no default are reset to their zero value.

func (*GetInteropDatenParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get interop daten params

func (*GetInteropDatenParams) WithTimeout

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

WithTimeout adds the timeout to the get interop daten params

func (*GetInteropDatenParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetInteropDatenReader

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

GetInteropDatenReader is a Reader for the GetInteropDaten structure.

func (*GetInteropDatenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSingleInteropDatenDefault

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

GetSingleInteropDatenDefault describes a response with status code -1, with default header values.

successful operation

func NewGetSingleInteropDatenDefault

func NewGetSingleInteropDatenDefault(code int) *GetSingleInteropDatenDefault

NewGetSingleInteropDatenDefault creates a GetSingleInteropDatenDefault with default headers values

func (*GetSingleInteropDatenDefault) Code

Code gets the status code for the get single interop daten default response

func (*GetSingleInteropDatenDefault) Error

func (*GetSingleInteropDatenDefault) IsClientError

func (o *GetSingleInteropDatenDefault) IsClientError() bool

IsClientError returns true when this get single interop daten default response has a 4xx status code

func (*GetSingleInteropDatenDefault) IsCode

func (o *GetSingleInteropDatenDefault) IsCode(code int) bool

IsCode returns true when this get single interop daten default response a status code equal to that given

func (*GetSingleInteropDatenDefault) IsRedirect

func (o *GetSingleInteropDatenDefault) IsRedirect() bool

IsRedirect returns true when this get single interop daten default response has a 3xx status code

func (*GetSingleInteropDatenDefault) IsServerError

func (o *GetSingleInteropDatenDefault) IsServerError() bool

IsServerError returns true when this get single interop daten default response has a 5xx status code

func (*GetSingleInteropDatenDefault) IsSuccess

func (o *GetSingleInteropDatenDefault) IsSuccess() bool

IsSuccess returns true when this get single interop daten default response has a 2xx status code

func (*GetSingleInteropDatenDefault) String

type GetSingleInteropDatenParams

type GetSingleInteropDatenParams struct {

	// Kennung.
	Kennung string

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

GetSingleInteropDatenParams contains all the parameters to send to the API endpoint

for the get single interop daten operation.

Typically these are written to a http.Request.

func NewGetSingleInteropDatenParams

func NewGetSingleInteropDatenParams() *GetSingleInteropDatenParams

NewGetSingleInteropDatenParams creates a new GetSingleInteropDatenParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSingleInteropDatenParamsWithContext

func NewGetSingleInteropDatenParamsWithContext(ctx context.Context) *GetSingleInteropDatenParams

NewGetSingleInteropDatenParamsWithContext creates a new GetSingleInteropDatenParams object with the ability to set a context for a request.

func NewGetSingleInteropDatenParamsWithHTTPClient

func NewGetSingleInteropDatenParamsWithHTTPClient(client *http.Client) *GetSingleInteropDatenParams

NewGetSingleInteropDatenParamsWithHTTPClient creates a new GetSingleInteropDatenParams object with the ability to set a custom HTTPClient for a request.

func NewGetSingleInteropDatenParamsWithTimeout

func NewGetSingleInteropDatenParamsWithTimeout(timeout time.Duration) *GetSingleInteropDatenParams

NewGetSingleInteropDatenParamsWithTimeout creates a new GetSingleInteropDatenParams object with the ability to set a timeout on a request.

func (*GetSingleInteropDatenParams) SetContext

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

SetContext adds the context to the get single interop daten params

func (*GetSingleInteropDatenParams) SetDefaults

func (o *GetSingleInteropDatenParams) SetDefaults()

SetDefaults hydrates default values in the get single interop daten params (not the query body).

All values with no default are reset to their zero value.

func (*GetSingleInteropDatenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get single interop daten params

func (*GetSingleInteropDatenParams) SetKennung

func (o *GetSingleInteropDatenParams) SetKennung(kennung string)

SetKennung adds the kennung to the get single interop daten params

func (*GetSingleInteropDatenParams) SetTimeout

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

SetTimeout adds the timeout to the get single interop daten params

func (*GetSingleInteropDatenParams) WithContext

WithContext adds the context to the get single interop daten params

func (*GetSingleInteropDatenParams) WithDefaults

WithDefaults hydrates default values in the get single interop daten params (not the query body).

All values with no default are reset to their zero value.

func (*GetSingleInteropDatenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get single interop daten params

func (*GetSingleInteropDatenParams) WithKennung

WithKennung adds the kennung to the get single interop daten params

func (*GetSingleInteropDatenParams) WithTimeout

WithTimeout adds the timeout to the get single interop daten params

func (*GetSingleInteropDatenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSingleInteropDatenReader

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

GetSingleInteropDatenReader is a Reader for the GetSingleInteropDaten structure.

func (*GetSingleInteropDatenReader) ReadResponse

func (o *GetSingleInteropDatenReader) 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