github.com/circl-dev/go-swagger@v0.31.0/examples/generated/restapi/doc.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  // Package restapi Swagger Petstore
     4  //
     5  //  This is a sample server Petstore server.
     6  //
     7  //  [Learn about Swagger](http://swagger.wordnik.com) or join the IRC channel '#swagger' on irc.freenode.net.
     8  //
     9  //  For this sample, you can use the api key 'special-key' to test the authorization filters
    10  //
    11  //  Terms Of Service:
    12  //    http://helloreverb.com/terms/
    13  //  Schemes:
    14  //    http
    15  //  Host: petstore.swagger.wordnik.com
    16  //  BasePath: /v2
    17  //  Version: 1.0.0
    18  //  License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
    19  //  Contact: apiteam@wordnik.com
    20  //
    21  //  Consumes:
    22  //    - application/json
    23  //    - application/x-www-form-urlencoded
    24  //    - application/xml
    25  //
    26  //  Produces:
    27  //    - application/json
    28  //    - application/xml
    29  //
    30  // swagger:meta
    31  package restapi