Info describes the system topology for the host hardware
| 106 | |
| 107 | // Info describes the system topology for the host hardware |
| 108 | type Info struct { |
| 109 | Architecture Architecture `json:"architecture"` |
| 110 | Nodes []*Node `json:"nodes"` |
| 111 | } |
| 112 | |
| 113 | // New returns a pointer to an Info struct that contains information about the |
| 114 | // NUMA topology on the host system |
nothing calls this directly
no outgoing calls
no test coverage detected