Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2024 Changes in this version + type Client struct + func (a *Client) DebugAPURL(params *DebugAPURLParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DebugAPURLOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + DebugAPURL func(params *DebugAPURLParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DebugAPURLOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DebugAPURLBadRequest struct + func NewDebugAPURLBadRequest() *DebugAPURLBadRequest + func (o *DebugAPURLBadRequest) Code() int + func (o *DebugAPURLBadRequest) Error() string + func (o *DebugAPURLBadRequest) IsClientError() bool + func (o *DebugAPURLBadRequest) IsCode(code int) bool + func (o *DebugAPURLBadRequest) IsRedirect() bool + func (o *DebugAPURLBadRequest) IsServerError() bool + func (o *DebugAPURLBadRequest) IsSuccess() bool + func (o *DebugAPURLBadRequest) String() string + type DebugAPURLInternalServerError struct + func NewDebugAPURLInternalServerError() *DebugAPURLInternalServerError + func (o *DebugAPURLInternalServerError) Code() int + func (o *DebugAPURLInternalServerError) Error() string + func (o *DebugAPURLInternalServerError) IsClientError() bool + func (o *DebugAPURLInternalServerError) IsCode(code int) bool + func (o *DebugAPURLInternalServerError) IsRedirect() bool + func (o *DebugAPURLInternalServerError) IsServerError() bool + func (o *DebugAPURLInternalServerError) IsSuccess() bool + func (o *DebugAPURLInternalServerError) String() string + type DebugAPURLNotAcceptable struct + func NewDebugAPURLNotAcceptable() *DebugAPURLNotAcceptable + func (o *DebugAPURLNotAcceptable) Code() int + func (o *DebugAPURLNotAcceptable) Error() string + func (o *DebugAPURLNotAcceptable) IsClientError() bool + func (o *DebugAPURLNotAcceptable) IsCode(code int) bool + func (o *DebugAPURLNotAcceptable) IsRedirect() bool + func (o *DebugAPURLNotAcceptable) IsServerError() bool + func (o *DebugAPURLNotAcceptable) IsSuccess() bool + func (o *DebugAPURLNotAcceptable) String() string + type DebugAPURLNotFound struct + func NewDebugAPURLNotFound() *DebugAPURLNotFound + func (o *DebugAPURLNotFound) Code() int + func (o *DebugAPURLNotFound) Error() string + func (o *DebugAPURLNotFound) IsClientError() bool + func (o *DebugAPURLNotFound) IsCode(code int) bool + func (o *DebugAPURLNotFound) IsRedirect() bool + func (o *DebugAPURLNotFound) IsServerError() bool + func (o *DebugAPURLNotFound) IsSuccess() bool + func (o *DebugAPURLNotFound) String() string + type DebugAPURLOK struct + Payload *models.DebugAPURLResponse + func NewDebugAPURLOK() *DebugAPURLOK + func (o *DebugAPURLOK) Code() int + func (o *DebugAPURLOK) Error() string + func (o *DebugAPURLOK) GetPayload() *models.DebugAPURLResponse + func (o *DebugAPURLOK) IsClientError() bool + func (o *DebugAPURLOK) IsCode(code int) bool + func (o *DebugAPURLOK) IsRedirect() bool + func (o *DebugAPURLOK) IsServerError() bool + func (o *DebugAPURLOK) IsSuccess() bool + func (o *DebugAPURLOK) String() string + type DebugAPURLParams struct + Context context.Context + HTTPClient *http.Client + URL string + func NewDebugAPURLParams() *DebugAPURLParams + func NewDebugAPURLParamsWithContext(ctx context.Context) *DebugAPURLParams + func NewDebugAPURLParamsWithHTTPClient(client *http.Client) *DebugAPURLParams + func NewDebugAPURLParamsWithTimeout(timeout time.Duration) *DebugAPURLParams + func (o *DebugAPURLParams) SetContext(ctx context.Context) + func (o *DebugAPURLParams) SetDefaults() + func (o *DebugAPURLParams) SetHTTPClient(client *http.Client) + func (o *DebugAPURLParams) SetTimeout(timeout time.Duration) + func (o *DebugAPURLParams) SetURL(url string) + func (o *DebugAPURLParams) WithContext(ctx context.Context) *DebugAPURLParams + func (o *DebugAPURLParams) WithDefaults() *DebugAPURLParams + func (o *DebugAPURLParams) WithHTTPClient(client *http.Client) *DebugAPURLParams + func (o *DebugAPURLParams) WithTimeout(timeout time.Duration) *DebugAPURLParams + func (o *DebugAPURLParams) WithURL(url string) *DebugAPURLParams + func (o *DebugAPURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DebugAPURLReader struct + func (o *DebugAPURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DebugAPURLUnauthorized struct + func NewDebugAPURLUnauthorized() *DebugAPURLUnauthorized + func (o *DebugAPURLUnauthorized) Code() int + func (o *DebugAPURLUnauthorized) Error() string + func (o *DebugAPURLUnauthorized) IsClientError() bool + func (o *DebugAPURLUnauthorized) IsCode(code int) bool + func (o *DebugAPURLUnauthorized) IsRedirect() bool + func (o *DebugAPURLUnauthorized) IsServerError() bool + func (o *DebugAPURLUnauthorized) IsSuccess() bool + func (o *DebugAPURLUnauthorized) String() string