12345678910111213141516171819202122232425 |
- // TODO update to follow actual info.. just set up enough to try out Swagger
- // Package classification Controller.
- //
- // Documentation of the Netmaker API.
- //
- // Schemes: https
- // BasePath: /
- // Version: 1.0.0
- // Host: netmaker.io
- //
- // Consumes:
- // - application/json
- //
- // Produces:
- // - application/json
- //
- // Security:
- // - oauth
- //
- // SecurityDefinitions:
- // basic:
- // type: basic
- //
- // swagger:meta
- package controller
|