github.com/kaisawind/go-swagger@v0.19.0/examples/generated/restapi/doc.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  /*
     4  Package restapi Swagger Petstore
     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  
    12  Terms Of Service:
    13  
    14  http://helloreverb.com/terms/
    15  
    16  
    17      Schemes:
    18        http
    19      Host: petstore.swagger.wordnik.com
    20      BasePath: /v2
    21      Version: 1.0.0
    22      License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
    23      Contact: apiteam@wordnik.com
    24  
    25      Consumes:
    26      - application/json
    27      - application/x-www-form-urlencoded
    28      - application/xml
    29  
    30      Produces:
    31      - application/json
    32      - application/xml
    33  
    34  swagger:meta
    35  */
    36  package restapi