newDestinationKey returns a new destinationKey.
(ip net.IP)
| 170 | |
| 171 | // newDestinationKey returns a new destinationKey. |
| 172 | func newDestinationKey(ip net.IP) destinationKey { |
| 173 | return destinationKey{seesaw.NewIP(ip)} |
| 174 | } |
| 175 | |
| 176 | // destination contains the running state for a vserver destination. |
| 177 | type destination struct { |
no test coverage detected