mirror of
https://github.com/karust/openserp.git
synced 2026-08-05 16:53:54 +08:00
9 lines
159 B
Go
9 lines
159 B
Go
|
|
package docs
|
||
|
|
|
||
|
|
import _ "embed"
|
||
|
|
|
||
|
|
// OpenAPIYAML is the bundled OpenAPI specification served by /openapi.yaml.
|
||
|
|
//
|
||
|
|
//go:embed openapi.yaml
|
||
|
|
var OpenAPIYAML []byte
|