DIPAddr is the IPAddr Datum.
| 1836 | |
| 1837 | // DIPAddr is the IPAddr Datum. |
| 1838 | type DIPAddr struct { |
| 1839 | ipaddr.IPAddr |
| 1840 | } |
| 1841 | |
| 1842 | // NewDIPAddr is a helper routine to create a *DIPAddr initialized from its |
| 1843 | // argument. |
nothing calls this directly
no outgoing calls
no test coverage detected