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

Struct spec

predicates/query/query.go:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 valueExp *regexp.Regexp
47}
48type spec struct{}
49
50// New creates a new QueryParam predicate specification.
51func New() routing.PredicateSpec { return &spec{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected