MCPcopy
hub / github.com/jaypipes/ghw / Info

Struct Info

pkg/topology/topology.go:108–111  ·  view source on GitHub ↗

Info describes the system topology for the host hardware

Source from the content-addressed store, hash-verified

106
107// Info describes the system topology for the host hardware
108type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected