package model type ComputerWebSocketMessage struct { Cpu uint8 `json:"cpu"` Ram uint8 `json:"ram"` }