api-testing/sample/constants.go

10 lines
148 B
Go

package sample
import _ "embed"
//go:embed testsuite-gitlab.yaml
var TestSuiteGitLab string
//go:embed api-testing-schema.json
var Schema string