Versions in this module Expand all Collapse all v2 v2.4.2 Sep 21, 2024 v2.4.1 Sep 21, 2024 Changes in this version + type Client struct + func (a *Client) GetCompatibility(params *GetCompatibilityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCompatibilityOK, *GetCompatibilityNoContent, error) + func (a *Client) GetInstallation(params *GetInstallationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetInstallationOK, *GetInstallationNoContent, error) + func (a *Client) GetLogHandler(params *GetLogHandlerParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetLogHandlerOK, *GetLogHandlerNoContent, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetCompatibility func(params *GetCompatibilityParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetCompatibilityOK, *GetCompatibilityNoContent, error) + GetInstallation func(params *GetInstallationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetInstallationOK, *GetInstallationNoContent, error) + GetLogHandler func(params *GetLogHandlerParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetLogHandlerOK, *GetLogHandlerNoContent, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetCompatibilityDefault struct + Payload *service_model.RuntimeError + func NewGetCompatibilityDefault(code int) *GetCompatibilityDefault + func (o *GetCompatibilityDefault) Code() int + func (o *GetCompatibilityDefault) Error() string + func (o *GetCompatibilityDefault) GetPayload() *service_model.RuntimeError + func (o *GetCompatibilityDefault) IsClientError() bool + func (o *GetCompatibilityDefault) IsCode(code int) bool + func (o *GetCompatibilityDefault) IsRedirect() bool + func (o *GetCompatibilityDefault) IsServerError() bool + func (o *GetCompatibilityDefault) IsSuccess() bool + func (o *GetCompatibilityDefault) String() string + type GetCompatibilityForbidden struct + Payload interface{} + func NewGetCompatibilityForbidden() *GetCompatibilityForbidden + func (o *GetCompatibilityForbidden) Code() int + func (o *GetCompatibilityForbidden) Error() string + func (o *GetCompatibilityForbidden) GetPayload() interface{} + func (o *GetCompatibilityForbidden) IsClientError() bool + func (o *GetCompatibilityForbidden) IsCode(code int) bool + func (o *GetCompatibilityForbidden) IsRedirect() bool + func (o *GetCompatibilityForbidden) IsServerError() bool + func (o *GetCompatibilityForbidden) IsSuccess() bool + func (o *GetCompatibilityForbidden) String() string + type GetCompatibilityNoContent struct + Payload interface{} + func NewGetCompatibilityNoContent() *GetCompatibilityNoContent + func (o *GetCompatibilityNoContent) Code() int + func (o *GetCompatibilityNoContent) Error() string + func (o *GetCompatibilityNoContent) GetPayload() interface{} + func (o *GetCompatibilityNoContent) IsClientError() bool + func (o *GetCompatibilityNoContent) IsCode(code int) bool + func (o *GetCompatibilityNoContent) IsRedirect() bool + func (o *GetCompatibilityNoContent) IsServerError() bool + func (o *GetCompatibilityNoContent) IsSuccess() bool + func (o *GetCompatibilityNoContent) String() string + type GetCompatibilityNotFound struct + Payload interface{} + func NewGetCompatibilityNotFound() *GetCompatibilityNotFound + func (o *GetCompatibilityNotFound) Code() int + func (o *GetCompatibilityNotFound) Error() string + func (o *GetCompatibilityNotFound) GetPayload() interface{} + func (o *GetCompatibilityNotFound) IsClientError() bool + func (o *GetCompatibilityNotFound) IsCode(code int) bool + func (o *GetCompatibilityNotFound) IsRedirect() bool + func (o *GetCompatibilityNotFound) IsServerError() bool + func (o *GetCompatibilityNotFound) IsSuccess() bool + func (o *GetCompatibilityNotFound) String() string + type GetCompatibilityOK struct + Payload *service_model.V1Compatibility + func NewGetCompatibilityOK() *GetCompatibilityOK + func (o *GetCompatibilityOK) Code() int + func (o *GetCompatibilityOK) Error() string + func (o *GetCompatibilityOK) GetPayload() *service_model.V1Compatibility + func (o *GetCompatibilityOK) IsClientError() bool + func (o *GetCompatibilityOK) IsCode(code int) bool + func (o *GetCompatibilityOK) IsRedirect() bool + func (o *GetCompatibilityOK) IsServerError() bool + func (o *GetCompatibilityOK) IsSuccess() bool + func (o *GetCompatibilityOK) String() string + type GetCompatibilityParams struct + Context context.Context + HTTPClient *http.Client + Service string + UUID string + Version string + func NewGetCompatibilityParams() *GetCompatibilityParams + func NewGetCompatibilityParamsWithContext(ctx context.Context) *GetCompatibilityParams + func NewGetCompatibilityParamsWithHTTPClient(client *http.Client) *GetCompatibilityParams + func NewGetCompatibilityParamsWithTimeout(timeout time.Duration) *GetCompatibilityParams + func (o *GetCompatibilityParams) SetContext(ctx context.Context) + func (o *GetCompatibilityParams) SetDefaults() + func (o *GetCompatibilityParams) SetHTTPClient(client *http.Client) + func (o *GetCompatibilityParams) SetService(service string) + func (o *GetCompatibilityParams) SetTimeout(timeout time.Duration) + func (o *GetCompatibilityParams) SetUUID(uuid string) + func (o *GetCompatibilityParams) SetVersion(version string) + func (o *GetCompatibilityParams) WithContext(ctx context.Context) *GetCompatibilityParams + func (o *GetCompatibilityParams) WithDefaults() *GetCompatibilityParams + func (o *GetCompatibilityParams) WithHTTPClient(client *http.Client) *GetCompatibilityParams + func (o *GetCompatibilityParams) WithService(service string) *GetCompatibilityParams + func (o *GetCompatibilityParams) WithTimeout(timeout time.Duration) *GetCompatibilityParams + func (o *GetCompatibilityParams) WithUUID(uuid string) *GetCompatibilityParams + func (o *GetCompatibilityParams) WithVersion(version string) *GetCompatibilityParams + func (o *GetCompatibilityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetCompatibilityReader struct + func (o *GetCompatibilityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetInstallationDefault struct + Payload *service_model.RuntimeError + func NewGetInstallationDefault(code int) *GetInstallationDefault + func (o *GetInstallationDefault) Code() int + func (o *GetInstallationDefault) Error() string + func (o *GetInstallationDefault) GetPayload() *service_model.RuntimeError + func (o *GetInstallationDefault) IsClientError() bool + func (o *GetInstallationDefault) IsCode(code int) bool + func (o *GetInstallationDefault) IsRedirect() bool + func (o *GetInstallationDefault) IsServerError() bool + func (o *GetInstallationDefault) IsSuccess() bool + func (o *GetInstallationDefault) String() string + type GetInstallationForbidden struct + Payload interface{} + func NewGetInstallationForbidden() *GetInstallationForbidden + func (o *GetInstallationForbidden) Code() int + func (o *GetInstallationForbidden) Error() string + func (o *GetInstallationForbidden) GetPayload() interface{} + func (o *GetInstallationForbidden) IsClientError() bool + func (o *GetInstallationForbidden) IsCode(code int) bool + func (o *GetInstallationForbidden) IsRedirect() bool + func (o *GetInstallationForbidden) IsServerError() bool + func (o *GetInstallationForbidden) IsSuccess() bool + func (o *GetInstallationForbidden) String() string + type GetInstallationNoContent struct + Payload interface{} + func NewGetInstallationNoContent() *GetInstallationNoContent + func (o *GetInstallationNoContent) Code() int + func (o *GetInstallationNoContent) Error() string + func (o *GetInstallationNoContent) GetPayload() interface{} + func (o *GetInstallationNoContent) IsClientError() bool + func (o *GetInstallationNoContent) IsCode(code int) bool + func (o *GetInstallationNoContent) IsRedirect() bool + func (o *GetInstallationNoContent) IsServerError() bool + func (o *GetInstallationNoContent) IsSuccess() bool + func (o *GetInstallationNoContent) String() string + type GetInstallationNotFound struct + Payload interface{} + func NewGetInstallationNotFound() *GetInstallationNotFound + func (o *GetInstallationNotFound) Code() int + func (o *GetInstallationNotFound) Error() string + func (o *GetInstallationNotFound) GetPayload() interface{} + func (o *GetInstallationNotFound) IsClientError() bool + func (o *GetInstallationNotFound) IsCode(code int) bool + func (o *GetInstallationNotFound) IsRedirect() bool + func (o *GetInstallationNotFound) IsServerError() bool + func (o *GetInstallationNotFound) IsSuccess() bool + func (o *GetInstallationNotFound) String() string + type GetInstallationOK struct + Payload *service_model.V1Installation + func NewGetInstallationOK() *GetInstallationOK + func (o *GetInstallationOK) Code() int + func (o *GetInstallationOK) Error() string + func (o *GetInstallationOK) GetPayload() *service_model.V1Installation + func (o *GetInstallationOK) IsClientError() bool + func (o *GetInstallationOK) IsCode(code int) bool + func (o *GetInstallationOK) IsRedirect() bool + func (o *GetInstallationOK) IsServerError() bool + func (o *GetInstallationOK) IsSuccess() bool + func (o *GetInstallationOK) String() string + type GetInstallationParams struct + Auth *bool + Context context.Context + HTTPClient *http.Client + Orgs *bool + func NewGetInstallationParams() *GetInstallationParams + func NewGetInstallationParamsWithContext(ctx context.Context) *GetInstallationParams + func NewGetInstallationParamsWithHTTPClient(client *http.Client) *GetInstallationParams + func NewGetInstallationParamsWithTimeout(timeout time.Duration) *GetInstallationParams + func (o *GetInstallationParams) SetAuth(auth *bool) + func (o *GetInstallationParams) SetContext(ctx context.Context) + func (o *GetInstallationParams) SetDefaults() + func (o *GetInstallationParams) SetHTTPClient(client *http.Client) + func (o *GetInstallationParams) SetOrgs(orgs *bool) + func (o *GetInstallationParams) SetTimeout(timeout time.Duration) + func (o *GetInstallationParams) WithAuth(auth *bool) *GetInstallationParams + func (o *GetInstallationParams) WithContext(ctx context.Context) *GetInstallationParams + func (o *GetInstallationParams) WithDefaults() *GetInstallationParams + func (o *GetInstallationParams) WithHTTPClient(client *http.Client) *GetInstallationParams + func (o *GetInstallationParams) WithOrgs(orgs *bool) *GetInstallationParams + func (o *GetInstallationParams) WithTimeout(timeout time.Duration) *GetInstallationParams + func (o *GetInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetInstallationReader struct + func (o *GetInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetLogHandlerDefault struct + Payload *service_model.RuntimeError + func NewGetLogHandlerDefault(code int) *GetLogHandlerDefault + func (o *GetLogHandlerDefault) Code() int + func (o *GetLogHandlerDefault) Error() string + func (o *GetLogHandlerDefault) GetPayload() *service_model.RuntimeError + func (o *GetLogHandlerDefault) IsClientError() bool + func (o *GetLogHandlerDefault) IsCode(code int) bool + func (o *GetLogHandlerDefault) IsRedirect() bool + func (o *GetLogHandlerDefault) IsServerError() bool + func (o *GetLogHandlerDefault) IsSuccess() bool + func (o *GetLogHandlerDefault) String() string + type GetLogHandlerForbidden struct + Payload interface{} + func NewGetLogHandlerForbidden() *GetLogHandlerForbidden + func (o *GetLogHandlerForbidden) Code() int + func (o *GetLogHandlerForbidden) Error() string + func (o *GetLogHandlerForbidden) GetPayload() interface{} + func (o *GetLogHandlerForbidden) IsClientError() bool + func (o *GetLogHandlerForbidden) IsCode(code int) bool + func (o *GetLogHandlerForbidden) IsRedirect() bool + func (o *GetLogHandlerForbidden) IsServerError() bool + func (o *GetLogHandlerForbidden) IsSuccess() bool + func (o *GetLogHandlerForbidden) String() string + type GetLogHandlerNoContent struct + Payload interface{} + func NewGetLogHandlerNoContent() *GetLogHandlerNoContent + func (o *GetLogHandlerNoContent) Code() int + func (o *GetLogHandlerNoContent) Error() string + func (o *GetLogHandlerNoContent) GetPayload() interface{} + func (o *GetLogHandlerNoContent) IsClientError() bool + func (o *GetLogHandlerNoContent) IsCode(code int) bool + func (o *GetLogHandlerNoContent) IsRedirect() bool + func (o *GetLogHandlerNoContent) IsServerError() bool + func (o *GetLogHandlerNoContent) IsSuccess() bool + func (o *GetLogHandlerNoContent) String() string + type GetLogHandlerNotFound struct + Payload interface{} + func NewGetLogHandlerNotFound() *GetLogHandlerNotFound + func (o *GetLogHandlerNotFound) Code() int + func (o *GetLogHandlerNotFound) Error() string + func (o *GetLogHandlerNotFound) GetPayload() interface{} + func (o *GetLogHandlerNotFound) IsClientError() bool + func (o *GetLogHandlerNotFound) IsCode(code int) bool + func (o *GetLogHandlerNotFound) IsRedirect() bool + func (o *GetLogHandlerNotFound) IsServerError() bool + func (o *GetLogHandlerNotFound) IsSuccess() bool + func (o *GetLogHandlerNotFound) String() string + type GetLogHandlerOK struct + Payload *service_model.V1LogHandler + func NewGetLogHandlerOK() *GetLogHandlerOK + func (o *GetLogHandlerOK) Code() int + func (o *GetLogHandlerOK) Error() string + func (o *GetLogHandlerOK) GetPayload() *service_model.V1LogHandler + func (o *GetLogHandlerOK) IsClientError() bool + func (o *GetLogHandlerOK) IsCode(code int) bool + func (o *GetLogHandlerOK) IsRedirect() bool + func (o *GetLogHandlerOK) IsServerError() bool + func (o *GetLogHandlerOK) IsSuccess() bool + func (o *GetLogHandlerOK) String() string + type GetLogHandlerParams struct + Context context.Context + HTTPClient *http.Client + func NewGetLogHandlerParams() *GetLogHandlerParams + func NewGetLogHandlerParamsWithContext(ctx context.Context) *GetLogHandlerParams + func NewGetLogHandlerParamsWithHTTPClient(client *http.Client) *GetLogHandlerParams + func NewGetLogHandlerParamsWithTimeout(timeout time.Duration) *GetLogHandlerParams + func (o *GetLogHandlerParams) SetContext(ctx context.Context) + func (o *GetLogHandlerParams) SetDefaults() + func (o *GetLogHandlerParams) SetHTTPClient(client *http.Client) + func (o *GetLogHandlerParams) SetTimeout(timeout time.Duration) + func (o *GetLogHandlerParams) WithContext(ctx context.Context) *GetLogHandlerParams + func (o *GetLogHandlerParams) WithDefaults() *GetLogHandlerParams + func (o *GetLogHandlerParams) WithHTTPClient(client *http.Client) *GetLogHandlerParams + func (o *GetLogHandlerParams) WithTimeout(timeout time.Duration) *GetLogHandlerParams + func (o *GetLogHandlerParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetLogHandlerReader struct + func (o *GetLogHandlerReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)