mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
10 lines
127 B
Go
10 lines
127 B
Go
package docs
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed openapi.json
|
|
var SwaggerJSON []byte
|
|
|
|
//go:embed openapi.yaml
|
|
var SwaggerYAML []byte
|