Files
ctrld/internal/system/metadata.go
2026-03-05 17:24:01 +07:00

8 lines
188 B
Go

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