db_settings

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 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 db settings API

func (*Client) GetDbSettingsUsingGET

func (a *Client) GetDbSettingsUsingGET(params *GetDbSettingsUsingGETParams) (*GetDbSettingsUsingGETOK, error)

GetDbSettingsUsingGET gets d b settings

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDbSettingsUsingPATCH

UpdateDbSettingsUsingPATCH updates d b settings

type ClientService

type ClientService interface {
	GetDbSettingsUsingGET(params *GetDbSettingsUsingGETParams) (*GetDbSettingsUsingGETOK, error)

	UpdateDbSettingsUsingPATCH(params *UpdateDbSettingsUsingPATCHParams) (*UpdateDbSettingsUsingPATCHOK, *UpdateDbSettingsUsingPATCHNoContent, 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 db settings API client.

type GetDbSettingsUsingGETForbidden

type GetDbSettingsUsingGETForbidden struct {
}

GetDbSettingsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetDbSettingsUsingGETForbidden

func NewGetDbSettingsUsingGETForbidden() *GetDbSettingsUsingGETForbidden

NewGetDbSettingsUsingGETForbidden creates a GetDbSettingsUsingGETForbidden with default headers values

func (*GetDbSettingsUsingGETForbidden) Error

type GetDbSettingsUsingGETNotFound

type GetDbSettingsUsingGETNotFound struct {
}

GetDbSettingsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetDbSettingsUsingGETNotFound

func NewGetDbSettingsUsingGETNotFound() *GetDbSettingsUsingGETNotFound

NewGetDbSettingsUsingGETNotFound creates a GetDbSettingsUsingGETNotFound with default headers values

func (*GetDbSettingsUsingGETNotFound) Error

type GetDbSettingsUsingGETOK

type GetDbSettingsUsingGETOK struct {
	Payload *models.DbPropertiesSettingsDto
}

GetDbSettingsUsingGETOK handles this case with default header values.

OK

func NewGetDbSettingsUsingGETOK

func NewGetDbSettingsUsingGETOK() *GetDbSettingsUsingGETOK

NewGetDbSettingsUsingGETOK creates a GetDbSettingsUsingGETOK with default headers values

func (*GetDbSettingsUsingGETOK) Error

func (o *GetDbSettingsUsingGETOK) Error() string

func (*GetDbSettingsUsingGETOK) GetPayload

type GetDbSettingsUsingGETParams

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

GetDbSettingsUsingGETParams contains all the parameters to send to the API endpoint for the get db settings using g e t operation typically these are written to a http.Request

func NewGetDbSettingsUsingGETParams

func NewGetDbSettingsUsingGETParams() *GetDbSettingsUsingGETParams

NewGetDbSettingsUsingGETParams creates a new GetDbSettingsUsingGETParams object with the default values initialized.

func NewGetDbSettingsUsingGETParamsWithContext

func NewGetDbSettingsUsingGETParamsWithContext(ctx context.Context) *GetDbSettingsUsingGETParams

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

func NewGetDbSettingsUsingGETParamsWithHTTPClient

func NewGetDbSettingsUsingGETParamsWithHTTPClient(client *http.Client) *GetDbSettingsUsingGETParams

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

func NewGetDbSettingsUsingGETParamsWithTimeout

func NewGetDbSettingsUsingGETParamsWithTimeout(timeout time.Duration) *GetDbSettingsUsingGETParams

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

func (*GetDbSettingsUsingGETParams) SetContext

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

SetContext adds the context to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) WithContext

WithContext adds the context to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) WithTimeout

WithTimeout adds the timeout to the get db settings using g e t params

