()
| 80 | } |
| 81 | |
| 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 |
no outgoing calls