package platform type SystemInfo struct { Model string `json:"model"` Chip string `json:"chip"` Memory string `json:"memory"` OS string `json:"os"` }