Versions in this module Expand all Collapse all v2 v2.5.0 Oct 11, 2024 Changes in this version + type Client struct + func (a *Client) GetVersion(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetVersion func(params *GetVersionParams, opts ...ClientOption) (*GetVersionOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService + func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService + type GetVersionOK struct + Payload *models.VersionInfo + func NewGetVersionOK() *GetVersionOK + func (o *GetVersionOK) Code() int + func (o *GetVersionOK) Error() string + func (o *GetVersionOK) GetPayload() *models.VersionInfo + func (o *GetVersionOK) IsClientError() bool + func (o *GetVersionOK) IsCode(code int) bool + func (o *GetVersionOK) IsRedirect() bool + func (o *GetVersionOK) IsServerError() bool + func (o *GetVersionOK) IsSuccess() bool + func (o *GetVersionOK) String() string + type GetVersionParams struct + Context context.Context + HTTPClient *http.Client + func NewGetVersionParams() *GetVersionParams + func NewGetVersionParamsWithContext(ctx context.Context) *GetVersionParams + func NewGetVersionParamsWithHTTPClient(client *http.Client) *GetVersionParams + func NewGetVersionParamsWithTimeout(timeout time.Duration) *GetVersionParams + func (o *GetVersionParams) SetContext(ctx context.Context) + func (o *GetVersionParams) SetDefaults() + func (o *GetVersionParams) SetHTTPClient(client *http.Client) + func (o *GetVersionParams) SetTimeout(timeout time.Duration) + func (o *GetVersionParams) WithContext(ctx context.Context) *GetVersionParams + func (o *GetVersionParams) WithDefaults() *GetVersionParams + func (o *GetVersionParams) WithHTTPClient(client *http.Client) *GetVersionParams + func (o *GetVersionParams) WithTimeout(timeout time.Duration) *GetVersionParams + func (o *GetVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetVersionReader struct + func (o *GetVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)