new: added Updated field to session.GPS

This commit is contained in:
evilsocket 2019-03-30 00:26:38 +01:00
commit 50d01429cd
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
2 changed files with 3 additions and 0 deletions

View file

@ -52,6 +52,7 @@ func ErrAlreadyStopped(name string) error {
type UnknownCommandCallback func(cmd string) bool
type GPS struct {
Updated time.Time
Latitude float64 // Latitude.
Longitude float64 // Longitude.
FixQuality string // Quality of fix.