| 2582 | } |
| 2583 | |
| 2584 | type RpkiValidationCondition struct { |
| 2585 | result oc.RpkiValidationResultType |
| 2586 | } |
| 2587 | |
| 2588 | func (c *RpkiValidationCondition) Type() ConditionType { |
| 2589 | return CONDITION_RPKI |
nothing calls this directly
no outgoing calls
no test coverage detected