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