mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
25 lines
417 B
Go
25 lines
417 B
Go
// Package classification kubescape_microservice
|
|
//
|
|
// Documentation of our awesome API.
|
|
//
|
|
// Schemes: http
|
|
// BasePath: /
|
|
// Version: 1.0.0
|
|
// Host: example.com
|
|
//
|
|
// Consumes:
|
|
// - application/json
|
|
//
|
|
// Produces:
|
|
// - application/json
|
|
//
|
|
// Security:
|
|
// - basic
|
|
//
|
|
// SecurityDefinitions:
|
|
// basic:
|
|
// type: basic
|
|
//
|
|
// swagger:meta
|
|
package docs
|