MCPcopy Index your code
hub / github.com/ProspectOne/perfops-cli / Node

Struct Node

perfops/node.go:18–26  ·  view source on GitHub ↗

Node contains informatin about a test node.

Source from the content-addressed store, hash-verified

16type (
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected