orchard/api/api.go

7 lines
71 B
Go

package api
import _ "embed"
//go:embed openapi.yaml
var Spec []byte