system_configuration

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: 9 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 system configuration API

func New

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

New creates a new system configuration API client.

func (*Client) GetAll

func (a *Client) GetAll(params *GetAllParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllOK, error)

GetAll gets all codec types

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetAllOK

type GetAllOK struct {
	Payload GetAllOKBody
}

GetAllOK handles this case with default header values.

No response was specified

func NewGetAllOK

func NewGetAllOK() *GetAllOK

NewGetAllOK creates a GetAllOK with default headers values

func (*GetAllOK) Error

func (o *GetAllOK) Error() string

type GetAllOKBody

type GetAllOKBody interface{}

GetAllOKBody get all o k body swagger:model GetAllOKBody

type GetAllParams

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

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

func NewGetAllParams

func NewGetAllParams() *GetAllParams

NewGetAllParams creates a new GetAllParams object with the default values initialized.

func NewGetAllParamsWithContext

func NewGetAllParamsWithContext(ctx context.Context) *GetAllParams

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

func NewGetAllParamsWithHTTPClient

func NewGetAllParamsWithHTTPClient(client *http.Client) *GetAllParams

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

func NewGetAllParamsWithTimeout

func NewGetAllParamsWithTimeout(timeout time.Duration) *GetAllParams

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

func (*GetAllParams) SetContext

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

SetContext adds the context to the get all params

func (*GetAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all params

func (*GetAllParams) SetTimeout

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

SetTimeout adds the timeout to the get all params

func (*GetAllParams) WithContext

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

WithContext adds the context to the get all params

func (*GetAllParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get all params

func (*GetAllParams) WithTimeout

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

WithTimeout adds the timeout to the get all params

func (*GetAllParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllReader

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

GetAllReader is a Reader for the GetAll structure.

func (*GetAllReader) ReadResponse

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