Versions in this module Expand all Collapse all v1 v1.7.8 May 3, 2026 Changes in this version + const DownloadSharedObjectOKCode + type DownloadSharedObject struct + Context *middleware.Context + Handler DownloadSharedObjectHandler + func NewDownloadSharedObject(ctx *middleware.Context, handler DownloadSharedObjectHandler) *DownloadSharedObject + func (o *DownloadSharedObject) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type DownloadSharedObjectDefault struct + Payload *models.APIError + func NewDownloadSharedObjectDefault(code int) *DownloadSharedObjectDefault + func (o *DownloadSharedObjectDefault) SetPayload(payload *models.APIError) + func (o *DownloadSharedObjectDefault) SetStatusCode(code int) + func (o *DownloadSharedObjectDefault) WithPayload(payload *models.APIError) *DownloadSharedObjectDefault + func (o *DownloadSharedObjectDefault) WithStatusCode(code int) *DownloadSharedObjectDefault + func (o *DownloadSharedObjectDefault) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DownloadSharedObjectHandler interface + Handle func(DownloadSharedObjectParams) middleware.Responder + type DownloadSharedObjectHandlerFunc func(DownloadSharedObjectParams) middleware.Responder + func (fn DownloadSharedObjectHandlerFunc) Handle(params DownloadSharedObjectParams) middleware.Responder + type DownloadSharedObjectOK struct + Payload io.ReadCloser + func NewDownloadSharedObjectOK() *DownloadSharedObjectOK + func (o *DownloadSharedObjectOK) SetPayload(payload io.ReadCloser) + func (o *DownloadSharedObjectOK) WithPayload(payload io.ReadCloser) *DownloadSharedObjectOK + func (o *DownloadSharedObjectOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type DownloadSharedObjectParams struct + HTTPRequest *http.Request + URL string + func NewDownloadSharedObjectParams() DownloadSharedObjectParams + func (o *DownloadSharedObjectParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type DownloadSharedObjectURL struct + URL string + func (o *DownloadSharedObjectURL) Build() (*url.URL, error) + func (o *DownloadSharedObjectURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *DownloadSharedObjectURL) Must(u *url.URL, err error) *url.URL + func (o *DownloadSharedObjectURL) SetBasePath(bp string) + func (o *DownloadSharedObjectURL) String() string + func (o *DownloadSharedObjectURL) StringFull(scheme, host string) string + func (o *DownloadSharedObjectURL) WithBasePath(bp string) *DownloadSharedObjectURL