Versions in this module Expand all Collapse all v1 v1.0.3 Sep 3, 2020 Changes in this version + type Client struct + func (a *Client) GetPublicGetTime(params *GetPublicGetTimeParams) (*GetPublicGetTimeOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetPublicGetTime func(params *GetPublicGetTimeParams) (*GetPublicGetTimeOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetPublicGetTimeOK struct + Payload *models.PublicGetTimeResponse + func NewGetPublicGetTimeOK() *GetPublicGetTimeOK + func (o *GetPublicGetTimeOK) Error() string + func (o *GetPublicGetTimeOK) GetPayload() *models.PublicGetTimeResponse + type GetPublicGetTimeParams struct + Context context.Context + HTTPClient *http.Client + func NewGetPublicGetTimeParams() *GetPublicGetTimeParams + func NewGetPublicGetTimeParamsWithContext(ctx context.Context) *GetPublicGetTimeParams + func NewGetPublicGetTimeParamsWithHTTPClient(client *http.Client) *GetPublicGetTimeParams + func NewGetPublicGetTimeParamsWithTimeout(timeout time.Duration) *GetPublicGetTimeParams + func (o *GetPublicGetTimeParams) SetContext(ctx context.Context) + func (o *GetPublicGetTimeParams) SetHTTPClient(client *http.Client) + func (o *GetPublicGetTimeParams) SetTimeout(timeout time.Duration) + func (o *GetPublicGetTimeParams) WithContext(ctx context.Context) *GetPublicGetTimeParams + func (o *GetPublicGetTimeParams) WithHTTPClient(client *http.Client) *GetPublicGetTimeParams + func (o *GetPublicGetTimeParams) WithTimeout(timeout time.Duration) *GetPublicGetTimeParams + func (o *GetPublicGetTimeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPublicGetTimeReader struct + func (o *GetPublicGetTimeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v1.0.1 Aug 24, 2020