Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2023 v0.1.0 Oct 12, 2023 Changes in this version + type FileUploadAPI struct + APIKeyAuthenticator func(string, string, security.TokenAuthentication) runtime.Authenticator + BasicAuthenticator func(security.UserPassAuthentication) runtime.Authenticator + BearerAuthenticator func(string, security.ScopedTokenAuthentication) runtime.Authenticator + CommandLineOptionsGroups []swag.CommandLineOptionsGroup + JSONConsumer runtime.Consumer + JSONProducer runtime.Producer + Logger func(string, ...interface{}) + Middleware func(middleware.Builder) http.Handler + MultipartformConsumer runtime.Consumer + PreServerShutdown func() + ServeError func(http.ResponseWriter, *http.Request, error) + ServerShutdown func() + UploadsUploadFileHandler uploads.UploadFileHandler + func NewFileUploadAPI(spec *loads.Document) *FileUploadAPI + func (o *FileUploadAPI) AddMiddlewareFor(method, path string, builder middleware.Builder) + func (o *FileUploadAPI) AuthenticatorsFor(schemes map[string]spec.SecurityScheme) map[string]runtime.Authenticator + func (o *FileUploadAPI) Authorizer() runtime.Authorizer + func (o *FileUploadAPI) ConsumersFor(mediaTypes []string) map[string]runtime.Consumer + func (o *FileUploadAPI) Context() *middleware.Context + func (o *FileUploadAPI) DefaultConsumes() string + func (o *FileUploadAPI) DefaultProduces() string + func (o *FileUploadAPI) Formats() strfmt.Registry + func (o *FileUploadAPI) HandlerFor(method, path string) (http.Handler, bool) + func (o *FileUploadAPI) Init() + func (o *FileUploadAPI) ProducersFor(mediaTypes []string) map[string]runtime.Producer + func (o *FileUploadAPI) RegisterConsumer(mediaType string, consumer runtime.Consumer) + func (o *FileUploadAPI) RegisterFormat(name string, format strfmt.Format, validator strfmt.Validator) + func (o *FileUploadAPI) RegisterProducer(mediaType string, producer runtime.Producer) + func (o *FileUploadAPI) Serve(builder middleware.Builder) http.Handler + func (o *FileUploadAPI) ServeErrorFor(operationID string) func(http.ResponseWriter, *http.Request, error) + func (o *FileUploadAPI) SetDefaultConsumes(mediaType string) + func (o *FileUploadAPI) SetDefaultProduces(mediaType string) + func (o *FileUploadAPI) SetSpec(spec *loads.Document) + func (o *FileUploadAPI) UseRedoc() + func (o *FileUploadAPI) UseSwaggerUI() + func (o *FileUploadAPI) Validate() error