func (*GetDbSettingsUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDbSettingsUsingGETReader

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

GetDbSettingsUsingGETReader is a Reader for the GetDbSettingsUsingGET structure.

func (*GetDbSettingsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDbSettingsUsingGETUnauthorized

type GetDbSettingsUsingGETUnauthorized struct {
}

GetDbSettingsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetDbSettingsUsingGETUnauthorized

func NewGetDbSettingsUsingGETUnauthorized() *GetDbSettingsUsingGETUnauthorized

NewGetDbSettingsUsingGETUnauthorized creates a GetDbSettingsUsingGETUnauthorized with default headers values

func (*GetDbSettingsUsingGETUnauthorized) Error

type UpdateDbSettingsUsingPATCHForbidden

type UpdateDbSettingsUsingPATCHForbidden struct {
}

UpdateDbSettingsUsingPATCHForbidden handles this case with default header values.

Forbidden

func NewUpdateDbSettingsUsingPATCHForbidden

func NewUpdateDbSettingsUsingPATCHForbidden() *UpdateDbSettingsUsingPATCHForbidden

NewUpdateDbSettingsUsingPATCHForbidden creates a UpdateDbSettingsUsingPATCHForbidden with default headers values

func (*UpdateDbSettingsUsingPATCHForbidden) Error

type UpdateDbSettingsUsingPATCHNoContent

type UpdateDbSettingsUsingPATCHNoContent struct {
}

UpdateDbSettingsUsingPATCHNoContent handles this case with default header values.

No Content

func NewUpdateDbSettingsUsingPATCHNoContent

func NewUpdateDbSettingsUsingPATCHNoContent() *UpdateDbSettingsUsingPATCHNoContent

NewUpdateDbSettingsUsingPATCHNoContent creates a UpdateDbSettingsUsingPATCHNoContent with default headers values

func (*UpdateDbSettingsUsingPATCHNoContent) Error

type UpdateDbSettingsUsingPATCHOK

type UpdateDbSettingsUsingPATCHOK struct {
	Payload *models.DbPropertiesSettingsDto
}

UpdateDbSettingsUsingPATCHOK handles this case with default header values.

OK

func NewUpdateDbSettingsUsingPATCHOK

func NewUpdateDbSettingsUsingPATCHOK() *UpdateDbSettingsUsingPATCHOK

NewUpdateDbSettingsUsingPATCHOK creates a UpdateDbSettingsUsingPATCHOK with default headers values

func (*UpdateDbSettingsUsingPATCHOK) Error

func (*UpdateDbSettingsUsingPATCHOK) GetPayload

type UpdateDbSettingsUsingPATCHParams

type UpdateDbSettingsUsingPATCHParams struct {

	/*DbSettingsDto
	  dbSettingsDto

	*/
	DbSettingsDto *models.DbPropertiesSettingsDto

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

UpdateDbSettingsUsingPATCHParams contains all the parameters to send to the API endpoint for the update db settings using p a t c h operation typically these are written to a http.Request

func NewUpdateDbSettingsUsingPATCHParams

func NewUpdateDbSettingsUsingPATCHParams() *UpdateDbSettingsUsingPATCHParams

NewUpdateDbSettingsUsingPATCHParams creates a new UpdateDbSettingsUsingPATCHParams object with the default values initialized.

func NewUpdateDbSettingsUsingPATCHParamsWithContext

func NewUpdateDbSettingsUsingPATCHParamsWithContext(ctx context.Context) *UpdateDbSettingsUsingPATCHParams

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

func NewUpdateDbSettingsUsingPATCHParamsWithHTTPClient

func NewUpdateDbSettingsUsingPATCHParamsWithHTTPClient(client *http.Client) *UpdateDbSettingsUsingPATCHParams

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

func NewUpdateDbSettingsUsingPATCHParamsWithTimeout

func NewUpdateDbSettingsUsingPATCHParamsWithTimeout(timeout time.Duration) *UpdateDbSettingsUsingPATCHParams

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

func (*UpdateDbSettingsUsingPATCHParams) SetContext

SetContext adds the context to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) SetDbSettingsDto

func (o *UpdateDbSettingsUsingPATCHParams) SetDbSettingsDto(dbSettingsDto *models.DbPropertiesSettingsDto)

SetDbSettingsDto adds the dbSettingsDto to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) SetTimeout

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

SetTimeout adds the timeout to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) WithContext

WithContext adds the context to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) WithDbSettingsDto

WithDbSettingsDto adds the dbSettingsDto to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) WithTimeout

WithTimeout adds the timeout to the update db settings using p a t c h params

func (*UpdateDbSettingsUsingPATCHParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDbSettingsUsingPATCHReader

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

UpdateDbSettingsUsingPATCHReader is a Reader for the UpdateDbSettingsUsingPATCH structure.

func (*UpdateDbSettingsUsingPATCHReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDbSettingsUsingPATCHUnauthorized

type UpdateDbSettingsUsingPATCHUnauthorized struct {
}

UpdateDbSettingsUsingPATCHUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateDbSettingsUsingPATCHUnauthorized

func NewUpdateDbSettingsUsingPATCHUnauthorized() *UpdateDbSettingsUsingPATCHUnauthorized

NewUpdateDbSettingsUsingPATCHUnauthorized creates a UpdateDbSettingsUsingPATCHUnauthorized with default headers values

func (*UpdateDbSettingsUsingPATCHUnauthorized) Error

Jump to

Keyboard shortcuts

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