| 1895 | } |
| 1896 | |
| 1897 | type Condition interface { |
| 1898 | Name() string |
| 1899 | Type() ConditionType |
| 1900 | Evaluate(*Path, *PolicyOptions) bool |
| 1901 | Set() DefinedSet |
| 1902 | } |
| 1903 | |
| 1904 | type NextHopCondition struct { |
| 1905 | set *NextHopSet |
no outgoing calls
no test coverage detected
searching dependent graphs…