()
| 82 | func New() routing.PredicateSpec { return &spec{typ: source} } |
| 83 | func NewFromLast() routing.PredicateSpec { return &spec{typ: sourceFromLast} } |
| 84 | func NewClientIP() routing.PredicateSpec { return &spec{typ: clientIP} } |
| 85 | |
| 86 | func (s *spec) Name() string { |
| 87 | switch s.typ { |
no outgoing calls
searching dependent graphs…