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 DeletePoolStoreInternalServerErrorCode + const DeletePoolStoreNotFoundCode + const DeletePoolStoreUnauthorizedCode + const ExportPoolStoreInternalServerErrorCode + const ExportPoolStoreOKCode + const ExportPoolStoreUnauthorizedCode + const GetStoreStatusInternalServerErrorCode + const GetStoreStatusOKCode + const GetStoreStatusUnauthorizedCode + const ImportPoolStoreInternalServerErrorCode + const ImportPoolStoreOKCode + const ImportPoolStoreUnauthorizedCode + const SetLockInternalServerErrorCode + const SetLockOKCode + const SetLockUnauthorizedCode + type DeletePoolStore struct + Context *middleware.Context + Handler DeletePoolStoreHandler + func NewDeletePoolStore(ctx *middleware.Context, handler DeletePoolStoreHandler) *DeletePoolStore + func (o *DeletePoolStore) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DeletePoolStoreHandler interface + Handle func(DeletePoolStoreParams, interface{}) middleware.Responder + type DeletePoolStoreHandlerFunc func(DeletePoolStoreParams, interface{}) middleware.Responder + func (fn DeletePoolStoreHandlerFunc) Handle(params DeletePoolStoreParams, principal interface{}) middleware.Responder + type DeletePoolStoreInternalServerError struct + Payload interface{} + func NewDeletePoolStoreInternalServerError() *DeletePoolStoreInternalServerError + func (o *DeletePoolStoreInternalServerError) SetPayload(payload interface{}) + func (o *DeletePoolStoreInternalServerError) WithPayload(payload interface{}) *DeletePoolStoreInternalServerError + func (o *DeletePoolStoreInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolStoreNotFound struct + Payload interface{} + func NewDeletePoolStoreNotFound() *DeletePoolStoreNotFound + func (o *DeletePoolStoreNotFound) SetPayload(payload interface{}) + func (o *DeletePoolStoreNotFound) WithPayload(payload interface{}) *DeletePoolStoreNotFound + func (o *DeletePoolStoreNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DeletePoolStoreParams struct + HTTPRequest *http.Request + func NewDeletePoolStoreParams() DeletePoolStoreParams + func (o *DeletePoolStoreParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DeletePoolStoreURL struct + func (o *DeletePoolStoreURL) Build() (*url.URL, error) + func (o *DeletePoolStoreURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DeletePoolStoreURL) Must(u *url.URL, err error) *url.URL + func (o *DeletePoolStoreURL) SetBasePath(bp string) + func (o *DeletePoolStoreURL) String() string + func (o *DeletePoolStoreURL) StringFull(scheme, host string) string + func (o *DeletePoolStoreURL) WithBasePath(bp string) *DeletePoolStoreURL + type DeletePoolStoreUnauthorized struct + Payload interface{} + func NewDeletePoolStoreUnauthorized() *DeletePoolStoreUnauthorized + func (o *DeletePoolStoreUnauthorized) SetPayload(payload interface{}) + func (o *DeletePoolStoreUnauthorized) WithPayload(payload interface{}) *DeletePoolStoreUnauthorized + func (o *DeletePoolStoreUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ExportPoolStore struct + Context *middleware.Context + Handler ExportPoolStoreHandler + func NewExportPoolStore(ctx *middleware.Context, handler ExportPoolStoreHandler) *ExportPoolStore + func (o *ExportPoolStore) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ExportPoolStoreHandler interface + Handle func(ExportPoolStoreParams, interface{}) middleware.Responder + type ExportPoolStoreHandlerFunc func(ExportPoolStoreParams, interface{}) middleware.Responder + func (fn ExportPoolStoreHandlerFunc) Handle(params ExportPoolStoreParams, principal interface{}) middleware.Responder + type ExportPoolStoreInternalServerError struct + Payload interface{} + func NewExportPoolStoreInternalServerError() *ExportPoolStoreInternalServerError + func (o *ExportPoolStoreInternalServerError) SetPayload(payload interface{}) + func (o *ExportPoolStoreInternalServerError) WithPayload(payload interface{}) *ExportPoolStoreInternalServerError + func (o *ExportPoolStoreInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ExportPoolStoreOK struct + Payload *models.Poolstore + func NewExportPoolStoreOK() *ExportPoolStoreOK + func (o *ExportPoolStoreOK) SetPayload(payload *models.Poolstore) + func (o *ExportPoolStoreOK) WithPayload(payload *models.Poolstore) *ExportPoolStoreOK + func (o *ExportPoolStoreOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ExportPoolStoreParams struct + HTTPRequest *http.Request + func NewExportPoolStoreParams() ExportPoolStoreParams + func (o *ExportPoolStoreParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ExportPoolStoreURL struct + func (o *ExportPoolStoreURL) Build() (*url.URL, error) + func (o *ExportPoolStoreURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ExportPoolStoreURL) Must(u *url.URL, err error) *url.URL + func (o *ExportPoolStoreURL) SetBasePath(bp string) + func (o *ExportPoolStoreURL) String() string + func (o *ExportPoolStoreURL) StringFull(scheme, host string) string + func (o *ExportPoolStoreURL) WithBasePath(bp string) *ExportPoolStoreURL + type ExportPoolStoreUnauthorized struct + Payload interface{} + func NewExportPoolStoreUnauthorized() *ExportPoolStoreUnauthorized + func (o *ExportPoolStoreUnauthorized) SetPayload(payload interface{}) + func (o *ExportPoolStoreUnauthorized) WithPayload(payload interface{}) *ExportPoolStoreUnauthorized + func (o *ExportPoolStoreUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetStoreStatus struct + Context *middleware.Context + Handler GetStoreStatusHandler + func NewGetStoreStatus(ctx *middleware.Context, handler GetStoreStatusHandler) *GetStoreStatus + func (o *GetStoreStatus) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetStoreStatusHandler interface + Handle func(GetStoreStatusParams, interface{}) middleware.Responder + type GetStoreStatusHandlerFunc func(GetStoreStatusParams, interface{}) middleware.Responder + func (fn GetStoreStatusHandlerFunc) Handle(params GetStoreStatusParams, principal interface{}) middleware.Responder + type GetStoreStatusInternalServerError struct + Payload interface{} + func NewGetStoreStatusInternalServerError() *GetStoreStatusInternalServerError + func (o *GetStoreStatusInternalServerError) SetPayload(payload interface{}) + func (o *GetStoreStatusInternalServerError) WithPayload(payload interface{}) *GetStoreStatusInternalServerError + func (o *GetStoreStatusInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetStoreStatusOK struct + Payload *models.StoreStatus + func NewGetStoreStatusOK() *GetStoreStatusOK + func (o *GetStoreStatusOK) SetPayload(payload *models.StoreStatus) + func (o *GetStoreStatusOK) WithPayload(payload *models.StoreStatus) *GetStoreStatusOK + func (o *GetStoreStatusOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetStoreStatusParams struct + HTTPRequest *http.Request + func NewGetStoreStatusParams() GetStoreStatusParams + func (o *GetStoreStatusParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetStoreStatusURL struct + func (o *GetStoreStatusURL) Build() (*url.URL, error) + func (o *GetStoreStatusURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetStoreStatusURL) Must(u *url.URL, err error) *url.URL + func (o *GetStoreStatusURL) SetBasePath(bp string) + func (o *GetStoreStatusURL) String() string + func (o *GetStoreStatusURL) StringFull(scheme, host string) string + func (o *GetStoreStatusURL) WithBasePath(bp string) *GetStoreStatusURL + type GetStoreStatusUnauthorized struct + Payload interface{} + func NewGetStoreStatusUnauthorized() *GetStoreStatusUnauthorized + func (o *GetStoreStatusUnauthorized) SetPayload(payload interface{}) + func (o *GetStoreStatusUnauthorized) WithPayload(payload interface{}) *GetStoreStatusUnauthorized + func (o *GetStoreStatusUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ImportPoolStore struct + Context *middleware.Context + Handler ImportPoolStoreHandler + func NewImportPoolStore(ctx *middleware.Context, handler ImportPoolStoreHandler) *ImportPoolStore + func (o *ImportPoolStore) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ImportPoolStoreHandler interface + Handle func(ImportPoolStoreParams, interface{}) middleware.Responder + type ImportPoolStoreHandlerFunc func(ImportPoolStoreParams, interface{}) middleware.Responder + func (fn ImportPoolStoreHandlerFunc) Handle(params ImportPoolStoreParams, principal interface{}) middleware.Responder + type ImportPoolStoreInternalServerError struct + Payload interface{} + func NewImportPoolStoreInternalServerError() *ImportPoolStoreInternalServerError + func (o *ImportPoolStoreInternalServerError) SetPayload(payload interface{}) + func (o *ImportPoolStoreInternalServerError) WithPayload(payload interface{}) *ImportPoolStoreInternalServerError + func (o *ImportPoolStoreInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ImportPoolStoreOK struct + Payload *models.StoreStatus + func NewImportPoolStoreOK() *ImportPoolStoreOK + func (o *ImportPoolStoreOK) SetPayload(payload *models.StoreStatus) + func (o *ImportPoolStoreOK) WithPayload(payload *models.StoreStatus) *ImportPoolStoreOK + func (o *ImportPoolStoreOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ImportPoolStoreParams struct + HTTPRequest *http.Request + Poolstore *models.Poolstore + func NewImportPoolStoreParams() ImportPoolStoreParams + func (o *ImportPoolStoreParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ImportPoolStoreURL struct + func (o *ImportPoolStoreURL) Build() (*url.URL, error) + func (o *ImportPoolStoreURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ImportPoolStoreURL) Must(u *url.URL, err error) *url.URL + func (o *ImportPoolStoreURL) SetBasePath(bp string) + func (o *ImportPoolStoreURL) String() string + func (o *ImportPoolStoreURL) StringFull(scheme, host string) string + func (o *ImportPoolStoreURL) WithBasePath(bp string) *ImportPoolStoreURL + type ImportPoolStoreUnauthorized struct + Payload interface{} + func NewImportPoolStoreUnauthorized() *ImportPoolStoreUnauthorized + func (o *ImportPoolStoreUnauthorized) SetPayload(payload interface{}) + func (o *ImportPoolStoreUnauthorized) WithPayload(payload interface{}) *ImportPoolStoreUnauthorized + func (o *ImportPoolStoreUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetLock struct + Context *middleware.Context + Handler SetLockHandler + func NewSetLock(ctx *middleware.Context, handler SetLockHandler) *SetLock + func (o *SetLock) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type SetLockHandler interface + Handle func(SetLockParams, interface{}) middleware.Responder + type SetLockHandlerFunc func(SetLockParams, interface{}) middleware.Responder + func (fn SetLockHandlerFunc) Handle(params SetLockParams, principal interface{}) middleware.Responder + type SetLockInternalServerError struct + Payload interface{} + func NewSetLockInternalServerError() *SetLockInternalServerError + func (o *SetLockInternalServerError) SetPayload(payload interface{}) + func (o *SetLockInternalServerError) WithPayload(payload interface{}) *SetLockInternalServerError + func (o *SetLockInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetLockOK struct + Payload *models.StoreStatus + func NewSetLockOK() *SetLockOK + func (o *SetLockOK) SetPayload(payload *models.StoreStatus) + func (o *SetLockOK) WithPayload(payload *models.StoreStatus) *SetLockOK + func (o *SetLockOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type SetLockParams struct + HTTPRequest *http.Request + Lock bool + Msg *string + func NewSetLockParams() SetLockParams + func (o *SetLockParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type SetLockURL struct + Lock bool + Msg *string + func (o *SetLockURL) Build() (*url.URL, error) + func (o *SetLockURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *SetLockURL) Must(u *url.URL, err error) *url.URL + func (o *SetLockURL) SetBasePath(bp string) + func (o *SetLockURL) String() string + func (o *SetLockURL) StringFull(scheme, host string) string + func (o *SetLockURL) WithBasePath(bp string) *SetLockURL + type SetLockUnauthorized struct + Payload interface{} + func NewSetLockUnauthorized() *SetLockUnauthorized + func (o *SetLockUnauthorized) SetPayload(payload interface{}) + func (o *SetLockUnauthorized) WithPayload(payload interface{}) *SetLockUnauthorized + func (o *SetLockUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)