added qmqx gorm models for trackers
This commit is contained in:
@@ -19,7 +19,9 @@ type DeviceCertDto struct {
|
||||
}
|
||||
|
||||
type DeviceCertListDto struct {
|
||||
Certs []DeviceCertDto `json:"certs"`
|
||||
Certs []DeviceCertDto `json:"certs"`
|
||||
Offset int `json:"offset"`
|
||||
Limit int `json:"limit"`
|
||||
}
|
||||
|
||||
func MapDeviceCert(c models.DeviceCertificate) DeviceCertDto {
|
||||
|
||||
Reference in New Issue
Block a user