Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) GetServerInfo(params *GetServerInfoParams) (*GetServerInfoOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetServerInfoDefault struct + Payload *models.ErrorResponse + func NewGetServerInfoDefault(code int) *GetServerInfoDefault + func (o *GetServerInfoDefault) Code() int + func (o *GetServerInfoDefault) Error() string + type GetServerInfoOK struct + Payload GetServerInfoOKBodyBody + func NewGetServerInfoOK() *GetServerInfoOK + func (o *GetServerInfoOK) Error() string + type GetServerInfoOKBodyApplication struct + DefaultClusterImage *string + Name *string + Version *string + WebServiceName *string + WebURL *string + func (o *GetServerInfoOKBodyApplication) Validate(formats strfmt.Registry) error + type GetServerInfoOKBodyBody struct + Application *GetServerInfoOKBodyApplication + func (o *GetServerInfoOKBodyBody) Validate(formats strfmt.Registry) error + type GetServerInfoParams struct + func NewGetServerInfoParams() *GetServerInfoParams + func NewGetServerInfoParamsWithTimeout(timeout time.Duration) *GetServerInfoParams + func (o *GetServerInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetServerInfoReader struct + func (o *GetServerInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)