MCPcopy
hub / github.com/zalando/skipper / falsePredicate

Struct falsePredicate

predicates/primitive/false.go:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15type falseSpec struct{}
16
17type falsePredicate struct{}
18
19// NewFalse provides a predicate spec to create a Predicate instance that evaluates to false
20func NewFalse() routing.PredicateSpec { return &falseSpec{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected