Versions in this module Expand all Collapse all v0 v0.1.0 Aug 22, 2017 Changes in this version + const AddDebugConfigBadRequestCode + const AddDebugConfigCreatedCode + const AddDebugConfigNotFoundCode + const AddDebugConfigServiceUnavailableCode + const AddDebugConfigUnprocessableEntityCode + const DeleteDebugConfigBadRequestCode + const DeleteDebugConfigNotFoundCode + const DeleteDebugConfigOKCode + const DeleteDebugConfigUnprocessableEntityCode + const GetDebugConfigBadRequestCode + const GetDebugConfigNotFoundCode + const GetDebugConfigOKCode + const GetDebugConfigUnprocessableEntityCode + const GetDebugConfigsBadRequestCode + const GetDebugConfigsNotFoundCode + const GetDebugConfigsOKCode + const GetDebugConfigsUnprocessableEntityCode + const PopContainerToDebugBadRequestCode + const PopContainerToDebugNotFoundCode + const PopContainerToDebugOKCode + const PopContainerToDebugRequestTimeoutCode + const UpdateDebugConfigBadRequestCode + const UpdateDebugConfigNotFoundCode + const UpdateDebugConfigOKCode + const UpdateDebugConfigUnprocessableEntityCode + type AddDebugConfig struct + Context *middleware.Context + Handler AddDebugConfigHandler + func NewAddDebugConfig(ctx *middleware.Context, handler AddDebugConfigHandler) *AddDebugConfig + func (o *AddDebugConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type AddDebugConfigBadRequest struct + func NewAddDebugConfigBadRequest() *AddDebugConfigBadRequest + func (o *AddDebugConfigBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddDebugConfigCreated struct + Payload *models.DebugConfig + func NewAddDebugConfigCreated() *AddDebugConfigCreated + func (o *AddDebugConfigCreated) SetPayload(payload *models.DebugConfig) + func (o *AddDebugConfigCreated) WithPayload(payload *models.DebugConfig) *AddDebugConfigCreated + func (o *AddDebugConfigCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddDebugConfigHandler interface + Handle func(AddDebugConfigParams) middleware.Responder + type AddDebugConfigHandlerFunc func(AddDebugConfigParams) middleware.Responder + func (fn AddDebugConfigHandlerFunc) Handle(params AddDebugConfigParams) middleware.Responder + type AddDebugConfigNotFound struct + func NewAddDebugConfigNotFound() *AddDebugConfigNotFound + func (o *AddDebugConfigNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddDebugConfigParams struct + Body *models.DebugConfig + HTTPRequest *http.Request + func NewAddDebugConfigParams() AddDebugConfigParams + func (o *AddDebugConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type AddDebugConfigServiceUnavailable struct + func NewAddDebugConfigServiceUnavailable() *AddDebugConfigServiceUnavailable + func (o *AddDebugConfigServiceUnavailable) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddDebugConfigURL struct + func (o *AddDebugConfigURL) Build() (*url.URL, error) + func (o *AddDebugConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *AddDebugConfigURL) Must(u *url.URL, err error) *url.URL + func (o *AddDebugConfigURL) SetBasePath(bp string) + func (o *AddDebugConfigURL) String() string + func (o *AddDebugConfigURL) StringFull(scheme, host string) string + func (o *AddDebugConfigURL) WithBasePath(bp string) *AddDebugConfigURL + type AddDebugConfigUnprocessableEntity struct + func NewAddDebugConfigUnprocessableEntity() *AddDebugConfigUnprocessableEntity + func (o *AddDebugConfigUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteDebugConfig struct + Context *middleware.Context + Handler DeleteDebugConfigHandler + func NewDeleteDebugConfig(ctx *middleware.Context, handler DeleteDebugConfigHandler) *DeleteDebugConfig + func (o *DeleteDebugConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeleteDebugConfigBadRequest struct + func NewDeleteDebugConfigBadRequest() *DeleteDebugConfigBadRequest + func (o *DeleteDebugConfigBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteDebugConfigHandler interface + Handle func(DeleteDebugConfigParams) middleware.Responder + type DeleteDebugConfigHandlerFunc func(DeleteDebugConfigParams) middleware.Responder + func (fn DeleteDebugConfigHandlerFunc) Handle(params DeleteDebugConfigParams) middleware.Responder + type DeleteDebugConfigNotFound struct + func NewDeleteDebugConfigNotFound() *DeleteDebugConfigNotFound + func (o *DeleteDebugConfigNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteDebugConfigOK struct + func NewDeleteDebugConfigOK() *DeleteDebugConfigOK + func (o *DeleteDebugConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteDebugConfigParams struct + DebugConfigID string + HTTPRequest *http.Request + func NewDeleteDebugConfigParams() DeleteDebugConfigParams + func (o *DeleteDebugConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeleteDebugConfigURL struct + DebugConfigID string + func (o *DeleteDebugConfigURL) Build() (*url.URL, error) + func (o *DeleteDebugConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeleteDebugConfigURL) Must(u *url.URL, err error) *url.URL + func (o *DeleteDebugConfigURL) SetBasePath(bp string) + func (o *DeleteDebugConfigURL) String() string + func (o *DeleteDebugConfigURL) StringFull(scheme, host string) string + func (o *DeleteDebugConfigURL) WithBasePath(bp string) *DeleteDebugConfigURL + type DeleteDebugConfigUnprocessableEntity struct + func NewDeleteDebugConfigUnprocessableEntity() *DeleteDebugConfigUnprocessableEntity + func (o *DeleteDebugConfigUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfig struct + Context *middleware.Context + Handler GetDebugConfigHandler + func NewGetDebugConfig(ctx *middleware.Context, handler GetDebugConfigHandler) *GetDebugConfig + func (o *GetDebugConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetDebugConfigBadRequest struct + func NewGetDebugConfigBadRequest() *GetDebugConfigBadRequest + func (o *GetDebugConfigBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigHandler interface + Handle func(GetDebugConfigParams) middleware.Responder + type GetDebugConfigHandlerFunc func(GetDebugConfigParams) middleware.Responder + func (fn GetDebugConfigHandlerFunc) Handle(params GetDebugConfigParams) middleware.Responder + type GetDebugConfigNotFound struct + func NewGetDebugConfigNotFound() *GetDebugConfigNotFound + func (o *GetDebugConfigNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigOK struct + Payload *models.DebugConfig + func NewGetDebugConfigOK() *GetDebugConfigOK + func (o *GetDebugConfigOK) SetPayload(payload *models.DebugConfig) + func (o *GetDebugConfigOK) WithPayload(payload *models.DebugConfig) *GetDebugConfigOK + func (o *GetDebugConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigParams struct + DebugConfigID string + HTTPRequest *http.Request + func NewGetDebugConfigParams() GetDebugConfigParams + func (o *GetDebugConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetDebugConfigURL struct + DebugConfigID string + func (o *GetDebugConfigURL) Build() (*url.URL, error) + func (o *GetDebugConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetDebugConfigURL) Must(u *url.URL, err error) *url.URL + func (o *GetDebugConfigURL) SetBasePath(bp string) + func (o *GetDebugConfigURL) String() string + func (o *GetDebugConfigURL) StringFull(scheme, host string) string + func (o *GetDebugConfigURL) WithBasePath(bp string) *GetDebugConfigURL + type GetDebugConfigUnprocessableEntity struct + func NewGetDebugConfigUnprocessableEntity() *GetDebugConfigUnprocessableEntity + func (o *GetDebugConfigUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigs struct + Context *middleware.Context + Handler GetDebugConfigsHandler + func NewGetDebugConfigs(ctx *middleware.Context, handler GetDebugConfigsHandler) *GetDebugConfigs + func (o *GetDebugConfigs) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetDebugConfigsBadRequest struct + func NewGetDebugConfigsBadRequest() *GetDebugConfigsBadRequest + func (o *GetDebugConfigsBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigsHandler interface + Handle func(GetDebugConfigsParams) middleware.Responder + type GetDebugConfigsHandlerFunc func(GetDebugConfigsParams) middleware.Responder + func (fn GetDebugConfigsHandlerFunc) Handle(params GetDebugConfigsParams) middleware.Responder + type GetDebugConfigsNotFound struct + func NewGetDebugConfigsNotFound() *GetDebugConfigsNotFound + func (o *GetDebugConfigsNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigsOK struct + Payload []*models.DebugConfig + func NewGetDebugConfigsOK() *GetDebugConfigsOK + func (o *GetDebugConfigsOK) SetPayload(payload []*models.DebugConfig) + func (o *GetDebugConfigsOK) WithPayload(payload []*models.DebugConfig) *GetDebugConfigsOK + func (o *GetDebugConfigsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetDebugConfigsParams struct + HTTPRequest *http.Request + func NewGetDebugConfigsParams() GetDebugConfigsParams + func (o *GetDebugConfigsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetDebugConfigsURL struct + func (o *GetDebugConfigsURL) Build() (*url.URL, error) + func (o *GetDebugConfigsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetDebugConfigsURL) Must(u *url.URL, err error) *url.URL + func (o *GetDebugConfigsURL) SetBasePath(bp string) + func (o *GetDebugConfigsURL) String() string + func (o *GetDebugConfigsURL) StringFull(scheme, host string) string + func (o *GetDebugConfigsURL) WithBasePath(bp string) *GetDebugConfigsURL + type GetDebugConfigsUnprocessableEntity struct + func NewGetDebugConfigsUnprocessableEntity() *GetDebugConfigsUnprocessableEntity + func (o *GetDebugConfigsUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PopContainerToDebug struct + Context *middleware.Context + Handler PopContainerToDebugHandler + func NewPopContainerToDebug(ctx *middleware.Context, handler PopContainerToDebugHandler) *PopContainerToDebug + func (o *PopContainerToDebug) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type PopContainerToDebugBadRequest struct + func NewPopContainerToDebugBadRequest() *PopContainerToDebugBadRequest + func (o *PopContainerToDebugBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PopContainerToDebugHandler interface + Handle func(PopContainerToDebugParams) middleware.Responder + type PopContainerToDebugHandlerFunc func(PopContainerToDebugParams) middleware.Responder + func (fn PopContainerToDebugHandlerFunc) Handle(params PopContainerToDebugParams) middleware.Responder + type PopContainerToDebugNotFound struct + func NewPopContainerToDebugNotFound() *PopContainerToDebugNotFound + func (o *PopContainerToDebugNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PopContainerToDebugOK struct + Payload *models.DebugConfig + func NewPopContainerToDebugOK() *PopContainerToDebugOK + func (o *PopContainerToDebugOK) SetPayload(payload *models.DebugConfig) + func (o *PopContainerToDebugOK) WithPayload(payload *models.DebugConfig) *PopContainerToDebugOK + func (o *PopContainerToDebugOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PopContainerToDebugParams struct + HTTPRequest *http.Request + Node string + func NewPopContainerToDebugParams() PopContainerToDebugParams + func (o *PopContainerToDebugParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type PopContainerToDebugRequestTimeout struct + func NewPopContainerToDebugRequestTimeout() *PopContainerToDebugRequestTimeout + func (o *PopContainerToDebugRequestTimeout) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type PopContainerToDebugURL struct + Node string + func (o *PopContainerToDebugURL) Build() (*url.URL, error) + func (o *PopContainerToDebugURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *PopContainerToDebugURL) Must(u *url.URL, err error) *url.URL + func (o *PopContainerToDebugURL) SetBasePath(bp string) + func (o *PopContainerToDebugURL) String() string + func (o *PopContainerToDebugURL) StringFull(scheme, host string) string + func (o *PopContainerToDebugURL) WithBasePath(bp string) *PopContainerToDebugURL + type UpdateDebugConfig struct + Context *middleware.Context + Handler UpdateDebugConfigHandler + func NewUpdateDebugConfig(ctx *middleware.Context, handler UpdateDebugConfigHandler) *UpdateDebugConfig + func (o *UpdateDebugConfig) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type UpdateDebugConfigBadRequest struct + func NewUpdateDebugConfigBadRequest() *UpdateDebugConfigBadRequest + func (o *UpdateDebugConfigBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateDebugConfigHandler interface + Handle func(UpdateDebugConfigParams) middleware.Responder + type UpdateDebugConfigHandlerFunc func(UpdateDebugConfigParams) middleware.Responder + func (fn UpdateDebugConfigHandlerFunc) Handle(params UpdateDebugConfigParams) middleware.Responder + type UpdateDebugConfigNotFound struct + func NewUpdateDebugConfigNotFound() *UpdateDebugConfigNotFound + func (o *UpdateDebugConfigNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateDebugConfigOK struct + Payload *models.DebugConfig + func NewUpdateDebugConfigOK() *UpdateDebugConfigOK + func (o *UpdateDebugConfigOK) SetPayload(payload *models.DebugConfig) + func (o *UpdateDebugConfigOK) WithPayload(payload *models.DebugConfig) *UpdateDebugConfigOK + func (o *UpdateDebugConfigOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type UpdateDebugConfigParams struct + Body *models.DebugConfig + DebugConfigID string + HTTPRequest *http.Request + func NewUpdateDebugConfigParams() UpdateDebugConfigParams + func (o *UpdateDebugConfigParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type UpdateDebugConfigURL struct + DebugConfigID string + func (o *UpdateDebugConfigURL) Build() (*url.URL, error) + func (o *UpdateDebugConfigURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *UpdateDebugConfigURL) Must(u *url.URL, err error) *url.URL + func (o *UpdateDebugConfigURL) SetBasePath(bp string) + func (o *UpdateDebugConfigURL) String() string + func (o *UpdateDebugConfigURL) StringFull(scheme, host string) string + func (o *UpdateDebugConfigURL) WithBasePath(bp string) *UpdateDebugConfigURL + type UpdateDebugConfigUnprocessableEntity struct + func NewUpdateDebugConfigUnprocessableEntity() *UpdateDebugConfigUnprocessableEntity + func (o *UpdateDebugConfigUnprocessableEntity) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)