8 lines
96 B
Go
8 lines
96 B
Go
package models
|
|
|
|
type Device struct {
|
|
DeviceName string
|
|
LastSynced string
|
|
CreatedAt string
|
|
}
|