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

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  // Package restapi Issue Tracker API
     4  //
     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  //  Terms Of Service:
    13  //    /termsOfService.html
    14  //  Schemes:
    15  //    http
    16  //    https
    17  //  Host: localhost:8322
    18  //  BasePath: /api
    19  //  Version: 1.0.0
    20  //  License: Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0.html
    21  //  Contact: Issue Tracker API Team<nobody@nowhere.com> https://task-tracker.goswagger.io
    22  //
    23  //  Consumes:
    24  //    - application/vnd.goswagger.examples.task-tracker.v1+json
    25  //    - multipart/form-data
    26  //
    27  //  Produces:
    28  //    - application/vnd.goswagger.examples.task-tracker.v1+json
    29  //
    30  // swagger:meta
    31  package restapi