package system // ChassisInfo represents the structural framework of a device, specifying its type and manufacturer information. type ChassisInfo struct { Type string Vendor string }