mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
10 lines
263 B
Go
10 lines
263 B
Go
package config
|
|
|
|
import "embed"
|
|
|
|
// Swagger embeds the swagger-ui directory containing the OpenAPI/Swagger documentation UI
|
|
// This allows serving the Swagger UI directly from the binary without needing external files
|
|
//
|
|
//go:embed swagger-ui
|
|
var Swagger embed.FS
|