export

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for export API

func (*Client) GetGdprClientsID

func (a *Client) GetGdprClientsID(params *GetGdprClientsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) error

GetGdprClientsID downloads g d p r client report

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 {
	GetGdprClientsID(params *GetGdprClientsIDParams, authInfo runtime.ClientAuthInfoWriter, 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 export API client.

type GetGdprClientsIDBadRequest

type GetGdprClientsIDBadRequest struct {
	Payload *models.Error
}
GetGdprClientsIDBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetGdprClientsIDBadRequest

func NewGetGdprClientsIDBadRequest() *GetGdprClientsIDBadRequest

NewGetGdprClientsIDBadRequest creates a GetGdprClientsIDBadRequest with default headers values

func (*GetGdprClientsIDBadRequest) Error

func (*GetGdprClientsIDBadRequest) GetPayload

func (o *GetGdprClientsIDBadRequest) GetPayload() *models.Error

type GetGdprClientsIDForbidden

type GetGdprClientsIDForbidden struct {
	Payload *models.Error
}
GetGdprClientsIDForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetGdprClientsIDForbidden

func NewGetGdprClientsIDForbidden() *GetGdprClientsIDForbidden

NewGetGdprClientsIDForbidden creates a GetGdprClientsIDForbidden with default headers values

func (*GetGdprClientsIDForbidden) Error

func (o *GetGdprClientsIDForbidden) Error() string

func (*GetGdprClientsIDForbidden) GetPayload

func (o *GetGdprClientsIDForbidden) GetPayload() *models.Error

type GetGdprClientsIDInternalServerError

type GetGdprClientsIDInternalServerError struct {
	Payload *models.Error
}
GetGdprClientsIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetGdprClientsIDInternalServerError

func NewGetGdprClientsIDInternalServerError() *GetGdprClientsIDInternalServerError

NewGetGdprClientsIDInternalServerError creates a GetGdprClientsIDInternalServerError with default headers values

func (*GetGdprClientsIDInternalServerError) Error

func (*GetGdprClientsIDInternalServerError) GetPayload

type GetGdprClientsIDNotFound

type GetGdprClientsIDNotFound struct {
	Payload *models.Error
}
GetGdprClientsIDNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetGdprClientsIDNotFound

func NewGetGdprClientsIDNotFound() *GetGdprClientsIDNotFound

NewGetGdprClientsIDNotFound creates a GetGdprClientsIDNotFound with default headers values

func (*GetGdprClientsIDNotFound) Error

func (o *GetGdprClientsIDNotFound) Error() string

func (*GetGdprClientsIDNotFound) GetPayload

func (o *GetGdprClientsIDNotFound) GetPayload() *models.Error

type GetGdprClientsIDParams

type GetGdprClientsIDParams struct {

	// ID.
	ID string

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

GetGdprClientsIDParams contains all the parameters to send to the API endpoint

for the get gdpr clients Id operation.

Typically these are written to a http.Request.

func NewGetGdprClientsIDParams

func NewGetGdprClientsIDParams() *GetGdprClientsIDParams

NewGetGdprClientsIDParams creates a new GetGdprClientsIDParams 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 NewGetGdprClientsIDParamsWithContext

func NewGetGdprClientsIDParamsWithContext(ctx context.Context) *GetGdprClientsIDParams

NewGetGdprClientsIDParamsWithContext creates a new GetGdprClientsIDParams object with the ability to set a context for a request.

func NewGetGdprClientsIDParamsWithHTTPClient

func NewGetGdprClientsIDParamsWithHTTPClient(client *http.Client) *GetGdprClientsIDParams

NewGetGdprClientsIDParamsWithHTTPClient creates a new GetGdprClientsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetGdprClientsIDParamsWithTimeout

func NewGetGdprClientsIDParamsWithTimeout(timeout time.Duration) *GetGdprClientsIDParams

NewGetGdprClientsIDParamsWithTimeout creates a new GetGdprClientsIDParams object with the ability to set a timeout on a request.

func (*GetGdprClientsIDParams) SetContext

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

SetContext adds the context to the get gdpr clients Id params

func (*GetGdprClientsIDParams) SetDefaults

func (o *GetGdprClientsIDParams) SetDefaults()

SetDefaults hydrates default values in the get gdpr clients Id params (not the query body).

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

func (*GetGdprClientsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gdpr clients Id params

func (*GetGdprClientsIDParams) SetID

func (o *GetGdprClientsIDParams) SetID(id string)

SetID adds the id to the get gdpr clients Id params

func (*GetGdprClientsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get gdpr clients Id params

func (*GetGdprClientsIDParams) WithContext

WithContext adds the context to the get gdpr clients Id params

func (*GetGdprClientsIDParams) WithDefaults

WithDefaults hydrates default values in the get gdpr clients Id params (not the query body).

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

func (*GetGdprClientsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get gdpr clients Id params

func (*GetGdprClientsIDParams) WithID

WithID adds the id to the get gdpr clients Id params

func (*GetGdprClientsIDParams) WithTimeout

WithTimeout adds the timeout to the get gdpr clients Id params

func (*GetGdprClientsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGdprClientsIDReader

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

GetGdprClientsIDReader is a Reader for the GetGdprClientsID structure.

func (*GetGdprClientsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGdprClientsIDUnauthorized

type GetGdprClientsIDUnauthorized struct {
	Payload *models.Error
}
GetGdprClientsIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetGdprClientsIDUnauthorized

func NewGetGdprClientsIDUnauthorized() *GetGdprClientsIDUnauthorized

NewGetGdprClientsIDUnauthorized creates a GetGdprClientsIDUnauthorized with default headers values

func (*GetGdprClientsIDUnauthorized) Error

func (*GetGdprClientsIDUnauthorized) GetPayload

func (o *GetGdprClientsIDUnauthorized) GetPayload() *models.Error

Jump to

Keyboard shortcuts

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