| 2737 | } |
| 2738 | |
| 2739 | type Action interface { |
| 2740 | Type() ActionType |
| 2741 | Apply(*Path, *PolicyOptions) (*Path, error) |
| 2742 | String() string |
| 2743 | } |
| 2744 | |
| 2745 | type RoutingAction struct { |
| 2746 | AcceptRoute bool |
no outgoing calls
no test coverage detected
searching dependent graphs…