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

Struct predicate

predicates/source/source.go:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77type predicate struct {
78 typ sourcePred
79 nets *netipx.IPSet
80}
81
82func New() routing.PredicateSpec { return &spec{typ: source} }
83func NewFromLast() routing.PredicateSpec { return &spec{typ: sourceFromLast} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected