Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2026 Changes in this version + const DeviceTypeConnected + const DeviceTypeGlasses + const DeviceTypeMobile + const DeviceTypeOOH + const DeviceTypePC + const DeviceTypePhone + const DeviceTypeSetTopBox + const DeviceTypeTV + const DeviceTypeTablet + const DeviceTypeUnknown + const DeviceTypeWatch + var DeviceTypeList = []*DeviceType + type DeviceMaker struct + Active types.ActiveStatus + Codename string + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + ID uint64 + MatchExp string + Models []*DeviceModel + Name string + UpdatedAt time.Time + func (m *DeviceMaker) RBACResourceName() string + func (m *DeviceMaker) TableName() string + type DeviceModel struct + Active types.ActiveStatus + Codename string + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + ID uint64 + Maker *DeviceMaker + MakerCodename string + MatchExp string + Name string + Parent *DeviceModel + ParentID uint64 + Type *DeviceType + TypeCodename string + UpdatedAt time.Time + Versions []*DeviceModel + YearRelease int + func (m *DeviceModel) RBACResourceName() string + func (m *DeviceModel) TableName() string + type DeviceType struct + Active types.ActiveStatus + Codename string + CreatedAt time.Time + DeletedAt gorm.DeletedAt + Description string + ID uint64 + Name string + UpdatedAt time.Time + func (m *DeviceType) RBACResourceName() string + func (m *DeviceType) TableName() string