Files
netmaker/controllers/docs.go
2022-09-02 13:42:51 -07:00

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