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

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  /*
     4  Package restapi Issue Tracker API
     5  This application implements a very simple issue tracker.
     6  It's implemented as an API which is described by this swagger spec document.
     7  
     8  The go-swagger project uses this specification to test the code generation.
     9  This document contains all possible values for a swagger definition.
    10  This means that it exercises the framework relatively well.
    11  
    12  
    13  Terms Of Service:
    14  
    15  /termsOfService.html
    16  
    17  
    18      Schemes:
    19        http
    20        https
    21      Host: localhost:8322
    22      BasePath: /api
    23      Version: 1.0.0
    24      License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
    25      Contact: Issue Tracker API Team<nobody@nowhere.com> https://task-tracker.goswagger.io
    26  
    27      Consumes:
    28      - application/vnd.goswagger.examples.task-tracker.v1+json
    29      - multipart/form-data
    30  
    31      Produces:
    32      - application/vnd.goswagger.examples.task-tracker.v1+json
    33  
    34  swagger:meta
    35  */
    36  package restapi