about

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 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 about API

func (*Client) GetAboutPage

func (a *Client) GetAboutPage(params *GetAboutPageParams, opts ...ClientOption) (*GetAboutPageOK, error)
GetAboutPage gets about page

The page contains information about the supported API versions and the latest API version. The version parameter is mandatory for endpoints introduced after version 2019-01-15and optional for the rest though highly recommended.

If you do not specify explicitly an exact version, you will be calling the latest supported General Availability API version. Here is an example of a call which specifies the exact version you are using: `GET /iaas/api/network-profiles?apiVersion=2021-07-15`

Note that this version is deprecated: 2019-01-15.

func (*Client) GetAboutPageMixin5 added in v0.5.0

func (a *Client) GetAboutPageMixin5(params *GetAboutPageMixin5Params, opts ...ClientOption) (*GetAboutPageMixin5OK, error)
GetAboutPageMixin5 gets about page

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended.

If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: `GET /project-service/api/projects?apiVersion=2019-01-15`

func (*Client) GetAboutUsingGET added in v0.2.8

func (a *Client) GetAboutUsingGET(params *GetAboutUsingGETParams, opts ...ClientOption) (*GetAboutUsingGETOK, error)
GetAboutUsingGET returns content API information

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended.

If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: GET /content/api/sources?apiVersion=2019-01-15

func (*Client) GetAboutUsingGET1 added in v0.2.0

func (a *Client) GetAboutUsingGET1(params *GetAboutUsingGET1Params, opts ...ClientOption) (*GetAboutUsingGET1OK, error)
GetAboutUsingGET1 returns blueprint API information

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended.

If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: GET /blueprint/api/blueprints?apiVersion=2019-09-12

func (*Client) HandleGetAboutUsingGET added in v0.2.22

func (a *Client) HandleGetAboutUsingGET(params *HandleGetAboutUsingGETParams, opts ...ClientOption) (*HandleGetAboutUsingGETOK, error)
HandleGetAboutUsingGET gets about page

The page contains information about the supported API versions and the latest API version. The version parameter is optional but highly recommended.

If you do not specify explicitly an exact version, you will be calling the latest supported API version. Here is an example of a call which specifies the exact version you are using: `GET /codestream/api/pipelines?apiVersion=2019-10-17`

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.2.20

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService added in v0.2.18

