Versions in this module Expand all Collapse all v0 v0.69.0 May 7, 2024 Changes in this version + type BlockHandlerOK struct + func NewBlockHandlerOK() *BlockHandlerOK + func (o *BlockHandlerOK) Error() string + type BlockHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewBlockHandlerParams() *BlockHandlerParams + func NewBlockHandlerParamsWithContext(ctx context.Context) *BlockHandlerParams + func NewBlockHandlerParamsWithHTTPClient(client *http.Client) *BlockHandlerParams + func NewBlockHandlerParamsWithTimeout(timeout time.Duration) *BlockHandlerParams + func (o *BlockHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *BlockHandlerParams) SetContext(ctx context.Context) + func (o *BlockHandlerParams) SetFlightId(flightId string) + func (o *BlockHandlerParams) SetHTTPClient(client *http.Client) + func (o *BlockHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *BlockHandlerParams) SetTimeout(timeout time.Duration) + func (o *BlockHandlerParams) WithContext(ctx context.Context) *BlockHandlerParams + func (o *BlockHandlerParams) WithHTTPClient(client *http.Client) *BlockHandlerParams + func (o *BlockHandlerParams) WithTimeout(timeout time.Duration) *BlockHandlerParams + func (o *BlockHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type BlockHandlerReader struct + func (o *BlockHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type Client struct + func (a *Client) BlockHandler(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error) + func (a *Client) BlockHandlerShort(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error) + func (a *Client) CmdlineHandler(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error) + func (a *Client) CmdlineHandlerShort(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error) + func (a *Client) GoroutineHandler(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error) + func (a *Client) GoroutineHandlerShort(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error) + func (a *Client) HeapHandler(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error) + func (a *Client) HeapHandlerShort(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error) + func (a *Client) IndexHandler(params *IndexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*IndexHandlerOK, error) + func (a *Client) IndexHandlerShort(params *IndexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*IndexHandlerOK, error) + func (a *Client) Profile(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error) + func (a *Client) ProfileShort(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) SymbolHandler(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error) + func (a *Client) SymbolHandlerShort(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error) + func (a *Client) ThreadcreateHandler(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error) + func (a *Client) ThreadcreateHandlerShort(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error) + type ClientService interface + BlockHandler func(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error) + BlockHandlerShort func(params *BlockHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*BlockHandlerOK, error) + CmdlineHandler func(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error) + CmdlineHandlerShort func(params *CmdlineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*CmdlineHandlerOK, error) + GoroutineHandler func(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error) + GoroutineHandlerShort func(params *GoroutineHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*GoroutineHandlerOK, error) + HeapHandler func(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error) + HeapHandlerShort func(params *HeapHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*HeapHandlerOK, error) + IndexHandler func(params *IndexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*IndexHandlerOK, error) + IndexHandlerShort func(params *IndexHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*IndexHandlerOK, error) + Profile func(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error) + ProfileShort func(params *ProfileParams, authInfo runtime.ClientAuthInfoWriter) (*ProfileOK, error) + SetTransport func(transport runtime.ClientTransport) + SymbolHandler func(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error) + SymbolHandlerShort func(params *SymbolHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*SymbolHandlerOK, error) + ThreadcreateHandler func(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error) + ThreadcreateHandlerShort func(params *ThreadcreateHandlerParams, authInfo runtime.ClientAuthInfoWriter) (*ThreadcreateHandlerOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CmdlineHandlerOK struct + func NewCmdlineHandlerOK() *CmdlineHandlerOK + func (o *CmdlineHandlerOK) Error() string + type CmdlineHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewCmdlineHandlerParams() *CmdlineHandlerParams + func NewCmdlineHandlerParamsWithContext(ctx context.Context) *CmdlineHandlerParams + func NewCmdlineHandlerParamsWithHTTPClient(client *http.Client) *CmdlineHandlerParams + func NewCmdlineHandlerParamsWithTimeout(timeout time.Duration) *CmdlineHandlerParams + func (o *CmdlineHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *CmdlineHandlerParams) SetContext(ctx context.Context) + func (o *CmdlineHandlerParams) SetFlightId(flightId string) + func (o *CmdlineHandlerParams) SetHTTPClient(client *http.Client) + func (o *CmdlineHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *CmdlineHandlerParams) SetTimeout(timeout time.Duration) + func (o *CmdlineHandlerParams) WithContext(ctx context.Context) *CmdlineHandlerParams + func (o *CmdlineHandlerParams) WithHTTPClient(client *http.Client) *CmdlineHandlerParams + func (o *CmdlineHandlerParams) WithTimeout(timeout time.Duration) *CmdlineHandlerParams + func (o *CmdlineHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CmdlineHandlerReader struct + func (o *CmdlineHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GoroutineHandlerOK struct + func NewGoroutineHandlerOK() *GoroutineHandlerOK + func (o *GoroutineHandlerOK) Error() string + type GoroutineHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewGoroutineHandlerParams() *GoroutineHandlerParams + func NewGoroutineHandlerParamsWithContext(ctx context.Context) *GoroutineHandlerParams + func NewGoroutineHandlerParamsWithHTTPClient(client *http.Client) *GoroutineHandlerParams + func NewGoroutineHandlerParamsWithTimeout(timeout time.Duration) *GoroutineHandlerParams + func (o *GoroutineHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GoroutineHandlerParams) SetContext(ctx context.Context) + func (o *GoroutineHandlerParams) SetFlightId(flightId string) + func (o *GoroutineHandlerParams) SetHTTPClient(client *http.Client) + func (o *GoroutineHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GoroutineHandlerParams) SetTimeout(timeout time.Duration) + func (o *GoroutineHandlerParams) WithContext(ctx context.Context) *GoroutineHandlerParams + func (o *GoroutineHandlerParams) WithHTTPClient(client *http.Client) *GoroutineHandlerParams + func (o *GoroutineHandlerParams) WithTimeout(timeout time.Duration) *GoroutineHandlerParams + func (o *GoroutineHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GoroutineHandlerReader struct + func (o *GoroutineHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type HeapHandlerOK struct + func NewHeapHandlerOK() *HeapHandlerOK + func (o *HeapHandlerOK) Error() string + type HeapHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewHeapHandlerParams() *HeapHandlerParams + func NewHeapHandlerParamsWithContext(ctx context.Context) *HeapHandlerParams + func NewHeapHandlerParamsWithHTTPClient(client *http.Client) *HeapHandlerParams + func NewHeapHandlerParamsWithTimeout(timeout time.Duration) *HeapHandlerParams + func (o *HeapHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *HeapHandlerParams) SetContext(ctx context.Context) + func (o *HeapHandlerParams) SetFlightId(flightId string) + func (o *HeapHandlerParams) SetHTTPClient(client *http.Client) + func (o *HeapHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *HeapHandlerParams) SetTimeout(timeout time.Duration) + func (o *HeapHandlerParams) WithContext(ctx context.Context) *HeapHandlerParams + func (o *HeapHandlerParams) WithHTTPClient(client *http.Client) *HeapHandlerParams + func (o *HeapHandlerParams) WithTimeout(timeout time.Duration) *HeapHandlerParams + func (o *HeapHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type HeapHandlerReader struct + func (o *HeapHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IndexHandlerOK struct + func NewIndexHandlerOK() *IndexHandlerOK + func (o *IndexHandlerOK) Error() string + type IndexHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewIndexHandlerParams() *IndexHandlerParams + func NewIndexHandlerParamsWithContext(ctx context.Context) *IndexHandlerParams + func NewIndexHandlerParamsWithHTTPClient(client *http.Client) *IndexHandlerParams + func NewIndexHandlerParamsWithTimeout(timeout time.Duration) *IndexHandlerParams + func (o *IndexHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *IndexHandlerParams) SetContext(ctx context.Context) + func (o *IndexHandlerParams) SetFlightId(flightId string) + func (o *IndexHandlerParams) SetHTTPClient(client *http.Client) + func (o *IndexHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *IndexHandlerParams) SetTimeout(timeout time.Duration) + func (o *IndexHandlerParams) WithContext(ctx context.Context) *IndexHandlerParams + func (o *IndexHandlerParams) WithHTTPClient(client *http.Client) *IndexHandlerParams + func (o *IndexHandlerParams) WithTimeout(timeout time.Duration) *IndexHandlerParams + func (o *IndexHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type IndexHandlerReader struct + func (o *IndexHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ProfileOK struct + func NewProfileOK() *ProfileOK + func (o *ProfileOK) Error() string + type ProfileParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewProfileParams() *ProfileParams + func NewProfileParamsWithContext(ctx context.Context) *ProfileParams + func NewProfileParamsWithHTTPClient(client *http.Client) *ProfileParams + func NewProfileParamsWithTimeout(timeout time.Duration) *ProfileParams + func (o *ProfileParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *ProfileParams) SetContext(ctx context.Context) + func (o *ProfileParams) SetFlightId(flightId string) + func (o *ProfileParams) SetHTTPClient(client *http.Client) + func (o *ProfileParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *ProfileParams) SetTimeout(timeout time.Duration) + func (o *ProfileParams) WithContext(ctx context.Context) *ProfileParams + func (o *ProfileParams) WithHTTPClient(client *http.Client) *ProfileParams + func (o *ProfileParams) WithTimeout(timeout time.Duration) *ProfileParams + func (o *ProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ProfileReader struct + func (o *ProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SymbolHandlerOK struct + func NewSymbolHandlerOK() *SymbolHandlerOK + func (o *SymbolHandlerOK) Error() string + type SymbolHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewSymbolHandlerParams() *SymbolHandlerParams + func NewSymbolHandlerParamsWithContext(ctx context.Context) *SymbolHandlerParams + func NewSymbolHandlerParamsWithHTTPClient(client *http.Client) *SymbolHandlerParams + func NewSymbolHandlerParamsWithTimeout(timeout time.Duration) *SymbolHandlerParams + func (o *SymbolHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *SymbolHandlerParams) SetContext(ctx context.Context) + func (o *SymbolHandlerParams) SetFlightId(flightId string) + func (o *SymbolHandlerParams) SetHTTPClient(client *http.Client) + func (o *SymbolHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *SymbolHandlerParams) SetTimeout(timeout time.Duration) + func (o *SymbolHandlerParams) WithContext(ctx context.Context) *SymbolHandlerParams + func (o *SymbolHandlerParams) WithHTTPClient(client *http.Client) *SymbolHandlerParams + func (o *SymbolHandlerParams) WithTimeout(timeout time.Duration) *SymbolHandlerParams + func (o *SymbolHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SymbolHandlerReader struct + func (o *SymbolHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ThreadcreateHandlerOK struct + func NewThreadcreateHandlerOK() *ThreadcreateHandlerOK + func (o *ThreadcreateHandlerOK) Error() string + type ThreadcreateHandlerParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + XFlightId *string + func NewThreadcreateHandlerParams() *ThreadcreateHandlerParams + func NewThreadcreateHandlerParamsWithContext(ctx context.Context) *ThreadcreateHandlerParams + func NewThreadcreateHandlerParamsWithHTTPClient(client *http.Client) *ThreadcreateHandlerParams + func NewThreadcreateHandlerParamsWithTimeout(timeout time.Duration) *ThreadcreateHandlerParams + func (o *ThreadcreateHandlerParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *ThreadcreateHandlerParams) SetContext(ctx context.Context) + func (o *ThreadcreateHandlerParams) SetFlightId(flightId string) + func (o *ThreadcreateHandlerParams) SetHTTPClient(client *http.Client) + func (o *ThreadcreateHandlerParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *ThreadcreateHandlerParams) SetTimeout(timeout time.Duration) + func (o *ThreadcreateHandlerParams) WithContext(ctx context.Context) *ThreadcreateHandlerParams + func (o *ThreadcreateHandlerParams) WithHTTPClient(client *http.Client) *ThreadcreateHandlerParams + func (o *ThreadcreateHandlerParams) WithTimeout(timeout time.Duration) *ThreadcreateHandlerParams + func (o *ThreadcreateHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ThreadcreateHandlerReader struct + func (o *ThreadcreateHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)