()
| 1794 | } |
| 1795 | |
| 1796 | func (x *FlowSpecRule) GetRule() isFlowSpecRule_Rule { |
| 1797 | if x != nil { |
| 1798 | return x.Rule |
| 1799 | } |
| 1800 | return nil |
| 1801 | } |
| 1802 | |
| 1803 | func (x *FlowSpecRule) GetIpPrefix() *FlowSpecIPPrefix { |
| 1804 | if x != nil { |
no outgoing calls
no test coverage detected