bouncer/internal/proxy/director/layer/queue/schema.go

9 lines
108 B
Go
Raw Normal View History

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