github.com/circl-dev/go-swagger@v0.31.0/examples/stream-server/restapi/doc.go (about) 1 // Code generated by go-swagger; DO NOT EDIT. 2 3 // Package restapi Countdown 4 // 5 // Example server for emitting newline delimited JSON 6 // Schemes: 7 // http 8 // Host: localhost 9 // BasePath: / 10 // Version: 1.0.0 11 // 12 // Consumes: 13 // - application/json 14 // 15 // Produces: 16 // - application/json 17 // 18 // swagger:meta 19 package restapi