Added fetch device info

This commit is contained in:
Nedim
2023-09-19 08:15:42 +02:00
parent 0a450eae56
commit 499906f883
7 changed files with 290 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ import (
type Device struct {
gorm.Model
DeviceID string `json:"deviceId"`
DeviceName string
IMEI string `json:"imei"`
IMSI string `json:"imsi"`