github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/examples/todo-list/restapi/doc.go (about)

     1  // Code generated by go-swagger; DO NOT EDIT.
     2  
     3  // Package restapi Simple To Do List API
     4  //
     5  //	This is a simple todo list API
     6  //	illustrating go-swagger codegen
     7  //	capabilities.
     8  //
     9  //	Terms Of Service:
    10  //	  There are actually none.
    11  //	  This is for demonstration purpose only.
    12  //
    13  //	Schemes:
    14  //	  http
    15  //	  https
    16  //	Host: localhost
    17  //	BasePath: /
    18  //	Version: 0.1.0
    19  //	License: Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0
    20  //	Contact: go-openapi maintainers<nowhere@example.com> https://github.com/go-openapi
    21  //
    22  //	Consumes:
    23  //	  - application/io.swagger.examples.todo-list.v1+json
    24  //
    25  //	Produces:
    26  //	  - application/io.swagger.examples.todo-list.v1+json
    27  //
    28  // swagger:meta
    29  package restapi