operations

package
v0.73.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllocsHandlerOK added in v0.73.0

type AllocsHandlerOK struct {
}

AllocsHandlerOK handles this case with default header values.

OK

func NewAllocsHandlerOK added in v0.73.0

func NewAllocsHandlerOK() *AllocsHandlerOK

NewAllocsHandlerOK creates a AllocsHandlerOK with default headers values

func (*AllocsHandlerOK) Error added in v0.73.0

func (o *AllocsHandlerOK) Error() string

type AllocsHandlerParams added in v0.73.0

type AllocsHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

AllocsHandlerParams contains all the parameters to send to the API endpoint for the allocs handler operation typically these are written to a http.Request

func NewAllocsHandlerParams added in v0.73.0

func NewAllocsHandlerParams() *AllocsHandlerParams

NewAllocsHandlerParams creates a new AllocsHandlerParams object with the default values initialized.

func NewAllocsHandlerParamsWithContext added in v0.73.0

func NewAllocsHandlerParamsWithContext(ctx context.Context) *AllocsHandlerParams

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

func NewAllocsHandlerParamsWithHTTPClient added in v0.73.0

func NewAllocsHandlerParamsWithHTTPClient(client *http.Client) *AllocsHandlerParams

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

func NewAllocsHandlerParamsWithTimeout added in v0.73.0

func NewAllocsHandlerParamsWithTimeout(timeout time.Duration) *AllocsHandlerParams

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

