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

Struct Info

pkg/gpu/gpu.go:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50type Info struct {
51 GraphicsCards []*GraphicsCard `json:"cards"`
52}
53
54// New returns a pointer to an Info struct that contains information about the
55// graphics cards on the host system

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected