Versions in this module Expand all Collapse all v0 v0.212.1 Dec 13, 2024 v0.2.12 Dec 13, 2024 Changes in this version + type API interface + GetIcon func(ctx context.Context, params *GetIconParams) (*GetIconOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) GetIcon(ctx context.Context, params *GetIconParams) (*GetIconOK, error) + type GetIconBadRequest struct + Payload *models.Errors + XRequestID string + func NewGetIconBadRequest() *GetIconBadRequest + func (o *GetIconBadRequest) Error() string + func (o *GetIconBadRequest) GetPayload() *models.Errors + func (o *GetIconBadRequest) IsClientError() bool + func (o *GetIconBadRequest) IsCode(code int) bool + func (o *GetIconBadRequest) IsRedirect() bool + func (o *GetIconBadRequest) IsServerError() bool + func (o *GetIconBadRequest) IsSuccess() bool + func (o *GetIconBadRequest) String() string + type GetIconInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetIconInternalServerError() *GetIconInternalServerError + func (o *GetIconInternalServerError) Error() string + func (o *GetIconInternalServerError) GetPayload() *models.Errors + func (o *GetIconInternalServerError) IsClientError() bool + func (o *GetIconInternalServerError) IsCode(code int) bool + func (o *GetIconInternalServerError) IsRedirect() bool + func (o *GetIconInternalServerError) IsServerError() bool + func (o *GetIconInternalServerError) IsSuccess() bool + func (o *GetIconInternalServerError) String() string + type GetIconNotFound struct + Payload *models.Errors + XRequestID string + func NewGetIconNotFound() *GetIconNotFound + func (o *GetIconNotFound) Error() string + func (o *GetIconNotFound) GetPayload() *models.Errors + func (o *GetIconNotFound) IsClientError() bool + func (o *GetIconNotFound) IsCode(code int) bool + func (o *GetIconNotFound) IsRedirect() bool + func (o *GetIconNotFound) IsServerError() bool + func (o *GetIconNotFound) IsSuccess() bool + func (o *GetIconNotFound) String() string + type GetIconOK struct + Payload *models.Icon + func NewGetIconOK() *GetIconOK + func (o *GetIconOK) Error() string + func (o *GetIconOK) GetPayload() *models.Icon + func (o *GetIconOK) IsClientError() bool + func (o *GetIconOK) IsCode(code int) bool + func (o *GetIconOK) IsRedirect() bool + func (o *GetIconOK) IsServerError() bool + func (o *GetIconOK) IsSuccess() bool + func (o *GetIconOK) String() string + type GetIconParams struct + Context context.Context + Digest string + HTTPClient *http.Client + XRequestID *string + func NewGetIconParams() *GetIconParams + func NewGetIconParamsWithContext(ctx context.Context) *GetIconParams + func NewGetIconParamsWithHTTPClient(client *http.Client) *GetIconParams + func NewGetIconParamsWithTimeout(timeout time.Duration) *GetIconParams + func (o *GetIconParams) SetContext(ctx context.Context) + func (o *GetIconParams) SetDefaults() + func (o *GetIconParams) SetDigest(digest string) + func (o *GetIconParams) SetHTTPClient(client *http.Client) + func (o *GetIconParams) SetTimeout(timeout time.Duration) + func (o *GetIconParams) SetXRequestID(xRequestID *string) + func (o *GetIconParams) WithContext(ctx context.Context) *GetIconParams + func (o *GetIconParams) WithDefaults() *GetIconParams + func (o *GetIconParams) WithDigest(digest string) *GetIconParams + func (o *GetIconParams) WithHTTPClient(client *http.Client) *GetIconParams + func (o *GetIconParams) WithTimeout(timeout time.Duration) *GetIconParams + func (o *GetIconParams) WithXRequestID(xRequestID *string) *GetIconParams + func (o *GetIconParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetIconReader struct + func (o *GetIconReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)