docs.go 476 B

12345678910111213141516171819202122232425
  1. // TODO update to follow actual info.. just set up enough to try out Swagger
  2. // Package classification Controller.
  3. //
  4. // Documentation of the Netmaker API.
  5. //
  6. // Schemes: https
  7. // BasePath: /
  8. // Version: 1.0.0
  9. // Host: netmaker.io
  10. //
  11. // Consumes:
  12. // - application/json
  13. //
  14. // Produces:
  15. // - application/json
  16. //
  17. // Security:
  18. // - oauth
  19. //
  20. // SecurityDefinitions:
  21. // basic:
  22. // type: basic
  23. //
  24. // swagger:meta
  25. package controller