func (*AllocsHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *AllocsHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the allocs handler params

func (*AllocsHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the allocs handler params

func (*AllocsHandlerParams) SetFlightId added in v0.73.0

func (o *AllocsHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AllocsHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the allocs handler params

func (*AllocsHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *AllocsHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the allocs handler params

func (*AllocsHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the allocs handler params

func (*AllocsHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the allocs handler params

func (*AllocsHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the allocs handler params

func (*AllocsHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the allocs handler params

func (*AllocsHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type AllocsHandlerReader added in v0.73.0

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

AllocsHandlerReader is a Reader for the AllocsHandler structure.

func (*AllocsHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type BlockHandlerOK added in v0.73.0

type BlockHandlerOK struct {
}

BlockHandlerOK handles this case with default header values.

OK

func NewBlockHandlerOK added in v0.73.0

func NewBlockHandlerOK() *BlockHandlerOK

NewBlockHandlerOK creates a BlockHandlerOK with default headers values

func (*BlockHandlerOK) Error added in v0.73.0

func (o *BlockHandlerOK) Error() string

type BlockHandlerParams added in v0.73.0

type BlockHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

BlockHandlerParams contains all the parameters to send to the API endpoint for the block handler operation typically these are written to a http.Request

func NewBlockHandlerParams added in v0.73.0

func NewBlockHandlerParams() *BlockHandlerParams

NewBlockHandlerParams creates a new BlockHandlerParams object with the default values initialized.

func NewBlockHandlerParamsWithContext added in v0.73.0

func NewBlockHandlerParamsWithContext(ctx context.Context) *BlockHandlerParams

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

func NewBlockHandlerParamsWithHTTPClient added in v0.73.0

func NewBlockHandlerParamsWithHTTPClient(client *http.Client) *BlockHandlerParams

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

func NewBlockHandlerParamsWithTimeout added in v0.73.0

func NewBlockHandlerParamsWithTimeout(timeout time.Duration) *BlockHandlerParams

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

func (*BlockHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *BlockHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the block handler params

func (*BlockHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the block handler params

func (*BlockHandlerParams) SetFlightId added in v0.73.0

func (o *BlockHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*BlockHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the block handler params

func (*BlockHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *BlockHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the block handler params

func (*BlockHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the block handler params

func (*BlockHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the block handler params

func (*BlockHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the block handler params

func (*BlockHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the block handler params

func (*BlockHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type BlockHandlerReader added in v0.73.0

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

BlockHandlerReader is a Reader for the BlockHandler structure.

func (*BlockHandlerReader) ReadResponse added in v0.73.0

func (o *BlockHandlerReader) 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 operations API

func (*Client) AllocsHandler deprecated added in v0.73.0

func (a *Client) AllocsHandler(params *AllocsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*AllocsHandlerOK, error)

Deprecated: 2022-08-10 - Use AllocsHandlerShort instead.

AllocsHandler

func (*Client) AllocsHandlerShort added in v0.73.0

func (a *Client) AllocsHandlerShort(params *AllocsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*AllocsHandlerOK, error)

AllocsHandlerShort

func (*Client) BlockHandler deprecated added in v0.73.0

func (a *Client) BlockHandler(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error)

Deprecated: 2022-08-10 - Use BlockHandlerShort instead.

BlockHandler

func (*Client) BlockHandlerShort added in v0.73.0

func (a *Client) BlockHandlerShort(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error)

BlockHandlerShort

func (*Client) CmdlineHandler deprecated added in v0.73.0

func (a *Client) CmdlineHandler(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error)

Deprecated: 2022-08-10 - Use CmdlineHandlerShort instead.

CmdlineHandler

func (*Client) CmdlineHandlerShort added in v0.73.0

func (a *Client) CmdlineHandlerShort(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error)

CmdlineHandlerShort

func (*Client) GetHealthcheckInfo deprecated

func (a *Client) GetHealthcheckInfo(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)

Deprecated: 2022-08-10 - Use GetHealthcheckInfoShort instead.

GetHealthcheckInfo

func (*Client) GetHealthcheckInfoShort

func (a *Client) GetHealthcheckInfoShort(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)

GetHealthcheckInfoShort

func (*Client) GetHealthcheckInfoV1 deprecated

func (a *Client) GetHealthcheckInfoV1(params *GetHealthcheckInfoV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoV1OK, error)

Deprecated: 2022-08-10 - Use GetHealthcheckInfoV1Short instead.

GetHealthcheckInfoV1

func (*Client) GetHealthcheckInfoV1Short

func (a *Client) GetHealthcheckInfoV1Short(params *GetHealthcheckInfoV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoV1OK, error)

GetHealthcheckInfoV1Short

func (*Client) GoroutineHandler deprecated added in v0.73.0

func (a *Client) GoroutineHandler(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error)

Deprecated: 2022-08-10 - Use GoroutineHandlerShort instead.

GoroutineHandler

func (*Client) GoroutineHandlerShort added in v0.73.0

func (a *Client) GoroutineHandlerShort(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error)

GoroutineHandlerShort

func (*Client) HeapHandler deprecated added in v0.73.0

func (a *Client) HeapHandler(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error)

Deprecated: 2022-08-10 - Use HeapHandlerShort instead.

HeapHandler

func (*Client) HeapHandlerShort added in v0.73.0

func (a *Client) HeapHandlerShort(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error)

HeapHandlerShort

func (*Client) MutexHandler deprecated added in v0.73.0

func (a *Client) MutexHandler(params *MutexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*MutexHandlerOK, error)

Deprecated: 2022-08-10 - Use MutexHandlerShort instead.

MutexHandler

func (*Client) MutexHandlerShort added in v0.73.0

func (a *Client) MutexHandlerShort(params *MutexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*MutexHandlerOK, error)

MutexHandlerShort

func (*Client) PprofHandler deprecated added in v0.73.0

func (a *Client) PprofHandler(params *PprofHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PprofHandlerOK, error)

Deprecated: 2022-08-10 - Use PprofHandlerShort instead.

PprofHandler

func (*Client) PprofHandlerShort added in v0.73.0

func (a *Client) PprofHandlerShort(params *PprofHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PprofHandlerOK, error)

PprofHandlerShort

func (*Client) Profile deprecated added in v0.73.0

func (a *Client) Profile(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error)

Deprecated: 2022-08-10 - Use ProfileShort instead.

Profile

func (*Client) ProfileShort added in v0.73.0

func (a *Client) ProfileShort(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error)

ProfileShort

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) SymbolHandler deprecated added in v0.73.0

func (a *Client) SymbolHandler(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error)

Deprecated: 2022-08-10 - Use SymbolHandlerShort instead.

SymbolHandler

func (*Client) SymbolHandlerShort added in v0.73.0

func (a *Client) SymbolHandlerShort(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error)

SymbolHandlerShort

func (*Client) ThreadcreateHandler deprecated added in v0.73.0

func (a *Client) ThreadcreateHandler(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error)

Deprecated: 2022-08-10 - Use ThreadcreateHandlerShort instead.

ThreadcreateHandler

func (*Client) ThreadcreateHandlerShort added in v0.73.0

func (a *Client) ThreadcreateHandlerShort(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error)

ThreadcreateHandlerShort

func (*Client) TraceHandler deprecated added in v0.73.0

func (a *Client) TraceHandler(params *TraceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*TraceHandlerOK, error)

Deprecated: 2022-08-10 - Use TraceHandlerShort instead.

TraceHandler

func (*Client) TraceHandlerShort added in v0.73.0

func (a *Client) TraceHandlerShort(params *TraceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*TraceHandlerOK, error)

TraceHandlerShort

type ClientService

type ClientService interface {
	GetHealthcheckInfo(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)
	GetHealthcheckInfoShort(params *GetHealthcheckInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoOK, error)
	PprofHandler(params *PprofHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PprofHandlerOK, error)
	PprofHandlerShort(params *PprofHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*PprofHandlerOK, error)
	AllocsHandler(params *AllocsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*AllocsHandlerOK, error)
	AllocsHandlerShort(params *AllocsHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*AllocsHandlerOK, error)
	BlockHandler(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error)
	BlockHandlerShort(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error)
	CmdlineHandler(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error)
	CmdlineHandlerShort(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error)
	GoroutineHandler(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error)
	GoroutineHandlerShort(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error)
	HeapHandler(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error)
	HeapHandlerShort(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error)
	MutexHandler(params *MutexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*MutexHandlerOK, error)
	MutexHandlerShort(params *MutexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*MutexHandlerOK, error)
	Profile(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error)
	ProfileShort(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error)
	SymbolHandler(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error)
	SymbolHandlerShort(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error)
	ThreadcreateHandler(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error)
	ThreadcreateHandlerShort(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error)
	TraceHandler(params *TraceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*TraceHandlerOK, error)
	TraceHandlerShort(params *TraceHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*TraceHandlerOK, error)
	GetHealthcheckInfoV1(params *GetHealthcheckInfoV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoV1OK, error)
	GetHealthcheckInfoV1Short(params *GetHealthcheckInfoV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetHealthcheckInfoV1OK, 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 operations API client.

type CmdlineHandlerOK added in v0.73.0

type CmdlineHandlerOK struct {
}

CmdlineHandlerOK handles this case with default header values.

OK

func NewCmdlineHandlerOK added in v0.73.0

func NewCmdlineHandlerOK() *CmdlineHandlerOK

NewCmdlineHandlerOK creates a CmdlineHandlerOK with default headers values

func (*CmdlineHandlerOK) Error added in v0.73.0

func (o *CmdlineHandlerOK) Error() string

type CmdlineHandlerParams added in v0.73.0

type CmdlineHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CmdlineHandlerParams contains all the parameters to send to the API endpoint for the cmdline handler operation typically these are written to a http.Request

func NewCmdlineHandlerParams added in v0.73.0

func NewCmdlineHandlerParams() *CmdlineHandlerParams

NewCmdlineHandlerParams creates a new CmdlineHandlerParams object with the default values initialized.

func NewCmdlineHandlerParamsWithContext added in v0.73.0

func NewCmdlineHandlerParamsWithContext(ctx context.Context) *CmdlineHandlerParams

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

func NewCmdlineHandlerParamsWithHTTPClient added in v0.73.0

func NewCmdlineHandlerParamsWithHTTPClient(client *http.Client) *CmdlineHandlerParams

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

func NewCmdlineHandlerParamsWithTimeout added in v0.73.0

func NewCmdlineHandlerParamsWithTimeout(timeout time.Duration) *CmdlineHandlerParams

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

func (*CmdlineHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *CmdlineHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the cmdline handler params

func (*CmdlineHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the cmdline handler params

func (*CmdlineHandlerParams) SetFlightId added in v0.73.0

func (o *CmdlineHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CmdlineHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the cmdline handler params

func (*CmdlineHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *CmdlineHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the cmdline handler params

func (*CmdlineHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the cmdline handler params

func (*CmdlineHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the cmdline handler params

func (*CmdlineHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the cmdline handler params

func (*CmdlineHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the cmdline handler params

func (*CmdlineHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type CmdlineHandlerReader added in v0.73.0

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

CmdlineHandlerReader is a Reader for the CmdlineHandler structure.

func (*CmdlineHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type GetHealthcheckInfoOK

type GetHealthcheckInfoOK struct {
}

GetHealthcheckInfoOK handles this case with default header values.

OK

func NewGetHealthcheckInfoOK

func NewGetHealthcheckInfoOK() *GetHealthcheckInfoOK

NewGetHealthcheckInfoOK creates a GetHealthcheckInfoOK with default headers values

func (*GetHealthcheckInfoOK) Error

func (o *GetHealthcheckInfoOK) Error() string

type GetHealthcheckInfoParams

type GetHealthcheckInfoParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewGetHealthcheckInfoParams

func NewGetHealthcheckInfoParams() *GetHealthcheckInfoParams

NewGetHealthcheckInfoParams creates a new GetHealthcheckInfoParams object with the default values initialized.

func NewGetHealthcheckInfoParamsWithContext

func NewGetHealthcheckInfoParamsWithContext(ctx context.Context) *GetHealthcheckInfoParams

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

func NewGetHealthcheckInfoParamsWithHTTPClient

func NewGetHealthcheckInfoParamsWithHTTPClient(client *http.Client) *GetHealthcheckInfoParams

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

func NewGetHealthcheckInfoParamsWithTimeout

func NewGetHealthcheckInfoParamsWithTimeout(timeout time.Duration) *GetHealthcheckInfoParams

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

func (*GetHealthcheckInfoParams) SetAuthInfoWriter

func (o *GetHealthcheckInfoParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetContext

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

SetContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetFlightId added in v0.63.0

func (o *GetHealthcheckInfoParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetHealthcheckInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetHTTPClientTransport

func (o *GetHealthcheckInfoParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get healthcheck info params

func (*GetHealthcheckInfoParams) SetTimeout

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

SetTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithContext

WithContext adds the context to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get healthcheck info params

func (*GetHealthcheckInfoParams) WithTimeout

WithTimeout adds the timeout to the get healthcheck info params

func (*GetHealthcheckInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHealthcheckInfoReader

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

GetHealthcheckInfoReader is a Reader for the GetHealthcheckInfo structure.

func (*GetHealthcheckInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHealthcheckInfoV1OK

type GetHealthcheckInfoV1OK struct {
}

GetHealthcheckInfoV1OK handles this case with default header values.

OK

func NewGetHealthcheckInfoV1OK

func NewGetHealthcheckInfoV1OK() *GetHealthcheckInfoV1OK

NewGetHealthcheckInfoV1OK creates a GetHealthcheckInfoV1OK with default headers values

func (*GetHealthcheckInfoV1OK) Error

func (o *GetHealthcheckInfoV1OK) Error() string

type GetHealthcheckInfoV1Params

type GetHealthcheckInfoV1Params struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetHealthcheckInfoV1Params contains all the parameters to send to the API endpoint for the get healthcheck info v1 operation typically these are written to a http.Request

func NewGetHealthcheckInfoV1Params

func NewGetHealthcheckInfoV1Params() *GetHealthcheckInfoV1Params

NewGetHealthcheckInfoV1Params creates a new GetHealthcheckInfoV1Params object with the default values initialized.

func NewGetHealthcheckInfoV1ParamsWithContext

func NewGetHealthcheckInfoV1ParamsWithContext(ctx context.Context) *GetHealthcheckInfoV1Params

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

func NewGetHealthcheckInfoV1ParamsWithHTTPClient

func NewGetHealthcheckInfoV1ParamsWithHTTPClient(client *http.Client) *GetHealthcheckInfoV1Params

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

func NewGetHealthcheckInfoV1ParamsWithTimeout

func NewGetHealthcheckInfoV1ParamsWithTimeout(timeout time.Duration) *GetHealthcheckInfoV1Params

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

func (*GetHealthcheckInfoV1Params) SetAuthInfoWriter

func (o *GetHealthcheckInfoV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) SetContext

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

SetContext adds the context to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) SetFlightId added in v0.63.0

func (o *GetHealthcheckInfoV1Params) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetHealthcheckInfoV1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) SetHTTPClientTransport

func (o *GetHealthcheckInfoV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) SetTimeout

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

SetTimeout adds the timeout to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) WithContext

WithContext adds the context to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) WithTimeout

WithTimeout adds the timeout to the get healthcheck info v1 params

func (*GetHealthcheckInfoV1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHealthcheckInfoV1Reader

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

GetHealthcheckInfoV1Reader is a Reader for the GetHealthcheckInfoV1 structure.

func (*GetHealthcheckInfoV1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GoroutineHandlerOK added in v0.73.0

type GoroutineHandlerOK struct {
}

GoroutineHandlerOK handles this case with default header values.

OK

func NewGoroutineHandlerOK added in v0.73.0

func NewGoroutineHandlerOK() *GoroutineHandlerOK

NewGoroutineHandlerOK creates a GoroutineHandlerOK with default headers values

func (*GoroutineHandlerOK) Error added in v0.73.0

func (o *GoroutineHandlerOK) Error() string

type GoroutineHandlerParams added in v0.73.0

type GoroutineHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GoroutineHandlerParams contains all the parameters to send to the API endpoint for the goroutine handler operation typically these are written to a http.Request

func NewGoroutineHandlerParams added in v0.73.0

func NewGoroutineHandlerParams() *GoroutineHandlerParams

NewGoroutineHandlerParams creates a new GoroutineHandlerParams object with the default values initialized.

func NewGoroutineHandlerParamsWithContext added in v0.73.0

func NewGoroutineHandlerParamsWithContext(ctx context.Context) *GoroutineHandlerParams

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

func NewGoroutineHandlerParamsWithHTTPClient added in v0.73.0

func NewGoroutineHandlerParamsWithHTTPClient(client *http.Client) *GoroutineHandlerParams

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

func NewGoroutineHandlerParamsWithTimeout added in v0.73.0

func NewGoroutineHandlerParamsWithTimeout(timeout time.Duration) *GoroutineHandlerParams

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

func (*GoroutineHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *GoroutineHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the goroutine handler params

func (*GoroutineHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the goroutine handler params

func (*GoroutineHandlerParams) SetFlightId added in v0.73.0

func (o *GoroutineHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GoroutineHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the goroutine handler params

func (*GoroutineHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *GoroutineHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the goroutine handler params

func (*GoroutineHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the goroutine handler params

func (*GoroutineHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the goroutine handler params

func (*GoroutineHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the goroutine handler params

func (*GoroutineHandlerParams) WithTimeout added in v0.73.0

WithTimeout adds the timeout to the goroutine handler params

func (*GoroutineHandlerParams) WriteToRequest added in v0.73.0

WriteToRequest writes these params to a swagger request

type GoroutineHandlerReader added in v0.73.0

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

GoroutineHandlerReader is a Reader for the GoroutineHandler structure.

func (*GoroutineHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type HeapHandlerOK added in v0.73.0

type HeapHandlerOK struct {
}

HeapHandlerOK handles this case with default header values.

OK

func NewHeapHandlerOK added in v0.73.0

func NewHeapHandlerOK() *HeapHandlerOK

NewHeapHandlerOK creates a HeapHandlerOK with default headers values

func (*HeapHandlerOK) Error added in v0.73.0

func (o *HeapHandlerOK) Error() string

type HeapHandlerParams added in v0.73.0

type HeapHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

HeapHandlerParams contains all the parameters to send to the API endpoint for the heap handler operation typically these are written to a http.Request

func NewHeapHandlerParams added in v0.73.0

func NewHeapHandlerParams() *HeapHandlerParams

NewHeapHandlerParams creates a new HeapHandlerParams object with the default values initialized.

func NewHeapHandlerParamsWithContext added in v0.73.0

func NewHeapHandlerParamsWithContext(ctx context.Context) *HeapHandlerParams

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

func NewHeapHandlerParamsWithHTTPClient added in v0.73.0

func NewHeapHandlerParamsWithHTTPClient(client *http.Client) *HeapHandlerParams

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

func NewHeapHandlerParamsWithTimeout added in v0.73.0

func NewHeapHandlerParamsWithTimeout(timeout time.Duration) *HeapHandlerParams

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

func (*HeapHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *HeapHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the heap handler params

func (*HeapHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the heap handler params

func (*HeapHandlerParams) SetFlightId added in v0.73.0

func (o *HeapHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*HeapHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the heap handler params

func (*HeapHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *HeapHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the heap handler params

func (*HeapHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the heap handler params

func (*HeapHandlerParams) WithContext added in v0.73.0

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

WithContext adds the context to the heap handler params

func (*HeapHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the heap handler params

func (*HeapHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the heap handler params

func (*HeapHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type HeapHandlerReader added in v0.73.0

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

HeapHandlerReader is a Reader for the HeapHandler structure.

func (*HeapHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type MutexHandlerOK added in v0.73.0

type MutexHandlerOK struct {
}

MutexHandlerOK handles this case with default header values.

OK

func NewMutexHandlerOK added in v0.73.0

func NewMutexHandlerOK() *MutexHandlerOK

NewMutexHandlerOK creates a MutexHandlerOK with default headers values

func (*MutexHandlerOK) Error added in v0.73.0

func (o *MutexHandlerOK) Error() string

type MutexHandlerParams added in v0.73.0

type MutexHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

MutexHandlerParams contains all the parameters to send to the API endpoint for the mutex handler operation typically these are written to a http.Request

func NewMutexHandlerParams added in v0.73.0

func NewMutexHandlerParams() *MutexHandlerParams

NewMutexHandlerParams creates a new MutexHandlerParams object with the default values initialized.

func NewMutexHandlerParamsWithContext added in v0.73.0

func NewMutexHandlerParamsWithContext(ctx context.Context) *MutexHandlerParams

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

func NewMutexHandlerParamsWithHTTPClient added in v0.73.0

func NewMutexHandlerParamsWithHTTPClient(client *http.Client) *MutexHandlerParams

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

func NewMutexHandlerParamsWithTimeout added in v0.73.0

func NewMutexHandlerParamsWithTimeout(timeout time.Duration) *MutexHandlerParams

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

func (*MutexHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *MutexHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the mutex handler params

func (*MutexHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the mutex handler params

func (*MutexHandlerParams) SetFlightId added in v0.73.0

func (o *MutexHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*MutexHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the mutex handler params

func (*MutexHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *MutexHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the mutex handler params

func (*MutexHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the mutex handler params

func (*MutexHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the mutex handler params

func (*MutexHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the mutex handler params

func (*MutexHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the mutex handler params

func (*MutexHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type MutexHandlerReader added in v0.73.0

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

MutexHandlerReader is a Reader for the MutexHandler structure.

func (*MutexHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type PprofHandlerOK added in v0.73.0

type PprofHandlerOK struct {
}

PprofHandlerOK handles this case with default header values.

OK

func NewPprofHandlerOK added in v0.73.0

func NewPprofHandlerOK() *PprofHandlerOK

NewPprofHandlerOK creates a PprofHandlerOK with default headers values

func (*PprofHandlerOK) Error added in v0.73.0

func (o *PprofHandlerOK) Error() string

type PprofHandlerParams added in v0.73.0

type PprofHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

PprofHandlerParams contains all the parameters to send to the API endpoint for the pprof handler operation typically these are written to a http.Request

func NewPprofHandlerParams added in v0.73.0

func NewPprofHandlerParams() *PprofHandlerParams

NewPprofHandlerParams creates a new PprofHandlerParams object with the default values initialized.

func NewPprofHandlerParamsWithContext added in v0.73.0

func NewPprofHandlerParamsWithContext(ctx context.Context) *PprofHandlerParams

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

func NewPprofHandlerParamsWithHTTPClient added in v0.73.0

func NewPprofHandlerParamsWithHTTPClient(client *http.Client) *PprofHandlerParams

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

func NewPprofHandlerParamsWithTimeout added in v0.73.0

func NewPprofHandlerParamsWithTimeout(timeout time.Duration) *PprofHandlerParams

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

func (*PprofHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *PprofHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the pprof handler params

func (*PprofHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the pprof handler params

func (*PprofHandlerParams) SetFlightId added in v0.73.0

func (o *PprofHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*PprofHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the pprof handler params

func (*PprofHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *PprofHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the pprof handler params

func (*PprofHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the pprof handler params

func (*PprofHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the pprof handler params

func (*PprofHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the pprof handler params

func (*PprofHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the pprof handler params

func (*PprofHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type PprofHandlerReader added in v0.73.0

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

PprofHandlerReader is a Reader for the PprofHandler structure.

func (*PprofHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type ProfileOK added in v0.73.0

type ProfileOK struct {
}

ProfileOK handles this case with default header values.

OK

func NewProfileOK added in v0.73.0

func NewProfileOK() *ProfileOK

NewProfileOK creates a ProfileOK with default headers values

func (*ProfileOK) Error added in v0.73.0

func (o *ProfileOK) Error() string

type ProfileParams added in v0.73.0

type ProfileParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

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

func NewProfileParams added in v0.73.0

func NewProfileParams() *ProfileParams

NewProfileParams creates a new ProfileParams object with the default values initialized.

func NewProfileParamsWithContext added in v0.73.0

func NewProfileParamsWithContext(ctx context.Context) *ProfileParams

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

func NewProfileParamsWithHTTPClient added in v0.73.0

func NewProfileParamsWithHTTPClient(client *http.Client) *ProfileParams

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

func NewProfileParamsWithTimeout added in v0.73.0

func NewProfileParamsWithTimeout(timeout time.Duration) *ProfileParams

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

func (*ProfileParams) SetAuthInfoWriter added in v0.73.0

func (o *ProfileParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the profile params

func (*ProfileParams) SetContext added in v0.73.0

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

SetContext adds the context to the profile params

func (*ProfileParams) SetFlightId added in v0.73.0

func (o *ProfileParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ProfileParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the profile params

func (*ProfileParams) SetHTTPClientTransport added in v0.73.0

func (o *ProfileParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the profile params

func (*ProfileParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the profile params

func (*ProfileParams) WithContext added in v0.73.0

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

WithContext adds the context to the profile params

func (*ProfileParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the profile params

func (*ProfileParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the profile params

func (*ProfileParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type ProfileReader added in v0.73.0

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

ProfileReader is a Reader for the Profile structure.

func (*ProfileReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type SymbolHandlerOK added in v0.73.0

type SymbolHandlerOK struct {
}

SymbolHandlerOK handles this case with default header values.

OK

func NewSymbolHandlerOK added in v0.73.0

func NewSymbolHandlerOK() *SymbolHandlerOK

NewSymbolHandlerOK creates a SymbolHandlerOK with default headers values

func (*SymbolHandlerOK) Error added in v0.73.0

func (o *SymbolHandlerOK) Error() string

type SymbolHandlerParams added in v0.73.0

type SymbolHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

SymbolHandlerParams contains all the parameters to send to the API endpoint for the symbol handler operation typically these are written to a http.Request

func NewSymbolHandlerParams added in v0.73.0

func NewSymbolHandlerParams() *SymbolHandlerParams

NewSymbolHandlerParams creates a new SymbolHandlerParams object with the default values initialized.

func NewSymbolHandlerParamsWithContext added in v0.73.0

func NewSymbolHandlerParamsWithContext(ctx context.Context) *SymbolHandlerParams

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

func NewSymbolHandlerParamsWithHTTPClient added in v0.73.0

func NewSymbolHandlerParamsWithHTTPClient(client *http.Client) *SymbolHandlerParams

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

func NewSymbolHandlerParamsWithTimeout added in v0.73.0

func NewSymbolHandlerParamsWithTimeout(timeout time.Duration) *SymbolHandlerParams

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

func (*SymbolHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *SymbolHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the symbol handler params

func (*SymbolHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the symbol handler params

func (*SymbolHandlerParams) SetFlightId added in v0.73.0

func (o *SymbolHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*SymbolHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the symbol handler params

func (*SymbolHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *SymbolHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the symbol handler params

func (*SymbolHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the symbol handler params

func (*SymbolHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the symbol handler params

func (*SymbolHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the symbol handler params

func (*SymbolHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the symbol handler params

func (*SymbolHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type SymbolHandlerReader added in v0.73.0

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

SymbolHandlerReader is a Reader for the SymbolHandler structure.

func (*SymbolHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type ThreadcreateHandlerOK added in v0.73.0

type ThreadcreateHandlerOK struct {
}

ThreadcreateHandlerOK handles this case with default header values.

OK

func NewThreadcreateHandlerOK added in v0.73.0

func NewThreadcreateHandlerOK() *ThreadcreateHandlerOK

NewThreadcreateHandlerOK creates a ThreadcreateHandlerOK with default headers values

func (*ThreadcreateHandlerOK) Error added in v0.73.0

func (o *ThreadcreateHandlerOK) Error() string

type ThreadcreateHandlerParams added in v0.73.0

type ThreadcreateHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ThreadcreateHandlerParams contains all the parameters to send to the API endpoint for the threadcreate handler operation typically these are written to a http.Request

func NewThreadcreateHandlerParams added in v0.73.0

func NewThreadcreateHandlerParams() *ThreadcreateHandlerParams

NewThreadcreateHandlerParams creates a new ThreadcreateHandlerParams object with the default values initialized.

func NewThreadcreateHandlerParamsWithContext added in v0.73.0

func NewThreadcreateHandlerParamsWithContext(ctx context.Context) *ThreadcreateHandlerParams

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

func NewThreadcreateHandlerParamsWithHTTPClient added in v0.73.0

func NewThreadcreateHandlerParamsWithHTTPClient(client *http.Client) *ThreadcreateHandlerParams

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

func NewThreadcreateHandlerParamsWithTimeout added in v0.73.0

func NewThreadcreateHandlerParamsWithTimeout(timeout time.Duration) *ThreadcreateHandlerParams

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

func (*ThreadcreateHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *ThreadcreateHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the threadcreate handler params

func (*ThreadcreateHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the threadcreate handler params

func (*ThreadcreateHandlerParams) SetFlightId added in v0.73.0

func (o *ThreadcreateHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ThreadcreateHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the threadcreate handler params

func (*ThreadcreateHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *ThreadcreateHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the threadcreate handler params

func (*ThreadcreateHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the threadcreate handler params

func (*ThreadcreateHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the threadcreate handler params

func (*ThreadcreateHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the threadcreate handler params

func (*ThreadcreateHandlerParams) WithTimeout added in v0.73.0

WithTimeout adds the timeout to the threadcreate handler params

func (*ThreadcreateHandlerParams) WriteToRequest added in v0.73.0

WriteToRequest writes these params to a swagger request

type ThreadcreateHandlerReader added in v0.73.0

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

ThreadcreateHandlerReader is a Reader for the ThreadcreateHandler structure.

func (*ThreadcreateHandlerReader) ReadResponse added in v0.73.0

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

ReadResponse reads a server response into the received o.

type TraceHandlerOK added in v0.73.0

type TraceHandlerOK struct {
}

TraceHandlerOK handles this case with default header values.

OK

func NewTraceHandlerOK added in v0.73.0

func NewTraceHandlerOK() *TraceHandlerOK

NewTraceHandlerOK creates a TraceHandlerOK with default headers values

func (*TraceHandlerOK) Error added in v0.73.0

func (o *TraceHandlerOK) Error() string

type TraceHandlerParams added in v0.73.0

type TraceHandlerParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

TraceHandlerParams contains all the parameters to send to the API endpoint for the trace handler operation typically these are written to a http.Request

func NewTraceHandlerParams added in v0.73.0

func NewTraceHandlerParams() *TraceHandlerParams

NewTraceHandlerParams creates a new TraceHandlerParams object with the default values initialized.

func NewTraceHandlerParamsWithContext added in v0.73.0

func NewTraceHandlerParamsWithContext(ctx context.Context) *TraceHandlerParams

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

func NewTraceHandlerParamsWithHTTPClient added in v0.73.0

func NewTraceHandlerParamsWithHTTPClient(client *http.Client) *TraceHandlerParams

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

func NewTraceHandlerParamsWithTimeout added in v0.73.0

func NewTraceHandlerParamsWithTimeout(timeout time.Duration) *TraceHandlerParams

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

func (*TraceHandlerParams) SetAuthInfoWriter added in v0.73.0

func (o *TraceHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the trace handler params

func (*TraceHandlerParams) SetContext added in v0.73.0

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

SetContext adds the context to the trace handler params

func (*TraceHandlerParams) SetFlightId added in v0.73.0

func (o *TraceHandlerParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*TraceHandlerParams) SetHTTPClient added in v0.73.0

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

SetHTTPClient adds the HTTPClient to the trace handler params

func (*TraceHandlerParams) SetHTTPClientTransport added in v0.73.0

func (o *TraceHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the trace handler params

func (*TraceHandlerParams) SetTimeout added in v0.73.0

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

SetTimeout adds the timeout to the trace handler params

func (*TraceHandlerParams) WithContext added in v0.73.0

WithContext adds the context to the trace handler params

func (*TraceHandlerParams) WithHTTPClient added in v0.73.0

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

WithHTTPClient adds the HTTPClient to the trace handler params

func (*TraceHandlerParams) WithTimeout added in v0.73.0

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

WithTimeout adds the timeout to the trace handler params

func (*TraceHandlerParams) WriteToRequest added in v0.73.0

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

WriteToRequest writes these params to a swagger request

type TraceHandlerReader added in v0.73.0

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

TraceHandlerReader is a Reader for the TraceHandler structure.

func (*TraceHandlerReader) ReadResponse added in v0.73.0

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