IPAMData contains IPv4 or IPv6 addressing information
| 89 | |
| 90 | // IPAMData contains IPv4 or IPv6 addressing information |
| 91 | type IPAMData struct { |
| 92 | AddressSpace string |
| 93 | Pool string |
| 94 | Gateway string |
| 95 | AuxAddresses map[string]interface{} |
| 96 | } |
| 97 | |
| 98 | // DeleteNetworkRequest is sent by the daemon when a network needs to be removed |
| 99 | type DeleteNetworkRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected