kiast-drone-collector/pkg/drone/protocol.go

14 lines
202 B
Go
Raw Normal View History

2019-08-06 00:54:55 +00:00
package drone
type DroneGPS struct {
Date string
Time string
Latitude string
Longitude string
Altitude string
Speed string
Direction string
Fixed string
LTEStatus string
}