type ClientService interface {
	GetAboutPage(params *GetAboutPageParams, opts ...ClientOption) (*GetAboutPageOK, error)

	GetAboutPageMixin5(params *GetAboutPageMixin5Params, opts ...ClientOption) (*GetAboutPageMixin5OK, error)

	GetAboutUsingGET(params *GetAboutUsingGETParams, opts ...ClientOption) (*GetAboutUsingGETOK, error)

	GetAboutUsingGET1(params *GetAboutUsingGET1Params, opts ...ClientOption) (*GetAboutUsingGET1OK, error)

	HandleGetAboutUsingGET(params *HandleGetAboutUsingGETParams, opts ...ClientOption) (*HandleGetAboutUsingGETOK, 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 about API client.

type GetAboutPageForbidden

type GetAboutPageForbidden struct {
	Payload *models.ServiceErrorResponse
}

GetAboutPageForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAboutPageForbidden

func NewGetAboutPageForbidden() *GetAboutPageForbidden

NewGetAboutPageForbidden creates a GetAboutPageForbidden with default headers values

func (*GetAboutPageForbidden) Error

func (o *GetAboutPageForbidden) Error() string

func (*GetAboutPageForbidden) GetPayload added in v0.2.20

func (*GetAboutPageForbidden) IsClientError added in v0.5.0

func (o *GetAboutPageForbidden) IsClientError() bool

IsClientError returns true when this get about page forbidden response has a 4xx status code

func (*GetAboutPageForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get about page forbidden response a status code equal to that given

func (*GetAboutPageForbidden) IsRedirect added in v0.5.0

func (o *GetAboutPageForbidden) IsRedirect() bool

IsRedirect returns true when this get about page forbidden response has a 3xx status code

func (*GetAboutPageForbidden) IsServerError added in v0.5.0

func (o *GetAboutPageForbidden) IsServerError() bool

IsServerError returns true when this get about page forbidden response has a 5xx status code

func (*GetAboutPageForbidden) IsSuccess added in v0.5.0

func (o *GetAboutPageForbidden) IsSuccess() bool

IsSuccess returns true when this get about page forbidden response has a 2xx status code

func (*GetAboutPageForbidden) String added in v0.5.0

func (o *GetAboutPageForbidden) String() string

type GetAboutPageMixin5NotAcceptable added in v0.5.0

type GetAboutPageMixin5NotAcceptable struct {
}

GetAboutPageMixin5NotAcceptable describes a response with status code 406, with default header values.

Could not find acceptable representation

func NewGetAboutPageMixin5NotAcceptable added in v0.5.0

func NewGetAboutPageMixin5NotAcceptable() *GetAboutPageMixin5NotAcceptable

NewGetAboutPageMixin5NotAcceptable creates a GetAboutPageMixin5NotAcceptable with default headers values

func (*GetAboutPageMixin5NotAcceptable) Error added in v0.5.0

func (*GetAboutPageMixin5NotAcceptable) IsClientError added in v0.5.0

func (o *GetAboutPageMixin5NotAcceptable) IsClientError() bool

IsClientError returns true when this get about page mixin5 not acceptable response has a 4xx status code

func (*GetAboutPageMixin5NotAcceptable) IsCode added in v0.5.0

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

IsCode returns true when this get about page mixin5 not acceptable response a status code equal to that given

func (*GetAboutPageMixin5NotAcceptable) IsRedirect added in v0.5.0

func (o *GetAboutPageMixin5NotAcceptable) IsRedirect() bool

IsRedirect returns true when this get about page mixin5 not acceptable response has a 3xx status code

func (*GetAboutPageMixin5NotAcceptable) IsServerError added in v0.5.0

func (o *GetAboutPageMixin5NotAcceptable) IsServerError() bool

IsServerError returns true when this get about page mixin5 not acceptable response has a 5xx status code

func (*GetAboutPageMixin5NotAcceptable) IsSuccess added in v0.5.0

func (o *GetAboutPageMixin5NotAcceptable) IsSuccess() bool

IsSuccess returns true when this get about page mixin5 not acceptable response has a 2xx status code

func (*GetAboutPageMixin5NotAcceptable) String added in v0.5.0

type GetAboutPageMixin5OK added in v0.5.0

type GetAboutPageMixin5OK struct {
	Payload models.ProjectAbout
}

GetAboutPageMixin5OK describes a response with status code 200, with default header values.

OK

func NewGetAboutPageMixin5OK added in v0.5.0

func NewGetAboutPageMixin5OK() *GetAboutPageMixin5OK

NewGetAboutPageMixin5OK creates a GetAboutPageMixin5OK with default headers values

func (*GetAboutPageMixin5OK) Error added in v0.5.0

func (o *GetAboutPageMixin5OK) Error() string

func (*GetAboutPageMixin5OK) GetPayload added in v0.5.0

func (o *GetAboutPageMixin5OK) GetPayload() models.ProjectAbout

func (*GetAboutPageMixin5OK) IsClientError added in v0.5.0

func (o *GetAboutPageMixin5OK) IsClientError() bool

IsClientError returns true when this get about page mixin5 o k response has a 4xx status code

func (*GetAboutPageMixin5OK) IsCode added in v0.5.0

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

IsCode returns true when this get about page mixin5 o k response a status code equal to that given

func (*GetAboutPageMixin5OK) IsRedirect added in v0.5.0

func (o *GetAboutPageMixin5OK) IsRedirect() bool

IsRedirect returns true when this get about page mixin5 o k response has a 3xx status code

func (*GetAboutPageMixin5OK) IsServerError added in v0.5.0

func (o *GetAboutPageMixin5OK) IsServerError() bool

IsServerError returns true when this get about page mixin5 o k response has a 5xx status code

func (*GetAboutPageMixin5OK) IsSuccess added in v0.5.0

func (o *GetAboutPageMixin5OK) IsSuccess() bool

IsSuccess returns true when this get about page mixin5 o k response has a 2xx status code

func (*GetAboutPageMixin5OK) String added in v0.5.0

func (o *GetAboutPageMixin5OK) String() string

type GetAboutPageMixin5Params added in v0.5.0

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

GetAboutPageMixin5Params contains all the parameters to send to the API endpoint

for the get about page mixin5 operation.

Typically these are written to a http.Request.

func NewGetAboutPageMixin5Params added in v0.5.0

func NewGetAboutPageMixin5Params() *GetAboutPageMixin5Params

NewGetAboutPageMixin5Params creates a new GetAboutPageMixin5Params 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 NewGetAboutPageMixin5ParamsWithContext added in v0.5.0

func NewGetAboutPageMixin5ParamsWithContext(ctx context.Context) *GetAboutPageMixin5Params

NewGetAboutPageMixin5ParamsWithContext creates a new GetAboutPageMixin5Params object with the ability to set a context for a request.

func NewGetAboutPageMixin5ParamsWithHTTPClient added in v0.5.0

func NewGetAboutPageMixin5ParamsWithHTTPClient(client *http.Client) *GetAboutPageMixin5Params

NewGetAboutPageMixin5ParamsWithHTTPClient creates a new GetAboutPageMixin5Params object with the ability to set a custom HTTPClient for a request.

func NewGetAboutPageMixin5ParamsWithTimeout added in v0.5.0

func NewGetAboutPageMixin5ParamsWithTimeout(timeout time.Duration) *GetAboutPageMixin5Params

NewGetAboutPageMixin5ParamsWithTimeout creates a new GetAboutPageMixin5Params object with the ability to set a timeout on a request.

func (*GetAboutPageMixin5Params) SetContext added in v0.5.0

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

SetContext adds the context to the get about page mixin5 params

func (*GetAboutPageMixin5Params) SetDefaults added in v0.5.0

func (o *GetAboutPageMixin5Params) SetDefaults()

SetDefaults hydrates default values in the get about page mixin5 params (not the query body).

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

func (*GetAboutPageMixin5Params) SetHTTPClient added in v0.5.0

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

SetHTTPClient adds the HTTPClient to the get about page mixin5 params

func (*GetAboutPageMixin5Params) SetTimeout added in v0.5.0

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

SetTimeout adds the timeout to the get about page mixin5 params

func (*GetAboutPageMixin5Params) WithContext added in v0.5.0

WithContext adds the context to the get about page mixin5 params

func (*GetAboutPageMixin5Params) WithDefaults added in v0.5.0

WithDefaults hydrates default values in the get about page mixin5 params (not the query body).

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

func (*GetAboutPageMixin5Params) WithHTTPClient added in v0.5.0

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

WithHTTPClient adds the HTTPClient to the get about page mixin5 params

func (*GetAboutPageMixin5Params) WithTimeout added in v0.5.0

WithTimeout adds the timeout to the get about page mixin5 params

func (*GetAboutPageMixin5Params) WriteToRequest added in v0.5.0

WriteToRequest writes these params to a swagger request

type GetAboutPageMixin5Reader added in v0.5.0

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

GetAboutPageMixin5Reader is a Reader for the GetAboutPageMixin5 structure.

func (*GetAboutPageMixin5Reader) ReadResponse added in v0.5.0

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

ReadResponse reads a server response into the received o.

type GetAboutPageOK

type GetAboutPageOK struct {
	Payload *models.IaaSAbout
}

GetAboutPageOK describes a response with status code 200, with default header values.

successful operation

func NewGetAboutPageOK

func NewGetAboutPageOK() *GetAboutPageOK

NewGetAboutPageOK creates a GetAboutPageOK with default headers values

func (*GetAboutPageOK) Error

func (o *GetAboutPageOK) Error() string

func (*GetAboutPageOK) GetPayload

func (o *GetAboutPageOK) GetPayload() *models.IaaSAbout

func (*GetAboutPageOK) IsClientError added in v0.5.0

func (o *GetAboutPageOK) IsClientError() bool

IsClientError returns true when this get about page o k response has a 4xx status code

func (*GetAboutPageOK) IsCode added in v0.5.0

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

IsCode returns true when this get about page o k response a status code equal to that given

func (*GetAboutPageOK) IsRedirect added in v0.5.0

func (o *GetAboutPageOK) IsRedirect() bool

IsRedirect returns true when this get about page o k response has a 3xx status code

func (*GetAboutPageOK) IsServerError added in v0.5.0

func (o *GetAboutPageOK) IsServerError() bool

IsServerError returns true when this get about page o k response has a 5xx status code

func (*GetAboutPageOK) IsSuccess added in v0.5.0

func (o *GetAboutPageOK) IsSuccess() bool

IsSuccess returns true when this get about page o k response has a 2xx status code

func (*GetAboutPageOK) String added in v0.5.0

func (o *GetAboutPageOK) String() string

type GetAboutPageParams

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

GetAboutPageParams contains all the parameters to send to the API endpoint

for the get about page operation.

Typically these are written to a http.Request.

func NewGetAboutPageParams

func NewGetAboutPageParams() *GetAboutPageParams

NewGetAboutPageParams creates a new GetAboutPageParams 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 NewGetAboutPageParamsWithContext

func NewGetAboutPageParamsWithContext(ctx context.Context) *GetAboutPageParams

NewGetAboutPageParamsWithContext creates a new GetAboutPageParams object with the ability to set a context for a request.

func NewGetAboutPageParamsWithHTTPClient

func NewGetAboutPageParamsWithHTTPClient(client *http.Client) *GetAboutPageParams

NewGetAboutPageParamsWithHTTPClient creates a new GetAboutPageParams object with the ability to set a custom HTTPClient for a request.

func NewGetAboutPageParamsWithTimeout

func NewGetAboutPageParamsWithTimeout(timeout time.Duration) *GetAboutPageParams

NewGetAboutPageParamsWithTimeout creates a new GetAboutPageParams object with the ability to set a timeout on a request.

func (*GetAboutPageParams) SetContext

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

SetContext adds the context to the get about page params

func (*GetAboutPageParams) SetDefaults added in v0.2.20

func (o *GetAboutPageParams) SetDefaults()

SetDefaults hydrates default values in the get about page params (not the query body).

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

func (*GetAboutPageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get about page params

func (*GetAboutPageParams) SetTimeout

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

SetTimeout adds the timeout to the get about page params

func (*GetAboutPageParams) WithContext

WithContext adds the context to the get about page params

func (*GetAboutPageParams) WithDefaults added in v0.2.20

func (o *GetAboutPageParams) WithDefaults() *GetAboutPageParams

WithDefaults hydrates default values in the get about page params (not the query body).

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

func (*GetAboutPageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get about page params

func (*GetAboutPageParams) WithTimeout

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

WithTimeout adds the timeout to the get about page params

func (*GetAboutPageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAboutPageReader

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

GetAboutPageReader is a Reader for the GetAboutPage structure.

func (*GetAboutPageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAboutUsingGET1Forbidden added in v0.5.0

type GetAboutUsingGET1Forbidden struct {
}

GetAboutUsingGET1Forbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAboutUsingGET1Forbidden added in v0.5.0

func NewGetAboutUsingGET1Forbidden() *GetAboutUsingGET1Forbidden

NewGetAboutUsingGET1Forbidden creates a GetAboutUsingGET1Forbidden with default headers values

func (*GetAboutUsingGET1Forbidden) Error added in v0.5.0

func (*GetAboutUsingGET1Forbidden) IsClientError added in v0.5.0

func (o *GetAboutUsingGET1Forbidden) IsClientError() bool

IsClientError returns true when this get about using g e t1 forbidden response has a 4xx status code

func (*GetAboutUsingGET1Forbidden) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t1 forbidden response a status code equal to that given

func (*GetAboutUsingGET1Forbidden) IsRedirect added in v0.5.0

func (o *GetAboutUsingGET1Forbidden) IsRedirect() bool

IsRedirect returns true when this get about using g e t1 forbidden response has a 3xx status code

func (*GetAboutUsingGET1Forbidden) IsServerError added in v0.5.0

func (o *GetAboutUsingGET1Forbidden) IsServerError() bool

IsServerError returns true when this get about using g e t1 forbidden response has a 5xx status code

func (*GetAboutUsingGET1Forbidden) IsSuccess added in v0.5.0

func (o *GetAboutUsingGET1Forbidden) IsSuccess() bool

IsSuccess returns true when this get about using g e t1 forbidden response has a 2xx status code

func (*GetAboutUsingGET1Forbidden) String added in v0.5.0

func (o *GetAboutUsingGET1Forbidden) String() string

type GetAboutUsingGET1NotFound added in v0.5.0

type GetAboutUsingGET1NotFound struct {
	Payload *models.Error
}

GetAboutUsingGET1NotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAboutUsingGET1NotFound added in v0.5.0

func NewGetAboutUsingGET1NotFound() *GetAboutUsingGET1NotFound

NewGetAboutUsingGET1NotFound creates a GetAboutUsingGET1NotFound with default headers values

func (*GetAboutUsingGET1NotFound) Error added in v0.5.0

func (o *GetAboutUsingGET1NotFound) Error() string

func (*GetAboutUsingGET1NotFound) GetPayload added in v0.5.0

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

func (*GetAboutUsingGET1NotFound) IsClientError added in v0.5.0

func (o *GetAboutUsingGET1NotFound) IsClientError() bool

IsClientError returns true when this get about using g e t1 not found response has a 4xx status code

func (*GetAboutUsingGET1NotFound) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t1 not found response a status code equal to that given

func (*GetAboutUsingGET1NotFound) IsRedirect added in v0.5.0

func (o *GetAboutUsingGET1NotFound) IsRedirect() bool

IsRedirect returns true when this get about using g e t1 not found response has a 3xx status code

func (*GetAboutUsingGET1NotFound) IsServerError added in v0.5.0

func (o *GetAboutUsingGET1NotFound) IsServerError() bool

IsServerError returns true when this get about using g e t1 not found response has a 5xx status code

func (*GetAboutUsingGET1NotFound) IsSuccess added in v0.5.0

func (o *GetAboutUsingGET1NotFound) IsSuccess() bool

IsSuccess returns true when this get about using g e t1 not found response has a 2xx status code

func (*GetAboutUsingGET1NotFound) String added in v0.5.0

func (o *GetAboutUsingGET1NotFound) String() string

type GetAboutUsingGET1OK added in v0.2.0

type GetAboutUsingGET1OK struct {
	Payload *models.BlueprintAbout
}

GetAboutUsingGET1OK describes a response with status code 200, with default header values.

OK

func NewGetAboutUsingGET1OK added in v0.2.0

func NewGetAboutUsingGET1OK() *GetAboutUsingGET1OK

NewGetAboutUsingGET1OK creates a GetAboutUsingGET1OK with default headers values

func (*GetAboutUsingGET1OK) Error added in v0.2.0

func (o *GetAboutUsingGET1OK) Error() string

func (*GetAboutUsingGET1OK) GetPayload added in v0.2.0

func (o *GetAboutUsingGET1OK) GetPayload() *models.BlueprintAbout

func (*GetAboutUsingGET1OK) IsClientError added in v0.5.0

func (o *GetAboutUsingGET1OK) IsClientError() bool

IsClientError returns true when this get about using g e t1 o k response has a 4xx status code

func (*GetAboutUsingGET1OK) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t1 o k response a status code equal to that given

func (*GetAboutUsingGET1OK) IsRedirect added in v0.5.0

func (o *GetAboutUsingGET1OK) IsRedirect() bool

IsRedirect returns true when this get about using g e t1 o k response has a 3xx status code

func (*GetAboutUsingGET1OK) IsServerError added in v0.5.0

func (o *GetAboutUsingGET1OK) IsServerError() bool

IsServerError returns true when this get about using g e t1 o k response has a 5xx status code

func (*GetAboutUsingGET1OK) IsSuccess added in v0.5.0

func (o *GetAboutUsingGET1OK) IsSuccess() bool

IsSuccess returns true when this get about using g e t1 o k response has a 2xx status code

func (*GetAboutUsingGET1OK) String added in v0.5.0

func (o *GetAboutUsingGET1OK) String() string

type GetAboutUsingGET1Params added in v0.2.0

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

GetAboutUsingGET1Params contains all the parameters to send to the API endpoint

for the get about using get1 operation.

Typically these are written to a http.Request.

func NewGetAboutUsingGET1Params added in v0.2.0

func NewGetAboutUsingGET1Params() *GetAboutUsingGET1Params

NewGetAboutUsingGET1Params creates a new GetAboutUsingGET1Params 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 NewGetAboutUsingGET1ParamsWithContext added in v0.2.0

func NewGetAboutUsingGET1ParamsWithContext(ctx context.Context) *GetAboutUsingGET1Params

NewGetAboutUsingGET1ParamsWithContext creates a new GetAboutUsingGET1Params object with the ability to set a context for a request.

func NewGetAboutUsingGET1ParamsWithHTTPClient added in v0.2.0

func NewGetAboutUsingGET1ParamsWithHTTPClient(client *http.Client) *GetAboutUsingGET1Params

NewGetAboutUsingGET1ParamsWithHTTPClient creates a new GetAboutUsingGET1Params object with the ability to set a custom HTTPClient for a request.

func NewGetAboutUsingGET1ParamsWithTimeout added in v0.2.0

func NewGetAboutUsingGET1ParamsWithTimeout(timeout time.Duration) *GetAboutUsingGET1Params

NewGetAboutUsingGET1ParamsWithTimeout creates a new GetAboutUsingGET1Params object with the ability to set a timeout on a request.

func (*GetAboutUsingGET1Params) SetContext added in v0.2.0

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

SetContext adds the context to the get about using get1 params

func (*GetAboutUsingGET1Params) SetDefaults added in v0.2.20

func (o *GetAboutUsingGET1Params) SetDefaults()

SetDefaults hydrates default values in the get about using get1 params (not the query body).

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

func (*GetAboutUsingGET1Params) SetHTTPClient added in v0.2.0

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

SetHTTPClient adds the HTTPClient to the get about using get1 params

func (*GetAboutUsingGET1Params) SetTimeout added in v0.2.0

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

SetTimeout adds the timeout to the get about using get1 params

func (*GetAboutUsingGET1Params) WithContext added in v0.2.0

WithContext adds the context to the get about using get1 params

func (*GetAboutUsingGET1Params) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get about using get1 params (not the query body).

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

func (*GetAboutUsingGET1Params) WithHTTPClient added in v0.2.0

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

WithHTTPClient adds the HTTPClient to the get about using get1 params

func (*GetAboutUsingGET1Params) WithTimeout added in v0.2.0

WithTimeout adds the timeout to the get about using get1 params

func (*GetAboutUsingGET1Params) WriteToRequest added in v0.2.0

WriteToRequest writes these params to a swagger request

type GetAboutUsingGET1Reader added in v0.2.0

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

GetAboutUsingGET1Reader is a Reader for the GetAboutUsingGET1 structure.

func (*GetAboutUsingGET1Reader) ReadResponse added in v0.2.0

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

ReadResponse reads a server response into the received o.

type GetAboutUsingGET1Unauthorized added in v0.5.0

type GetAboutUsingGET1Unauthorized struct {
}

GetAboutUsingGET1Unauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetAboutUsingGET1Unauthorized added in v0.5.0

func NewGetAboutUsingGET1Unauthorized() *GetAboutUsingGET1Unauthorized

NewGetAboutUsingGET1Unauthorized creates a GetAboutUsingGET1Unauthorized with default headers values

func (*GetAboutUsingGET1Unauthorized) Error added in v0.5.0

func (*GetAboutUsingGET1Unauthorized) IsClientError added in v0.5.0

func (o *GetAboutUsingGET1Unauthorized) IsClientError() bool

IsClientError returns true when this get about using g e t1 unauthorized response has a 4xx status code

func (*GetAboutUsingGET1Unauthorized) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t1 unauthorized response a status code equal to that given

func (*GetAboutUsingGET1Unauthorized) IsRedirect added in v0.5.0

func (o *GetAboutUsingGET1Unauthorized) IsRedirect() bool

IsRedirect returns true when this get about using g e t1 unauthorized response has a 3xx status code

func (*GetAboutUsingGET1Unauthorized) IsServerError added in v0.5.0

func (o *GetAboutUsingGET1Unauthorized) IsServerError() bool

IsServerError returns true when this get about using g e t1 unauthorized response has a 5xx status code

func (*GetAboutUsingGET1Unauthorized) IsSuccess added in v0.5.0

func (o *GetAboutUsingGET1Unauthorized) IsSuccess() bool

IsSuccess returns true when this get about using g e t1 unauthorized response has a 2xx status code

func (*GetAboutUsingGET1Unauthorized) String added in v0.5.0

type GetAboutUsingGETForbidden added in v0.5.0

type GetAboutUsingGETForbidden struct {
}

GetAboutUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAboutUsingGETForbidden added in v0.5.0

func NewGetAboutUsingGETForbidden() *GetAboutUsingGETForbidden

NewGetAboutUsingGETForbidden creates a GetAboutUsingGETForbidden with default headers values

func (*GetAboutUsingGETForbidden) Error added in v0.5.0

func (o *GetAboutUsingGETForbidden) Error() string

func (*GetAboutUsingGETForbidden) IsClientError added in v0.5.0

func (o *GetAboutUsingGETForbidden) IsClientError() bool

IsClientError returns true when this get about using g e t forbidden response has a 4xx status code

func (*GetAboutUsingGETForbidden) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t forbidden response a status code equal to that given

func (*GetAboutUsingGETForbidden) IsRedirect added in v0.5.0

func (o *GetAboutUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this get about using g e t forbidden response has a 3xx status code

func (*GetAboutUsingGETForbidden) IsServerError added in v0.5.0

func (o *GetAboutUsingGETForbidden) IsServerError() bool

IsServerError returns true when this get about using g e t forbidden response has a 5xx status code

func (*GetAboutUsingGETForbidden) IsSuccess added in v0.5.0

func (o *GetAboutUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this get about using g e t forbidden response has a 2xx status code

func (*GetAboutUsingGETForbidden) String added in v0.5.0

func (o *GetAboutUsingGETForbidden) String() string

type GetAboutUsingGETNotFound added in v0.5.0

type GetAboutUsingGETNotFound struct {
	Payload *models.Error
}

GetAboutUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAboutUsingGETNotFound added in v0.5.0

func NewGetAboutUsingGETNotFound() *GetAboutUsingGETNotFound

NewGetAboutUsingGETNotFound creates a GetAboutUsingGETNotFound with default headers values

func (*GetAboutUsingGETNotFound) Error added in v0.5.0

func (o *GetAboutUsingGETNotFound) Error() string

func (*GetAboutUsingGETNotFound) GetPayload added in v0.5.0

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

func (*GetAboutUsingGETNotFound) IsClientError added in v0.5.0

func (o *GetAboutUsingGETNotFound) IsClientError() bool

IsClientError returns true when this get about using g e t not found response has a 4xx status code

func (*GetAboutUsingGETNotFound) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t not found response a status code equal to that given

func (*GetAboutUsingGETNotFound) IsRedirect added in v0.5.0

func (o *GetAboutUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this get about using g e t not found response has a 3xx status code

func (*GetAboutUsingGETNotFound) IsServerError added in v0.5.0

func (o *GetAboutUsingGETNotFound) IsServerError() bool

IsServerError returns true when this get about using g e t not found response has a 5xx status code

func (*GetAboutUsingGETNotFound) IsSuccess added in v0.5.0

func (o *GetAboutUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this get about using g e t not found response has a 2xx status code

func (*GetAboutUsingGETNotFound) String added in v0.5.0

func (o *GetAboutUsingGETNotFound) String() string

type GetAboutUsingGETOK added in v0.2.7

type GetAboutUsingGETOK struct {
	Payload *models.ContentAbout
}

GetAboutUsingGETOK describes a response with status code 200, with default header values.

OK

func NewGetAboutUsingGETOK added in v0.2.7

func NewGetAboutUsingGETOK() *GetAboutUsingGETOK

NewGetAboutUsingGETOK creates a GetAboutUsingGETOK with default headers values

func (*GetAboutUsingGETOK) Error added in v0.2.7

func (o *GetAboutUsingGETOK) Error() string

func (*GetAboutUsingGETOK) GetPayload added in v0.2.7

func (o *GetAboutUsingGETOK) GetPayload() *models.ContentAbout

func (*GetAboutUsingGETOK) IsClientError added in v0.5.0

func (o *GetAboutUsingGETOK) IsClientError() bool

IsClientError returns true when this get about using g e t o k response has a 4xx status code

func (*GetAboutUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t o k response a status code equal to that given

func (*GetAboutUsingGETOK) IsRedirect added in v0.5.0

func (o *GetAboutUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get about using g e t o k response has a 3xx status code

func (*GetAboutUsingGETOK) IsServerError added in v0.5.0

func (o *GetAboutUsingGETOK) IsServerError() bool

IsServerError returns true when this get about using g e t o k response has a 5xx status code

func (*GetAboutUsingGETOK) IsSuccess added in v0.5.0

func (o *GetAboutUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get about using g e t o k response has a 2xx status code

func (*GetAboutUsingGETOK) String added in v0.5.0

func (o *GetAboutUsingGETOK) String() string

type GetAboutUsingGETParams added in v0.2.7

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

GetAboutUsingGETParams contains all the parameters to send to the API endpoint

for the get about using g e t operation.

Typically these are written to a http.Request.

func NewGetAboutUsingGETParams added in v0.2.7

func NewGetAboutUsingGETParams() *GetAboutUsingGETParams

NewGetAboutUsingGETParams creates a new GetAboutUsingGETParams 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 NewGetAboutUsingGETParamsWithContext added in v0.2.7

func NewGetAboutUsingGETParamsWithContext(ctx context.Context) *GetAboutUsingGETParams

NewGetAboutUsingGETParamsWithContext creates a new GetAboutUsingGETParams object with the ability to set a context for a request.

func NewGetAboutUsingGETParamsWithHTTPClient added in v0.2.7

func NewGetAboutUsingGETParamsWithHTTPClient(client *http.Client) *GetAboutUsingGETParams

NewGetAboutUsingGETParamsWithHTTPClient creates a new GetAboutUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetAboutUsingGETParamsWithTimeout added in v0.2.7

func NewGetAboutUsingGETParamsWithTimeout(timeout time.Duration) *GetAboutUsingGETParams

NewGetAboutUsingGETParamsWithTimeout creates a new GetAboutUsingGETParams object with the ability to set a timeout on a request.

func (*GetAboutUsingGETParams) SetContext added in v0.2.7

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

SetContext adds the context to the get about using get params

func (*GetAboutUsingGETParams) SetDefaults added in v0.2.20

func (o *GetAboutUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get about using get params (not the query body).

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

func (*GetAboutUsingGETParams) SetHTTPClient added in v0.2.7

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

SetHTTPClient adds the HTTPClient to the get about using get params

func (*GetAboutUsingGETParams) SetTimeout added in v0.2.7

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

SetTimeout adds the timeout to the get about using get params

func (*GetAboutUsingGETParams) WithContext added in v0.2.7

WithContext adds the context to the get about using get params

func (*GetAboutUsingGETParams) WithDefaults added in v0.2.20

WithDefaults hydrates default values in the get about using get params (not the query body).

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

func (*GetAboutUsingGETParams) WithHTTPClient added in v0.2.7

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

WithHTTPClient adds the HTTPClient to the get about using get params

func (*GetAboutUsingGETParams) WithTimeout added in v0.2.7

WithTimeout adds the timeout to the get about using get params

func (*GetAboutUsingGETParams) WriteToRequest added in v0.2.7

WriteToRequest writes these params to a swagger request

type GetAboutUsingGETReader added in v0.2.7

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

GetAboutUsingGETReader is a Reader for the GetAboutUsingGET structure.

func (*GetAboutUsingGETReader) ReadResponse added in v0.2.7

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

ReadResponse reads a server response into the received o.

type GetAboutUsingGETUnauthorized added in v0.5.0

type GetAboutUsingGETUnauthorized struct {
}

GetAboutUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetAboutUsingGETUnauthorized added in v0.5.0

func NewGetAboutUsingGETUnauthorized() *GetAboutUsingGETUnauthorized

NewGetAboutUsingGETUnauthorized creates a GetAboutUsingGETUnauthorized with default headers values

func (*GetAboutUsingGETUnauthorized) Error added in v0.5.0

func (*GetAboutUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *GetAboutUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this get about using g e t unauthorized response has a 4xx status code

func (*GetAboutUsingGETUnauthorized) IsCode added in v0.5.0

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

IsCode returns true when this get about using g e t unauthorized response a status code equal to that given

func (*GetAboutUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *GetAboutUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this get about using g e t unauthorized response has a 3xx status code

func (*GetAboutUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *GetAboutUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this get about using g e t unauthorized response has a 5xx status code

func (*GetAboutUsingGETUnauthorized) IsSuccess added in v0.5.0

func (o *GetAboutUsingGETUnauthorized) IsSuccess() bool

IsSuccess returns true when this get about using g e t unauthorized response has a 2xx status code

func (*GetAboutUsingGETUnauthorized) String added in v0.5.0

type HandleGetAboutUsingGETForbidden added in v0.2.22

type HandleGetAboutUsingGETForbidden struct {
}

HandleGetAboutUsingGETForbidden describes a response with status code 403, with default header values.

Forbidden

func NewHandleGetAboutUsingGETForbidden added in v0.2.22

func NewHandleGetAboutUsingGETForbidden() *HandleGetAboutUsingGETForbidden

NewHandleGetAboutUsingGETForbidden creates a HandleGetAboutUsingGETForbidden with default headers values

func (*HandleGetAboutUsingGETForbidden) Error added in v0.2.22

func (*HandleGetAboutUsingGETForbidden) IsClientError added in v0.5.0

func (o *HandleGetAboutUsingGETForbidden) IsClientError() bool

IsClientError returns true when this handle get about using g e t forbidden response has a 4xx status code

func (*HandleGetAboutUsingGETForbidden) IsCode added in v0.5.0

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

IsCode returns true when this handle get about using g e t forbidden response a status code equal to that given

func (*HandleGetAboutUsingGETForbidden) IsRedirect added in v0.5.0

func (o *HandleGetAboutUsingGETForbidden) IsRedirect() bool

IsRedirect returns true when this handle get about using g e t forbidden response has a 3xx status code

func (*HandleGetAboutUsingGETForbidden) IsServerError added in v0.5.0

func (o *HandleGetAboutUsingGETForbidden) IsServerError() bool

IsServerError returns true when this handle get about using g e t forbidden response has a 5xx status code

func (*HandleGetAboutUsingGETForbidden) IsSuccess added in v0.5.0

func (o *HandleGetAboutUsingGETForbidden) IsSuccess() bool

IsSuccess returns true when this handle get about using g e t forbidden response has a 2xx status code

func (*HandleGetAboutUsingGETForbidden) String added in v0.5.0

type HandleGetAboutUsingGETInternalServerError added in v0.2.22

type HandleGetAboutUsingGETInternalServerError struct {
}

HandleGetAboutUsingGETInternalServerError describes a response with status code 500, with default header values.

Server Error

func NewHandleGetAboutUsingGETInternalServerError added in v0.2.22

func NewHandleGetAboutUsingGETInternalServerError() *HandleGetAboutUsingGETInternalServerError

NewHandleGetAboutUsingGETInternalServerError creates a HandleGetAboutUsingGETInternalServerError with default headers values

func (*HandleGetAboutUsingGETInternalServerError) Error added in v0.2.22

func (*HandleGetAboutUsingGETInternalServerError) IsClientError added in v0.5.0

IsClientError returns true when this handle get about using g e t internal server error response has a 4xx status code

func (*HandleGetAboutUsingGETInternalServerError) IsCode added in v0.5.0

IsCode returns true when this handle get about using g e t internal server error response a status code equal to that given

func (*HandleGetAboutUsingGETInternalServerError) IsRedirect added in v0.5.0

IsRedirect returns true when this handle get about using g e t internal server error response has a 3xx status code

func (*HandleGetAboutUsingGETInternalServerError) IsServerError added in v0.5.0

IsServerError returns true when this handle get about using g e t internal server error response has a 5xx status code

func (*HandleGetAboutUsingGETInternalServerError) IsSuccess added in v0.5.0

IsSuccess returns true when this handle get about using g e t internal server error response has a 2xx status code

func (*HandleGetAboutUsingGETInternalServerError) String added in v0.5.0

type HandleGetAboutUsingGETNotFound added in v0.2.22

type HandleGetAboutUsingGETNotFound struct {
	Payload *models.Error
}

HandleGetAboutUsingGETNotFound describes a response with status code 404, with default header values.

Not Found

func NewHandleGetAboutUsingGETNotFound added in v0.2.22

func NewHandleGetAboutUsingGETNotFound() *HandleGetAboutUsingGETNotFound

NewHandleGetAboutUsingGETNotFound creates a HandleGetAboutUsingGETNotFound with default headers values

func (*HandleGetAboutUsingGETNotFound) Error added in v0.2.22

func (*HandleGetAboutUsingGETNotFound) GetPayload added in v0.2.22

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

func (*HandleGetAboutUsingGETNotFound) IsClientError added in v0.5.0

func (o *HandleGetAboutUsingGETNotFound) IsClientError() bool

IsClientError returns true when this handle get about using g e t not found response has a 4xx status code

func (*HandleGetAboutUsingGETNotFound) IsCode added in v0.5.0

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

IsCode returns true when this handle get about using g e t not found response a status code equal to that given

func (*HandleGetAboutUsingGETNotFound) IsRedirect added in v0.5.0

func (o *HandleGetAboutUsingGETNotFound) IsRedirect() bool

IsRedirect returns true when this handle get about using g e t not found response has a 3xx status code

func (*HandleGetAboutUsingGETNotFound) IsServerError added in v0.5.0

func (o *HandleGetAboutUsingGETNotFound) IsServerError() bool

IsServerError returns true when this handle get about using g e t not found response has a 5xx status code

func (*HandleGetAboutUsingGETNotFound) IsSuccess added in v0.5.0

func (o *HandleGetAboutUsingGETNotFound) IsSuccess() bool

IsSuccess returns true when this handle get about using g e t not found response has a 2xx status code

func (*HandleGetAboutUsingGETNotFound) String added in v0.5.0

type HandleGetAboutUsingGETOK added in v0.2.22

type HandleGetAboutUsingGETOK struct {
	Payload models.About
}

HandleGetAboutUsingGETOK describes a response with status code 200, with default header values.

'Success' with the requested Endpoint

func NewHandleGetAboutUsingGETOK added in v0.2.22

func NewHandleGetAboutUsingGETOK() *HandleGetAboutUsingGETOK

NewHandleGetAboutUsingGETOK creates a HandleGetAboutUsingGETOK with default headers values

func (*HandleGetAboutUsingGETOK) Error added in v0.2.22

func (o *HandleGetAboutUsingGETOK) Error() string

func (*HandleGetAboutUsingGETOK) GetPayload added in v0.2.22

func (o *HandleGetAboutUsingGETOK) GetPayload() models.About

func (*HandleGetAboutUsingGETOK) IsClientError added in v0.5.0

func (o *HandleGetAboutUsingGETOK) IsClientError() bool

IsClientError returns true when this handle get about using g e t o k response has a 4xx status code

func (*HandleGetAboutUsingGETOK) IsCode added in v0.5.0

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

IsCode returns true when this handle get about using g e t o k response a status code equal to that given

func (*HandleGetAboutUsingGETOK) IsRedirect added in v0.5.0

func (o *HandleGetAboutUsingGETOK) IsRedirect() bool

IsRedirect returns true when this handle get about using g e t o k response has a 3xx status code

func (*HandleGetAboutUsingGETOK) IsServerError added in v0.5.0

func (o *HandleGetAboutUsingGETOK) IsServerError() bool

IsServerError returns true when this handle get about using g e t o k response has a 5xx status code

func (*HandleGetAboutUsingGETOK) IsSuccess added in v0.5.0

func (o *HandleGetAboutUsingGETOK) IsSuccess() bool

IsSuccess returns true when this handle get about using g e t o k response has a 2xx status code

func (*HandleGetAboutUsingGETOK) String added in v0.5.0

func (o *HandleGetAboutUsingGETOK) String() string

type HandleGetAboutUsingGETParams added in v0.2.22

type HandleGetAboutUsingGETParams struct {

	/* Authorization.

	   Bearer token
	*/
	Authorization string

	/* APIVersion.

	   The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
	*/
	APIVersion string

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

HandleGetAboutUsingGETParams contains all the parameters to send to the API endpoint

for the handle get about using g e t operation.

Typically these are written to a http.Request.

func NewHandleGetAboutUsingGETParams added in v0.2.22

func NewHandleGetAboutUsingGETParams() *HandleGetAboutUsingGETParams

NewHandleGetAboutUsingGETParams creates a new HandleGetAboutUsingGETParams 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 NewHandleGetAboutUsingGETParamsWithContext added in v0.2.22

func NewHandleGetAboutUsingGETParamsWithContext(ctx context.Context) *HandleGetAboutUsingGETParams

NewHandleGetAboutUsingGETParamsWithContext creates a new HandleGetAboutUsingGETParams object with the ability to set a context for a request.

func NewHandleGetAboutUsingGETParamsWithHTTPClient added in v0.2.22

func NewHandleGetAboutUsingGETParamsWithHTTPClient(client *http.Client) *HandleGetAboutUsingGETParams

NewHandleGetAboutUsingGETParamsWithHTTPClient creates a new HandleGetAboutUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewHandleGetAboutUsingGETParamsWithTimeout added in v0.2.22

func NewHandleGetAboutUsingGETParamsWithTimeout(timeout time.Duration) *HandleGetAboutUsingGETParams

NewHandleGetAboutUsingGETParamsWithTimeout creates a new HandleGetAboutUsingGETParams object with the ability to set a timeout on a request.

func (*HandleGetAboutUsingGETParams) SetAPIVersion added in v0.2.22

func (o *HandleGetAboutUsingGETParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the handle get about using get params

func (*HandleGetAboutUsingGETParams) SetAuthorization added in v0.2.22

func (o *HandleGetAboutUsingGETParams) SetAuthorization(authorization string)

SetAuthorization adds the authorization to the handle get about using get params

func (*HandleGetAboutUsingGETParams) SetContext added in v0.2.22

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

SetContext adds the context to the handle get about using get params

func (*HandleGetAboutUsingGETParams) SetDefaults added in v0.2.22

func (o *HandleGetAboutUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the handle get about using get params (not the query body).

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

func (*HandleGetAboutUsingGETParams) SetHTTPClient added in v0.2.22

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

SetHTTPClient adds the HTTPClient to the handle get about using get params

func (*HandleGetAboutUsingGETParams) SetTimeout added in v0.2.22

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

SetTimeout adds the timeout to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WithAPIVersion added in v0.2.22

func (o *HandleGetAboutUsingGETParams) WithAPIVersion(aPIVersion string) *HandleGetAboutUsingGETParams

WithAPIVersion adds the aPIVersion to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WithAuthorization added in v0.2.22

func (o *HandleGetAboutUsingGETParams) WithAuthorization(authorization string) *HandleGetAboutUsingGETParams

WithAuthorization adds the authorization to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WithContext added in v0.2.22

WithContext adds the context to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WithDefaults added in v0.2.22

WithDefaults hydrates default values in the handle get about using get params (not the query body).

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

func (*HandleGetAboutUsingGETParams) WithHTTPClient added in v0.2.22

WithHTTPClient adds the HTTPClient to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WithTimeout added in v0.2.22

WithTimeout adds the timeout to the handle get about using get params

func (*HandleGetAboutUsingGETParams) WriteToRequest added in v0.2.22

WriteToRequest writes these params to a swagger request

type HandleGetAboutUsingGETReader added in v0.2.22

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

HandleGetAboutUsingGETReader is a Reader for the HandleGetAboutUsingGET structure.

func (*HandleGetAboutUsingGETReader) ReadResponse added in v0.2.22

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

ReadResponse reads a server response into the received o.

type HandleGetAboutUsingGETUnauthorized added in v0.2.22

type HandleGetAboutUsingGETUnauthorized struct {
}

HandleGetAboutUsingGETUnauthorized describes a response with status code 401, with default header values.

Unauthorized Request

func NewHandleGetAboutUsingGETUnauthorized added in v0.2.22

func NewHandleGetAboutUsingGETUnauthorized() *HandleGetAboutUsingGETUnauthorized

NewHandleGetAboutUsingGETUnauthorized creates a HandleGetAboutUsingGETUnauthorized with default headers values

func (*HandleGetAboutUsingGETUnauthorized) Error added in v0.2.22

func (*HandleGetAboutUsingGETUnauthorized) IsClientError added in v0.5.0

func (o *HandleGetAboutUsingGETUnauthorized) IsClientError() bool

IsClientError returns true when this handle get about using g e t unauthorized response has a 4xx status code

func (*HandleGetAboutUsingGETUnauthorized) IsCode added in v0.5.0

IsCode returns true when this handle get about using g e t unauthorized response a status code equal to that given

func (*HandleGetAboutUsingGETUnauthorized) IsRedirect added in v0.5.0

func (o *HandleGetAboutUsingGETUnauthorized) IsRedirect() bool

IsRedirect returns true when this handle get about using g e t unauthorized response has a 3xx status code

func (*HandleGetAboutUsingGETUnauthorized) IsServerError added in v0.5.0

func (o *HandleGetAboutUsingGETUnauthorized) IsServerError() bool

IsServerError returns true when this handle get about using g e t unauthorized response has a 5xx status code

func (*HandleGetAboutUsingGETUnauthorized) IsSuccess added in v0.5.0

IsSuccess returns true when this handle get about using g e t unauthorized response has a 2xx status code

func (*HandleGetAboutUsingGETUnauthorized) String added in v0.5.0

Jump to

Keyboard shortcuts

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