JoinRequest is sent by the Daemon when an endpoint needs be joined to a network
| 146 | |
| 147 | // JoinRequest is sent by the Daemon when an endpoint needs be joined to a network |
| 148 | type JoinRequest struct { |
| 149 | NetworkID string |
| 150 | EndpointID string |
| 151 | SandboxKey string |
| 152 | Options map[string]interface{} |
| 153 | } |
| 154 | |
| 155 | // StaticRoute contains static route information |
| 156 | type StaticRoute struct { |
nothing calls this directly
no outgoing calls
no test coverage detected