Files
AnthoLume/web/models/device.go
2025-11-12 19:13:16 -05:00

8 lines
96 B
Go

package models
type Device struct {
DeviceName string
LastSynced string
CreatedAt string
}