jx/internal/folio/schema.go
Matthew Rich 6e0049c4d2
Some checks are pending
Lint / golangci-lint (push) Waiting to run
Declarative Tests / test (push) Waiting to run
Declarative Tests / build-fedora (push) Waiting to run
Declarative Tests / build-ubuntu-focal (push) Waiting to run
add resource and document constraints
2024-09-19 07:57:26 +00:00

14 lines
280 B
Go

// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
package folio
import (
"embed"
)
var schemaFilesUri URI = "file://folio/schemas/*.schema.json"
//go:embed schemas/config/*.schema.json
//go:embed schemas/*.schema.json
var schemaFiles embed.FS