Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GpsCoordinates ¶
type SegmentData ¶
type SegmentData struct { GPSLocations []GpsCoordinates EarliestTimestamp uint64 LatestTimestamp uint64 CarModel string GitRemote string GitBranch string }
func DecodeSegmentData ¶
func DecodeSegmentData(reader io.Reader) (SegmentData, error)
Click to show internal directories.
Click to hide internal directories.