refactor
This commit is contained in:
7
web/models/device.go
Normal file
7
web/models/device.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Device struct {
|
||||
DeviceName string
|
||||
LastSynced string
|
||||
CreatedAt string
|
||||
}
|
||||
Reference in New Issue
Block a user