mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
Add swagger base
This commit is contained in:
25
controllers/docs.go
Normal file
25
controllers/docs.go
Normal 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
|
Reference in New Issue
Block a user