Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Car ¶
type Car struct { ID string `json:"id"` CarType string `json:"car_type"` CarTypeName string `json:"car_type_name"` CarOfArea string `json:"car_of_area"` ProjectName string `json:"project_name"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"` Seat int `json:"seat"` }
Car declare car struct
Click to show internal directories.
Click to hide internal directories.