nginx-proxy-manager-zh/backend/embed/api_docs/main.go

10 lines
195 B
Go
Raw Normal View History

package doc
import "embed"
// SwaggerFiles contain all the files used for swagger schema generation
//go:embed api.swagger.json
//go:embed components
//go:embed paths
var SwaggerFiles embed.FS