Versions in this module Expand all Collapse all v0 v0.5.3 Jun 7, 2018 Changes in this version + type GetServerInfo struct + Context *middleware.Context + Handler GetServerInfoHandler + func NewGetServerInfo(ctx *middleware.Context, handler GetServerInfoHandler) *GetServerInfo + func (o *GetServerInfo) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetServerInfoDefault struct + Payload *models.ErrorResponse + func NewGetServerInfoDefault(code int) *GetServerInfoDefault + func (o *GetServerInfoDefault) SetPayload(payload *models.ErrorResponse) + func (o *GetServerInfoDefault) SetStatusCode(code int) + func (o *GetServerInfoDefault) WithPayload(payload *models.ErrorResponse) *GetServerInfoDefault + func (o *GetServerInfoDefault) WithStatusCode(code int) *GetServerInfoDefault + func (o *GetServerInfoDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetServerInfoHandler interface + Handle func(GetServerInfoParams) middleware.Responder + type GetServerInfoHandlerFunc func(GetServerInfoParams) middleware.Responder + func (fn GetServerInfoHandlerFunc) Handle(params GetServerInfoParams) middleware.Responder + type GetServerInfoOK struct + Payload GetServerInfoOKBodyBody + func NewGetServerInfoOK() *GetServerInfoOK + func (o *GetServerInfoOK) SetPayload(payload GetServerInfoOKBodyBody) + func (o *GetServerInfoOK) WithPayload(payload GetServerInfoOKBodyBody) *GetServerInfoOK + func (o *GetServerInfoOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + 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 + HTTPRequest *http.Request + func NewGetServerInfoParams() GetServerInfoParams + func (o *GetServerInfoParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error