bouncer/internal/proxy/director/layer/authn/basic/schema.go
William Petit 781bfcab19
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
Cadoles/bouncer/pipeline/pr-develop This commit looks good
feat: add authn-basic layer
2024-05-21 12:10:52 +02:00

9 lines
101 B
Go

package basic
import (
_ "embed"
)
//go:embed layer-options.json
var RawLayerOptionsSchema []byte