InfoRequest is send by the daemon when querying endpoint information
| 135 | |
| 136 | // InfoRequest is send by the daemon when querying endpoint information |
| 137 | type InfoRequest struct { |
| 138 | NetworkID string |
| 139 | EndpointID string |
| 140 | } |
| 141 | |
| 142 | // InfoResponse is endpoint information sent in response to an InfoRequest |
| 143 | type InfoResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected