9 lines
108 B
Go
9 lines
108 B
Go
|
package queue
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed schema/layer-options.json
|
||
|
var RawLayerOptionsSchema []byte
|