InfoResponse is endpoint information sent in response to an InfoRequest
| 141 | |
| 142 | // InfoResponse is endpoint information sent in response to an InfoRequest |
| 143 | type InfoResponse struct { |
| 144 | Value map[string]string |
| 145 | } |
| 146 | |
| 147 | // JoinRequest is sent by the Daemon when an endpoint needs be joined to a network |
| 148 | type JoinRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected