9 lines
108 B
Go
Raw Normal View History

2023-06-23 17:53:56 -06:00
package queue
import (
_ "embed"
)
//go:embed schema/layer-options.json
var RawLayerOptionsSchema []byte