| 30 | ) |
| 31 | |
| 32 | type IPRange struct { |
| 33 | Start net.IP `json:"start,omitempty"` |
| 34 | End net.IP `json:"end,omitempty"` |
| 35 | } |
| 36 | |
| 37 | type PortRange struct { |
| 38 | Start uint16 `json:"start,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected