bouncer/internal/proxy/director/layer/circuitbreaker/schema.go

9 lines
110 B
Go
Raw Normal View History

2023-07-06 03:19:45 +02:00
package circuitbreaker
import (
_ "embed"
)
//go:embed layer-options.json
var RawLayerOptionsSchema []byte