Versions in this module Expand all Collapse all v0 v0.1.0 Feb 27, 2020 Changes in this version + type Client struct + func (a *Client) GetVersionUsingGET(params *GetVersionUsingGETParams) (*GetVersionUsingGETOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetVersionUsingGET func(params *GetVersionUsingGETParams) (*GetVersionUsingGETOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetVersionUsingGETForbidden struct + func NewGetVersionUsingGETForbidden() *GetVersionUsingGETForbidden + func (o *GetVersionUsingGETForbidden) Error() string + type GetVersionUsingGETNotFound struct + func NewGetVersionUsingGETNotFound() *GetVersionUsingGETNotFound + func (o *GetVersionUsingGETNotFound) Error() string + type GetVersionUsingGETOK struct + Payload *models.VersionDto + func NewGetVersionUsingGETOK() *GetVersionUsingGETOK + func (o *GetVersionUsingGETOK) Error() string + func (o *GetVersionUsingGETOK) GetPayload() *models.VersionDto + type GetVersionUsingGETParams struct + Context context.Context + HTTPClient *http.Client + func NewGetVersionUsingGETParams() *GetVersionUsingGETParams + func NewGetVersionUsingGETParamsWithContext(ctx context.Context) *GetVersionUsingGETParams + func NewGetVersionUsingGETParamsWithHTTPClient(client *http.Client) *GetVersionUsingGETParams + func NewGetVersionUsingGETParamsWithTimeout(timeout time.Duration) *GetVersionUsingGETParams + func (o *GetVersionUsingGETParams) SetContext(ctx context.Context) + func (o *GetVersionUsingGETParams) SetHTTPClient(client *http.Client) + func (o *GetVersionUsingGETParams) SetTimeout(timeout time.Duration) + func (o *GetVersionUsingGETParams) WithContext(ctx context.Context) *GetVersionUsingGETParams + func (o *GetVersionUsingGETParams) WithHTTPClient(client *http.Client) *GetVersionUsingGETParams + func (o *GetVersionUsingGETParams) WithTimeout(timeout time.Duration) *GetVersionUsingGETParams + func (o *GetVersionUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetVersionUsingGETReader struct + func (o *GetVersionUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetVersionUsingGETUnauthorized struct + func NewGetVersionUsingGETUnauthorized() *GetVersionUsingGETUnauthorized + func (o *GetVersionUsingGETUnauthorized) Error() string