Node contains informatin about a test node.
| 16 | type ( |
| 17 | // Node contains informatin about a test node. |
| 18 | Node struct { |
| 19 | ID int `json:"id"` |
| 20 | AsNumber int `json:"as_number,omitempty"` |
| 21 | Latitude float64 `json:"latitude"` |
| 22 | Longitude float64 `json:"longitude"` |
| 23 | City string `json:"city"` |
| 24 | SubRegion string `json:"sub_region"` |
| 25 | Country *Country `json:"country,omitempty"` |
| 26 | } |
| 27 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected