Files
ctrld/internal/system/metadata.go
T
2026-04-30 19:19:19 +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
}