A Tutorial on writing Go REST servers using Swagger, including adding to the server CLI properly. #complete
Go to file
Elf M. Sternberg 013ae484ad MOVE the functions from configure_timeofday.go into its own directory/
package, where we will contain our business logic.
2018-03-28 12:32:19 -07:00
clock MOVE the functions from configure_timeofday.go into its own directory/ 2018-03-28 12:32:19 -07:00
cmd/timeofday-server Adding all features provided by swagger generate and dep init. 2018-03-28 12:23:24 -07:00
models Adding all features provided by swagger generate and dep init. 2018-03-28 12:23:24 -07:00
restapi MOVE the functions from configure_timeofday.go into its own directory/ 2018-03-28 12:32:19 -07:00
.gitignore Adding all features provided by swagger generate and dep init. 2018-03-28 12:23:24 -07:00
Gopkg.lock Adding all features provided by swagger generate and dep init. 2018-03-28 12:23:24 -07:00
Gopkg.toml Adding all features provided by swagger generate and dep init. 2018-03-28 12:23:24 -07:00
swagger.yml ADD The API that the server will support. 2018-03-28 12:20:20 -07:00