package
Version:
v0.0.0-...-42baa12
Opens a new window with list of versions in this module.
Published: Feb 10, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Position struct {
Lat float64 `json:"lat"`
Long float64 `json:"long"`
}
type Route struct {
ID string `json:"routeId"`
ClientID string `json:"clientId"`
Positions []Position `json:"positions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.