Versions in this module Expand all Collapse all v1 v1.0.1 Jan 24, 2025 Changes in this version + type API interface + GetPing func(ctx context.Context, params *GetPingParams) (*GetPingOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) GetPing(ctx context.Context, params *GetPingParams) (*GetPingOK, error) + type GetPingOK struct + Payload string + func NewGetPingOK() *GetPingOK + func (o *GetPingOK) Error() string + func (o *GetPingOK) GetPayload() string + func (o *GetPingOK) IsClientError() bool + func (o *GetPingOK) IsCode(code int) bool + func (o *GetPingOK) IsRedirect() bool + func (o *GetPingOK) IsServerError() bool + func (o *GetPingOK) IsSuccess() bool + func (o *GetPingOK) String() string + type GetPingParams struct + Context context.Context + HTTPClient *http.Client + XRequestID *string + func NewGetPingParams() *GetPingParams + func NewGetPingParamsWithContext(ctx context.Context) *GetPingParams + func NewGetPingParamsWithHTTPClient(client *http.Client) *GetPingParams + func NewGetPingParamsWithTimeout(timeout time.Duration) *GetPingParams + func (o *GetPingParams) SetContext(ctx context.Context) + func (o *GetPingParams) SetDefaults() + func (o *GetPingParams) SetHTTPClient(client *http.Client) + func (o *GetPingParams) SetTimeout(timeout time.Duration) + func (o *GetPingParams) SetXRequestID(xRequestID *string) + func (o *GetPingParams) WithContext(ctx context.Context) *GetPingParams + func (o *GetPingParams) WithDefaults() *GetPingParams + func (o *GetPingParams) WithHTTPClient(client *http.Client) *GetPingParams + func (o *GetPingParams) WithTimeout(timeout time.Duration) *GetPingParams + func (o *GetPingParams) WithXRequestID(xRequestID *string) *GetPingParams + func (o *GetPingParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPingReader struct + func (o *GetPingReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)