mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
26 lines
476 B
Go
26 lines
476 B
Go
// 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
|