package models type RAM struct { ID int `json:"id"` Temp int `json:"size"` Freq int `json:"speed"` }