Versions in this module Expand all Collapse all v0 v0.20.2 Mar 16, 2020 Changes in this version + const GetAlertGroupsBadRequestCode + const GetAlertGroupsInternalServerErrorCode + const GetAlertGroupsOKCode + type GetAlertGroups struct + Context *middleware.Context + Handler GetAlertGroupsHandler + func NewGetAlertGroups(ctx *middleware.Context, handler GetAlertGroupsHandler) *GetAlertGroups + func (o *GetAlertGroups) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetAlertGroupsBadRequest struct + Payload string + func NewGetAlertGroupsBadRequest() *GetAlertGroupsBadRequest + func (o *GetAlertGroupsBadRequest) SetPayload(payload string) + func (o *GetAlertGroupsBadRequest) WithPayload(payload string) *GetAlertGroupsBadRequest + func (o *GetAlertGroupsBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetAlertGroupsHandler interface + Handle func(GetAlertGroupsParams) middleware.Responder + type GetAlertGroupsHandlerFunc func(GetAlertGroupsParams) middleware.Responder + func (fn GetAlertGroupsHandlerFunc) Handle(params GetAlertGroupsParams) middleware.Responder + type GetAlertGroupsInternalServerError struct + Payload string + func NewGetAlertGroupsInternalServerError() *GetAlertGroupsInternalServerError + func (o *GetAlertGroupsInternalServerError) SetPayload(payload string) + func (o *GetAlertGroupsInternalServerError) WithPayload(payload string) *GetAlertGroupsInternalServerError + func (o *GetAlertGroupsInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetAlertGroupsOK struct + Payload models.AlertGroups + func NewGetAlertGroupsOK() *GetAlertGroupsOK + func (o *GetAlertGroupsOK) SetPayload(payload models.AlertGroups) + func (o *GetAlertGroupsOK) WithPayload(payload models.AlertGroups) *GetAlertGroupsOK + func (o *GetAlertGroupsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetAlertGroupsParams struct + Active *bool + Filter []string + HTTPRequest *http.Request + Inhibited *bool + Receiver *string + Silenced *bool + func NewGetAlertGroupsParams() GetAlertGroupsParams + func (o *GetAlertGroupsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetAlertGroupsURL struct + Active *bool + Filter []string + Inhibited *bool + Receiver *string + Silenced *bool + func (o *GetAlertGroupsURL) Build() (*url.URL, error) + func (o *GetAlertGroupsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetAlertGroupsURL) Must(u *url.URL, err error) *url.URL + func (o *GetAlertGroupsURL) SetBasePath(bp string) + func (o *GetAlertGroupsURL) String() string + func (o *GetAlertGroupsURL) StringFull(scheme, host string) string + func (o *GetAlertGroupsURL) WithBasePath(bp string) *GetAlertGroupsURL