StaticRoute contains static route information
| 154 | |
| 155 | // StaticRoute contains static route information |
| 156 | type StaticRoute struct { |
| 157 | Destination string |
| 158 | RouteType int |
| 159 | NextHop string |
| 160 | } |
| 161 | |
| 162 | // JoinResponse is sent in response to a JoinRequest |
| 163 | type JoinResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected