mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
new: added Updated field to session.GPS
This commit is contained in:
parent
2f53e40f98
commit
50d01429cd
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue