bouncer/internal/proxy/director/layer/authn/basic/schema.go

9 lines
101 B
Go
Raw Normal View History

2024-05-21 12:10:52 +02:00
package basic
import (
_ "embed"
)
//go:embed layer-options.json
var RawLayerOptionsSchema []byte