Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct {
ID string `json:"id"`
Source string `json:"source"`
Lat float64 `json:"lat"`
Lng float64 `json:"lng"`
Altitude float64 `json:"altitude"`
Heading float64 `json:"heading"`
Speed float64 `json:"speed"`
CallSign string `json:"callSign"`
UpdatedAt int64 `json:"updatedAt"` // unix seconds
Version uint64 `json:"-"` // internal monotonic counter
}
Click to show internal directories.
Click to hide internal directories.