nidus-sync/platform/type.go

16 lines
267 B
Go
Raw Normal View History

2026-01-04 17:30:28 -07:00
package platform
import (
"time"
"github.com/Gleipnir-Technology/nidus-sync/db/models"
)
type ClientSync struct {
Fieldseeker FieldseekerRecordsSync
Since time.Time
}
type FieldseekerRecordsSync struct {
MosquitoSources models.FieldseekerPointlocationSlice
}