Add swagger base

This commit is contained in:
cameronts
2022-09-02 13:42:51 -07:00
parent a7ff340692
commit 459e7956cd
5 changed files with 395 additions and 12 deletions

25
controllers/docs.go Normal file
View File

@@ -0,0 +1,25 @@
// 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