William Petit
8d91f646c2
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
9 lines
108 B
Go
9 lines
108 B
Go
package queue
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed schema/layer-options.json
|
|
var RawLayerOptionsSchema []byte
|