| 48 | } |
| 49 | |
| 50 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected