Versions in this module Expand all Collapse all v0 v0.0.1 Apr 13, 2022 Changes in this version + type Client struct + func (a *Client) GetAPIV1Version(params *GetAPIV1VersionParams, opts ...ClientOption) (*GetAPIV1VersionOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + GetAPIV1Version func(params *GetAPIV1VersionParams, opts ...ClientOption) (*GetAPIV1VersionOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetAPIV1VersionOK struct + Payload *models.V1VersionResponse + func NewGetAPIV1VersionOK() *GetAPIV1VersionOK + func (o *GetAPIV1VersionOK) Error() string + func (o *GetAPIV1VersionOK) GetPayload() *models.V1VersionResponse + type GetAPIV1VersionParams struct + Context context.Context + HTTPClient *http.Client + func NewGetAPIV1VersionParams() *GetAPIV1VersionParams + func NewGetAPIV1VersionParamsWithContext(ctx context.Context) *GetAPIV1VersionParams + func NewGetAPIV1VersionParamsWithHTTPClient(client *http.Client) *GetAPIV1VersionParams + func NewGetAPIV1VersionParamsWithTimeout(timeout time.Duration) *GetAPIV1VersionParams + func (o *GetAPIV1VersionParams) SetContext(ctx context.Context) + func (o *GetAPIV1VersionParams) SetDefaults() + func (o *GetAPIV1VersionParams) SetHTTPClient(client *http.Client) + func (o *GetAPIV1VersionParams) SetTimeout(timeout time.Duration) + func (o *GetAPIV1VersionParams) WithContext(ctx context.Context) *GetAPIV1VersionParams + func (o *GetAPIV1VersionParams) WithDefaults() *GetAPIV1VersionParams + func (o *GetAPIV1VersionParams) WithHTTPClient(client *http.Client) *GetAPIV1VersionParams + func (o *GetAPIV1VersionParams) WithTimeout(timeout time.Duration) *GetAPIV1VersionParams + func (o *GetAPIV1VersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAPIV1VersionReader struct + func (o *GetAPIV1VersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)