veylant/docs/doc.go
2026-02-23 13:35:04 +01:00

10 lines
244 B
Go

// Package docs embeds the OpenAPI 3.1 specification for the Veylant IA Proxy API.
package docs
import _ "embed"
// OpenAPIYAML contains the raw OpenAPI 3.1 spec served at /docs/openapi.yaml.
//
//go:embed openapi.yaml
var OpenAPIYAML []byte