MCPcopy Create free account
hub / github.com/zalando/skipper / segmentSpec

Struct segmentSpec

predicates/traffic/segment.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12type (
13 segmentSpec struct {
14 randFloat64 func() float64
15 }
16 segmentPredicate struct {
17 randFloat64 func() float64
18 min, max float64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected