bouncer/internal/proxy/director/layer/basicauth/layer_options.go
William Petit c9da46ea98
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
feat: add basic auth tutorial implementation as exemple
2023-06-24 12:29:03 -06:00

9 lines
105 B
Go

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