postgre_sql

package
v1.16.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2018 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMixin4OK

type AddMixin4OK struct {
	Payload *models.APIPostgreSQLAddResponse
}

AddMixin4OK handles this case with default header values.

(empty)

func NewAddMixin4OK

func NewAddMixin4OK() *AddMixin4OK

NewAddMixin4OK creates a AddMixin4OK with default headers values

func (*AddMixin4OK) Error

func (o *AddMixin4OK) Error() string

type AddMixin4Params

type AddMixin4Params struct {

	/*Body*/
	Body *models.APIPostgreSQLAddRequest

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

AddMixin4Params contains all the parameters to send to the API endpoint for the add mixin4 operation typically these are written to a http.Request

func NewAddMixin4Params

func NewAddMixin4Params() *AddMixin4Params

NewAddMixin4Params creates a new AddMixin4Params object with the default values initialized.

func NewAddMixin4ParamsWithContext

func NewAddMixin4ParamsWithContext(ctx context.Context) *AddMixin4Params

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

func NewAddMixin4ParamsWithHTTPClient

func NewAddMixin4ParamsWithHTTPClient(client *http.Client) *AddMixin4Params

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

func NewAddMixin4ParamsWithTimeout

func NewAddMixin4ParamsWithTimeout(timeout time.Duration) *AddMixin4Params

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

func (*AddMixin4Params) SetBody

SetBody adds the body to the add mixin4 params

func (*AddMixin4Params) SetContext

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

SetContext adds the context to the add mixin4 params

func (*AddMixin4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add mixin4 params

func (*AddMixin4Params) SetTimeout

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

SetTimeout adds the timeout to the add mixin4 params

func (*AddMixin4Params) WithBody

WithBody adds the body to the add mixin4 params

func (*AddMixin4Params) WithContext

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

WithContext adds the context to the add mixin4 params

func (*AddMixin4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add mixin4 params

func (*AddMixin4Params) WithTimeout

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

WithTimeout adds the timeout to the add mixin4 params

func (*AddMixin4Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddMixin4Reader

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

AddMixin4Reader is a Reader for the AddMixin4 structure.

func (*AddMixin4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for postgre sql API

func New

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

New creates a new postgre sql API client.

func (*Client) AddMixin4

func (a *Client) AddMixin4(params *AddMixin4Params) (*AddMixin4OK, error)

AddMixin4 add mixin4 API

func (*Client) ListMixin4

func (a *Client) ListMixin4(params *ListMixin4Params) (*ListMixin4OK, error)

ListMixin4 list mixin4 API

func (*Client) RemoveMixin4

func (a *Client) RemoveMixin4(params *RemoveMixin4Params) (*RemoveMixin4OK, error)

RemoveMixin4 remove mixin4 API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ListMixin4OK

type ListMixin4OK struct {
	Payload *models.APIPostgreSQLListResponse
}

ListMixin4OK handles this case with default header values.

(empty)

func NewListMixin4OK

func NewListMixin4OK() *ListMixin4OK

NewListMixin4OK creates a ListMixin4OK with default headers values

func (*ListMixin4OK) Error

func (o *ListMixin4OK) Error() string

type ListMixin4Params

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

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

func NewListMixin4Params

func NewListMixin4Params() *ListMixin4Params

NewListMixin4Params creates a new ListMixin4Params object with the default values initialized.

func NewListMixin4ParamsWithContext

func NewListMixin4ParamsWithContext(ctx context.Context) *ListMixin4Params

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

func NewListMixin4ParamsWithHTTPClient

func NewListMixin4ParamsWithHTTPClient(client *http.Client) *ListMixin4Params

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

func NewListMixin4ParamsWithTimeout

func NewListMixin4ParamsWithTimeout(timeout time.Duration) *ListMixin4Params

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

func (*ListMixin4Params) SetContext

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

SetContext adds the context to the list mixin4 params

func (*ListMixin4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list mixin4 params

func (*ListMixin4Params) SetTimeout

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

SetTimeout adds the timeout to the list mixin4 params

func (*ListMixin4Params) WithContext

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

WithContext adds the context to the list mixin4 params

func (*ListMixin4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list mixin4 params

func (*ListMixin4Params) WithTimeout

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

WithTimeout adds the timeout to the list mixin4 params

func (*ListMixin4Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListMixin4Reader

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

ListMixin4Reader is a Reader for the ListMixin4 structure.

func (*ListMixin4Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveMixin4OK

type RemoveMixin4OK struct {
	Payload models.APIPostgreSQLRemoveResponse
}

RemoveMixin4OK handles this case with default header values.

(empty)

func NewRemoveMixin4OK

func NewRemoveMixin4OK() *RemoveMixin4OK

NewRemoveMixin4OK creates a RemoveMixin4OK with default headers values

func (*RemoveMixin4OK) Error

func (o *RemoveMixin4OK) Error() string

type RemoveMixin4Params

type RemoveMixin4Params struct {

	/*ID*/
	ID int32

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

RemoveMixin4Params contains all the parameters to send to the API endpoint for the remove mixin4 operation typically these are written to a http.Request

func NewRemoveMixin4Params

func NewRemoveMixin4Params() *RemoveMixin4Params

NewRemoveMixin4Params creates a new RemoveMixin4Params object with the default values initialized.

func NewRemoveMixin4ParamsWithContext

func NewRemoveMixin4ParamsWithContext(ctx context.Context) *RemoveMixin4Params

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

func NewRemoveMixin4ParamsWithHTTPClient

func NewRemoveMixin4ParamsWithHTTPClient(client *http.Client) *RemoveMixin4Params

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

func NewRemoveMixin4ParamsWithTimeout

func NewRemoveMixin4ParamsWithTimeout(timeout time.Duration) *RemoveMixin4Params

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

func (*RemoveMixin4Params) SetContext

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

SetContext adds the context to the remove mixin4 params

func (*RemoveMixin4Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove mixin4 params

func (*RemoveMixin4Params) SetID

func (o *RemoveMixin4Params) SetID(id int32)

SetID adds the id to the remove mixin4 params

func (*RemoveMixin4Params) SetTimeout

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

SetTimeout adds the timeout to the remove mixin4 params

func (*RemoveMixin4Params) WithContext

WithContext adds the context to the remove mixin4 params

func (*RemoveMixin4Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove mixin4 params

func (*RemoveMixin4Params) WithID

WithID adds the id to the remove mixin4 params

func (*RemoveMixin4Params) WithTimeout

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

WithTimeout adds the timeout to the remove mixin4 params

func (*RemoveMixin4Params) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RemoveMixin4Reader

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

RemoveMixin4Reader is a Reader for the RemoveMixin4 structure.

func (*RemoveMixin4Reader) ReadResponse

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