Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + const AddNewGroupInternalServerErrorCode + const AddNewGroupOKCode + const AddNewGroupUnauthorizedCode + const AddPoolsByGroupIDInternalServerErrorCode + const AddPoolsByGroupIDNotFoundCode + const AddPoolsByGroupIDOKCode + const AddPoolsByGroupIDUnauthorizedCode + const DeleteGroupInternalServerErrorCode + const DeleteGroupNotFoundCode + const DeleteGroupUnauthorizedCode + const DeletePoolsByGroupIDInternalServerErrorCode + const DeletePoolsByGroupIDNotFoundCode + const DeletePoolsByGroupIDOKCode + const DeletePoolsByGroupIDUnauthorizedCode + const GetGroupDescriptionByIDInternalServerErrorCode + const GetGroupDescriptionByIDNotFoundCode + const GetGroupDescriptionByIDOKCode + const GetGroupDescriptionByIDUnauthorizedCode + const GetGroupIDByNameInternalServerErrorCode + const GetGroupIDByNameOKCode + const GetGroupIDByNameUnauthorizedCode + const GetPoolsByGroupIDInternalServerErrorCode + const GetPoolsByGroupIDNotFoundCode + const GetPoolsByGroupIDOKCode + const GetPoolsByGroupIDUnauthorizedCode + const ReplacePoolsByGroupIDInternalServerErrorCode + const ReplacePoolsByGroupIDNotFoundCode + const ReplacePoolsByGroupIDOKCode + const ReplacePoolsByGroupIDUnauthorizedCode + type AddNewGroup struct + Context *middleware.Context + Handler AddNewGroupHandler + func NewAddNewGroup(ctx *middleware.Context, handler AddNewGroupHandler) *AddNewGroup + func (o *AddNewGroup) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type AddNewGroupHandler interface + Handle func(AddNewGroupParams, interface{}) middleware.Responder + type AddNewGroupHandlerFunc func(AddNewGroupParams, interface{}) middleware.Responder + func (fn AddNewGroupHandlerFunc) Handle(params AddNewGroupParams, principal interface{}) middleware.Responder + type AddNewGroupInternalServerError struct + Payload interface{} + func NewAddNewGroupInternalServerError() *AddNewGroupInternalServerError + func (o *AddNewGroupInternalServerError) SetPayload(payload interface{}) + func (o *AddNewGroupInternalServerError) WithPayload(payload interface{}) *AddNewGroupInternalServerError + func (o *AddNewGroupInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddNewGroupOK struct + Payload *models.ID + func NewAddNewGroupOK() *AddNewGroupOK + func (o *AddNewGroupOK) SetPayload(payload *models.ID) + func (o *AddNewGroupOK) WithPayload(payload *models.ID) *AddNewGroupOK + func (o *AddNewGroupOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddNewGroupParams struct + Group *models.Group + HTTPRequest *http.Request + func NewAddNewGroupParams() AddNewGroupParams + func (o *AddNewGroupParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type AddNewGroupURL struct + func (o *AddNewGroupURL) Build() (*url.URL, error) + func (o *AddNewGroupURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *AddNewGroupURL) Must(u *url.URL, err error) *url.URL + func (o *AddNewGroupURL) SetBasePath(bp string) + func (o *AddNewGroupURL) String() string + func (o *AddNewGroupURL) StringFull(scheme, host string) string + func (o *AddNewGroupURL) WithBasePath(bp string) *AddNewGroupURL + type AddNewGroupUnauthorized struct + Payload interface{} + func NewAddNewGroupUnauthorized() *AddNewGroupUnauthorized + func (o *AddNewGroupUnauthorized) SetPayload(payload interface{}) + func (o *AddNewGroupUnauthorized) WithPayload(payload interface{}) *AddNewGroupUnauthorized + func (o *AddNewGroupUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddPoolsByGroupID struct + Context *middleware.Context + Handler AddPoolsByGroupIDHandler + func NewAddPoolsByGroupID(ctx *middleware.Context, handler AddPoolsByGroupIDHandler) *AddPoolsByGroupID + func (o *AddPoolsByGroupID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type AddPoolsByGroupIDHandler interface + Handle func(AddPoolsByGroupIDParams, interface{}) middleware.Responder + type AddPoolsByGroupIDHandlerFunc func(AddPoolsByGroupIDParams, interface{}) middleware.Responder + func (fn AddPoolsByGroupIDHandlerFunc) Handle(params AddPoolsByGroupIDParams, principal interface{}) middleware.Responder + type AddPoolsByGroupIDInternalServerError struct + Payload interface{} + func NewAddPoolsByGroupIDInternalServerError() *AddPoolsByGroupIDInternalServerError + func (o *AddPoolsByGroupIDInternalServerError) SetPayload(payload interface{}) + func (o *AddPoolsByGroupIDInternalServerError) WithPayload(payload interface{}) *AddPoolsByGroupIDInternalServerError + func (o *AddPoolsByGroupIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddPoolsByGroupIDNotFound struct + func NewAddPoolsByGroupIDNotFound() *AddPoolsByGroupIDNotFound + func (o *AddPoolsByGroupIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddPoolsByGroupIDOK struct + Payload models.IDList + func NewAddPoolsByGroupIDOK() *AddPoolsByGroupIDOK + func (o *AddPoolsByGroupIDOK) SetPayload(payload models.IDList) + func (o *AddPoolsByGroupIDOK) WithPayload(payload models.IDList) *AddPoolsByGroupIDOK + func (o *AddPoolsByGroupIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type AddPoolsByGroupIDParams struct + GroupID string + HTTPRequest *http.Request + Pools models.IDList + func NewAddPoolsByGroupIDParams() AddPoolsByGroupIDParams + func (o *AddPoolsByGroupIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type AddPoolsByGroupIDURL struct + GroupID string + func (o *AddPoolsByGroupIDURL) Build() (*url.URL, error) + func (o *AddPoolsByGroupIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *AddPoolsByGroupIDURL) Must(u *url.URL, err error) *url.URL + func (o *AddPoolsByGroupIDURL) SetBasePath(bp string) + func (o *AddPoolsByGroupIDURL) String() string + func (o *AddPoolsByGroupIDURL) StringFull(scheme, host string) string + func (o *AddPoolsByGroupIDURL) WithBasePath(bp string) *AddPoolsByGroupIDURL + type AddPoolsByGroupIDUnauthorized struct + Payload interface{} + func NewAddPoolsByGroupIDUnauthorized() *AddPoolsByGroupIDUnauthorized + func (o *AddPoolsByGroupIDUnauthorized) SetPayload(payload interface{}) + func (o *AddPoolsByGroupIDUnauthorized) WithPayload(payload interface{}) *AddPoolsByGroupIDUnauthorized + func (o *AddPoolsByGroupIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteGroup struct + Context *middleware.Context + Handler DeleteGroupHandler + func NewDeleteGroup(ctx *middleware.Context, handler DeleteGroupHandler) *DeleteGroup + func (o *DeleteGroup) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeleteGroupHandler interface + Handle func(DeleteGroupParams, interface{}) middleware.Responder + type DeleteGroupHandlerFunc func(DeleteGroupParams, interface{}) middleware.Responder + func (fn DeleteGroupHandlerFunc) Handle(params DeleteGroupParams, principal interface{}) middleware.Responder + type DeleteGroupInternalServerError struct + Payload interface{} + func NewDeleteGroupInternalServerError() *DeleteGroupInternalServerError + func (o *DeleteGroupInternalServerError) SetPayload(payload interface{}) + func (o *DeleteGroupInternalServerError) WithPayload(payload interface{}) *DeleteGroupInternalServerError + func (o *DeleteGroupInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteGroupNotFound struct + func NewDeleteGroupNotFound() *DeleteGroupNotFound + func (o *DeleteGroupNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeleteGroupParams struct + GroupID string + HTTPRequest *http.Request + func NewDeleteGroupParams() DeleteGroupParams + func (o *DeleteGroupParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeleteGroupURL struct + GroupID string + func (o *DeleteGroupURL) Build() (*url.URL, error) + func (o *DeleteGroupURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeleteGroupURL) Must(u *url.URL, err error) *url.URL + func (o *DeleteGroupURL) SetBasePath(bp string) + func (o *DeleteGroupURL) String() string + func (o *DeleteGroupURL) StringFull(scheme, host string) string + func (o *DeleteGroupURL) WithBasePath(bp string) *DeleteGroupURL + type DeleteGroupUnauthorized struct + Payload interface{} + func NewDeleteGroupUnauthorized() *DeleteGroupUnauthorized + func (o *DeleteGroupUnauthorized) SetPayload(payload interface{}) + func (o *DeleteGroupUnauthorized) WithPayload(payload interface{}) *DeleteGroupUnauthorized + func (o *DeleteGroupUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolsByGroupID struct + Context *middleware.Context + Handler DeletePoolsByGroupIDHandler + func NewDeletePoolsByGroupID(ctx *middleware.Context, handler DeletePoolsByGroupIDHandler) *DeletePoolsByGroupID + func (o *DeletePoolsByGroupID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeletePoolsByGroupIDHandler interface + Handle func(DeletePoolsByGroupIDParams, interface{}) middleware.Responder + type DeletePoolsByGroupIDHandlerFunc func(DeletePoolsByGroupIDParams, interface{}) middleware.Responder + func (fn DeletePoolsByGroupIDHandlerFunc) Handle(params DeletePoolsByGroupIDParams, principal interface{}) middleware.Responder + type DeletePoolsByGroupIDInternalServerError struct + Payload interface{} + func NewDeletePoolsByGroupIDInternalServerError() *DeletePoolsByGroupIDInternalServerError + func (o *DeletePoolsByGroupIDInternalServerError) SetPayload(payload interface{}) + func (o *DeletePoolsByGroupIDInternalServerError) WithPayload(payload interface{}) *DeletePoolsByGroupIDInternalServerError + func (o *DeletePoolsByGroupIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolsByGroupIDNotFound struct + func NewDeletePoolsByGroupIDNotFound() *DeletePoolsByGroupIDNotFound + func (o *DeletePoolsByGroupIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolsByGroupIDOK struct + Payload models.IDList + func NewDeletePoolsByGroupIDOK() *DeletePoolsByGroupIDOK + func (o *DeletePoolsByGroupIDOK) SetPayload(payload models.IDList) + func (o *DeletePoolsByGroupIDOK) WithPayload(payload models.IDList) *DeletePoolsByGroupIDOK + func (o *DeletePoolsByGroupIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolsByGroupIDParams struct + GroupID string + HTTPRequest *http.Request + Pools models.IDList + func NewDeletePoolsByGroupIDParams() DeletePoolsByGroupIDParams + func (o *DeletePoolsByGroupIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeletePoolsByGroupIDURL struct + GroupID string + func (o *DeletePoolsByGroupIDURL) Build() (*url.URL, error) + func (o *DeletePoolsByGroupIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeletePoolsByGroupIDURL) Must(u *url.URL, err error) *url.URL + func (o *DeletePoolsByGroupIDURL) SetBasePath(bp string) + func (o *DeletePoolsByGroupIDURL) String() string + func (o *DeletePoolsByGroupIDURL) StringFull(scheme, host string) string + func (o *DeletePoolsByGroupIDURL) WithBasePath(bp string) *DeletePoolsByGroupIDURL + type DeletePoolsByGroupIDUnauthorized struct + Payload interface{} + func NewDeletePoolsByGroupIDUnauthorized() *DeletePoolsByGroupIDUnauthorized + func (o *DeletePoolsByGroupIDUnauthorized) SetPayload(payload interface{}) + func (o *DeletePoolsByGroupIDUnauthorized) WithPayload(payload interface{}) *DeletePoolsByGroupIDUnauthorized + func (o *DeletePoolsByGroupIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupDescriptionByID struct + Context *middleware.Context + Handler GetGroupDescriptionByIDHandler + func NewGetGroupDescriptionByID(ctx *middleware.Context, handler GetGroupDescriptionByIDHandler) *GetGroupDescriptionByID + func (o *GetGroupDescriptionByID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetGroupDescriptionByIDHandler interface + Handle func(GetGroupDescriptionByIDParams, interface{}) middleware.Responder + type GetGroupDescriptionByIDHandlerFunc func(GetGroupDescriptionByIDParams, interface{}) middleware.Responder + func (fn GetGroupDescriptionByIDHandlerFunc) Handle(params GetGroupDescriptionByIDParams, principal interface{}) middleware.Responder + type GetGroupDescriptionByIDInternalServerError struct + Payload interface{} + func NewGetGroupDescriptionByIDInternalServerError() *GetGroupDescriptionByIDInternalServerError + func (o *GetGroupDescriptionByIDInternalServerError) SetPayload(payload interface{}) + func (o *GetGroupDescriptionByIDInternalServerError) WithPayload(payload interface{}) *GetGroupDescriptionByIDInternalServerError + func (o *GetGroupDescriptionByIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupDescriptionByIDNotFound struct + Payload interface{} + func NewGetGroupDescriptionByIDNotFound() *GetGroupDescriptionByIDNotFound + func (o *GetGroupDescriptionByIDNotFound) SetPayload(payload interface{}) + func (o *GetGroupDescriptionByIDNotFound) WithPayload(payload interface{}) *GetGroupDescriptionByIDNotFound + func (o *GetGroupDescriptionByIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupDescriptionByIDOK struct + Payload *models.Description + func NewGetGroupDescriptionByIDOK() *GetGroupDescriptionByIDOK + func (o *GetGroupDescriptionByIDOK) SetPayload(payload *models.Description) + func (o *GetGroupDescriptionByIDOK) WithPayload(payload *models.Description) *GetGroupDescriptionByIDOK + func (o *GetGroupDescriptionByIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupDescriptionByIDParams struct + GroupID string + HTTPRequest *http.Request + func NewGetGroupDescriptionByIDParams() GetGroupDescriptionByIDParams + func (o *GetGroupDescriptionByIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetGroupDescriptionByIDURL struct + GroupID string + func (o *GetGroupDescriptionByIDURL) Build() (*url.URL, error) + func (o *GetGroupDescriptionByIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetGroupDescriptionByIDURL) Must(u *url.URL, err error) *url.URL + func (o *GetGroupDescriptionByIDURL) SetBasePath(bp string) + func (o *GetGroupDescriptionByIDURL) String() string + func (o *GetGroupDescriptionByIDURL) StringFull(scheme, host string) string + func (o *GetGroupDescriptionByIDURL) WithBasePath(bp string) *GetGroupDescriptionByIDURL + type GetGroupDescriptionByIDUnauthorized struct + Payload interface{} + func NewGetGroupDescriptionByIDUnauthorized() *GetGroupDescriptionByIDUnauthorized + func (o *GetGroupDescriptionByIDUnauthorized) SetPayload(payload interface{}) + func (o *GetGroupDescriptionByIDUnauthorized) WithPayload(payload interface{}) *GetGroupDescriptionByIDUnauthorized + func (o *GetGroupDescriptionByIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupIDByName struct + Context *middleware.Context + Handler GetGroupIDByNameHandler + func NewGetGroupIDByName(ctx *middleware.Context, handler GetGroupIDByNameHandler) *GetGroupIDByName + func (o *GetGroupIDByName) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetGroupIDByNameHandler interface + Handle func(GetGroupIDByNameParams, interface{}) middleware.Responder + type GetGroupIDByNameHandlerFunc func(GetGroupIDByNameParams, interface{}) middleware.Responder + func (fn GetGroupIDByNameHandlerFunc) Handle(params GetGroupIDByNameParams, principal interface{}) middleware.Responder + type GetGroupIDByNameInternalServerError struct + Payload interface{} + func NewGetGroupIDByNameInternalServerError() *GetGroupIDByNameInternalServerError + func (o *GetGroupIDByNameInternalServerError) SetPayload(payload interface{}) + func (o *GetGroupIDByNameInternalServerError) WithPayload(payload interface{}) *GetGroupIDByNameInternalServerError + func (o *GetGroupIDByNameInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupIDByNameOK struct + Payload []string + func NewGetGroupIDByNameOK() *GetGroupIDByNameOK + func (o *GetGroupIDByNameOK) SetPayload(payload []string) + func (o *GetGroupIDByNameOK) WithPayload(payload []string) *GetGroupIDByNameOK + func (o *GetGroupIDByNameOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetGroupIDByNameParams struct + HTTPRequest *http.Request + Name string + func NewGetGroupIDByNameParams() GetGroupIDByNameParams + func (o *GetGroupIDByNameParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetGroupIDByNameURL struct + Name string + func (o *GetGroupIDByNameURL) Build() (*url.URL, error) + func (o *GetGroupIDByNameURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetGroupIDByNameURL) Must(u *url.URL, err error) *url.URL + func (o *GetGroupIDByNameURL) SetBasePath(bp string) + func (o *GetGroupIDByNameURL) String() string + func (o *GetGroupIDByNameURL) StringFull(scheme, host string) string + func (o *GetGroupIDByNameURL) WithBasePath(bp string) *GetGroupIDByNameURL + type GetGroupIDByNameUnauthorized struct + Payload interface{} + func NewGetGroupIDByNameUnauthorized() *GetGroupIDByNameUnauthorized + func (o *GetGroupIDByNameUnauthorized) SetPayload(payload interface{}) + func (o *GetGroupIDByNameUnauthorized) WithPayload(payload interface{}) *GetGroupIDByNameUnauthorized + func (o *GetGroupIDByNameUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetPoolsByGroupID struct + Context *middleware.Context + Handler GetPoolsByGroupIDHandler + func NewGetPoolsByGroupID(ctx *middleware.Context, handler GetPoolsByGroupIDHandler) *GetPoolsByGroupID + func (o *GetPoolsByGroupID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetPoolsByGroupIDHandler interface + Handle func(GetPoolsByGroupIDParams, interface{}) middleware.Responder + type GetPoolsByGroupIDHandlerFunc func(GetPoolsByGroupIDParams, interface{}) middleware.Responder + func (fn GetPoolsByGroupIDHandlerFunc) Handle(params GetPoolsByGroupIDParams, principal interface{}) middleware.Responder + type GetPoolsByGroupIDInternalServerError struct + Payload interface{} + func NewGetPoolsByGroupIDInternalServerError() *GetPoolsByGroupIDInternalServerError + func (o *GetPoolsByGroupIDInternalServerError) SetPayload(payload interface{}) + func (o *GetPoolsByGroupIDInternalServerError) WithPayload(payload interface{}) *GetPoolsByGroupIDInternalServerError + func (o *GetPoolsByGroupIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetPoolsByGroupIDNotFound struct + Payload interface{} + func NewGetPoolsByGroupIDNotFound() *GetPoolsByGroupIDNotFound + func (o *GetPoolsByGroupIDNotFound) SetPayload(payload interface{}) + func (o *GetPoolsByGroupIDNotFound) WithPayload(payload interface{}) *GetPoolsByGroupIDNotFound + func (o *GetPoolsByGroupIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetPoolsByGroupIDOK struct + Payload models.IDList + func NewGetPoolsByGroupIDOK() *GetPoolsByGroupIDOK + func (o *GetPoolsByGroupIDOK) SetPayload(payload models.IDList) + func (o *GetPoolsByGroupIDOK) WithPayload(payload models.IDList) *GetPoolsByGroupIDOK + func (o *GetPoolsByGroupIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetPoolsByGroupIDParams struct + GroupID string + HTTPRequest *http.Request + func NewGetPoolsByGroupIDParams() GetPoolsByGroupIDParams + func (o *GetPoolsByGroupIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetPoolsByGroupIDURL struct + GroupID string + func (o *GetPoolsByGroupIDURL) Build() (*url.URL, error) + func (o *GetPoolsByGroupIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetPoolsByGroupIDURL) Must(u *url.URL, err error) *url.URL + func (o *GetPoolsByGroupIDURL) SetBasePath(bp string) + func (o *GetPoolsByGroupIDURL) String() string + func (o *GetPoolsByGroupIDURL) StringFull(scheme, host string) string + func (o *GetPoolsByGroupIDURL) WithBasePath(bp string) *GetPoolsByGroupIDURL + type GetPoolsByGroupIDUnauthorized struct + Payload interface{} + func NewGetPoolsByGroupIDUnauthorized() *GetPoolsByGroupIDUnauthorized + func (o *GetPoolsByGroupIDUnauthorized) SetPayload(payload interface{}) + func (o *GetPoolsByGroupIDUnauthorized) WithPayload(payload interface{}) *GetPoolsByGroupIDUnauthorized + func (o *GetPoolsByGroupIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ReplacePoolsByGroupID struct + Context *middleware.Context + Handler ReplacePoolsByGroupIDHandler + func NewReplacePoolsByGroupID(ctx *middleware.Context, handler ReplacePoolsByGroupIDHandler) *ReplacePoolsByGroupID + func (o *ReplacePoolsByGroupID) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ReplacePoolsByGroupIDHandler interface + Handle func(ReplacePoolsByGroupIDParams, interface{}) middleware.Responder + type ReplacePoolsByGroupIDHandlerFunc func(ReplacePoolsByGroupIDParams, interface{}) middleware.Responder + func (fn ReplacePoolsByGroupIDHandlerFunc) Handle(params ReplacePoolsByGroupIDParams, principal interface{}) middleware.Responder + type ReplacePoolsByGroupIDInternalServerError struct + Payload interface{} + func NewReplacePoolsByGroupIDInternalServerError() *ReplacePoolsByGroupIDInternalServerError + func (o *ReplacePoolsByGroupIDInternalServerError) SetPayload(payload interface{}) + func (o *ReplacePoolsByGroupIDInternalServerError) WithPayload(payload interface{}) *ReplacePoolsByGroupIDInternalServerError + func (o *ReplacePoolsByGroupIDInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ReplacePoolsByGroupIDNotFound struct + func NewReplacePoolsByGroupIDNotFound() *ReplacePoolsByGroupIDNotFound + func (o *ReplacePoolsByGroupIDNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ReplacePoolsByGroupIDOK struct + Payload models.IDList + func NewReplacePoolsByGroupIDOK() *ReplacePoolsByGroupIDOK + func (o *ReplacePoolsByGroupIDOK) SetPayload(payload models.IDList) + func (o *ReplacePoolsByGroupIDOK) WithPayload(payload models.IDList) *ReplacePoolsByGroupIDOK + func (o *ReplacePoolsByGroupIDOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ReplacePoolsByGroupIDParams struct + GroupID string + HTTPRequest *http.Request + Pools models.IDList + func NewReplacePoolsByGroupIDParams() ReplacePoolsByGroupIDParams + func (o *ReplacePoolsByGroupIDParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ReplacePoolsByGroupIDURL struct + GroupID string + func (o *ReplacePoolsByGroupIDURL) Build() (*url.URL, error) + func (o *ReplacePoolsByGroupIDURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ReplacePoolsByGroupIDURL) Must(u *url.URL, err error) *url.URL + func (o *ReplacePoolsByGroupIDURL) SetBasePath(bp string) + func (o *ReplacePoolsByGroupIDURL) String() string + func (o *ReplacePoolsByGroupIDURL) StringFull(scheme, host string) string + func (o *ReplacePoolsByGroupIDURL) WithBasePath(bp string) *ReplacePoolsByGroupIDURL + type ReplacePoolsByGroupIDUnauthorized struct + Payload interface{} + func NewReplacePoolsByGroupIDUnauthorized() *ReplacePoolsByGroupIDUnauthorized + func (o *ReplacePoolsByGroupIDUnauthorized) SetPayload(payload interface{}) + func (o *ReplacePoolsByGroupIDUnauthorized) WithPayload(payload interface{}) *ReplacePoolsByGroupIDUnauthorized + func (o *ReplacePoolsByGroupIDUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)