github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/examples/file-server/restapi/doc.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  // Package restapi File Upload
     4  //
     5  //	Example server uploading a file
     6  //	Schemes:
     7  //	  http
     8  //	Host: localhost
     9  //	BasePath: /
    10  //	Version: 1.0.0
    11  //
    12  //	Consumes:
    13  //	  - application/json
    14  //	  - multipart/form-data
    15  //
    16  //	Produces:
    17  //	  - application/json
    18  //
    19  // swagger:meta
    20  package restapi