| 732 | } |
| 733 | |
| 734 | type portRange struct { |
| 735 | pStart uint32 |
| 736 | pEnd uint32 |
| 737 | tStart uint32 |
| 738 | tEnd uint32 |
| 739 | protocol network.IPProtocol |
| 740 | } |
| 741 | |
| 742 | func (pr portRange) String() string { |
| 743 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected