EndpointInterface contains endpoint interface information
| 115 | |
| 116 | // EndpointInterface contains endpoint interface information |
| 117 | type EndpointInterface struct { |
| 118 | Address string |
| 119 | AddressIPv6 string |
| 120 | MacAddress string |
| 121 | } |
| 122 | |
| 123 | // DeleteEndpointRequest is sent by the daemon when an endpoint needs to be removed |
| 124 | type DeleteEndpointRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected