Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CsvItem ¶
type CsvItem struct {
CarParkNo string `csv:"car_park_no"`
Address string `csv:"address"`
Xcoord float64 `csv:"x_coord"`
Ycoord float64 `csv:"y_coord"`
CarParkType string `csv:"car_park_type"`
TypeOfParkingSystem string `csv:"type_of_parking_system"`
ShortTermParking string `csv:"short_term_parking"`
FreeParking string `csv:"free_parking"`
NightParking string `csv:"night_parking"`
CarParkDecks int32 `csv:"car_park_decks"`
GantryHeight float64 `csv:"gantry_height"`
CarParkBasement string `csv:"car_park_basement"`
}
CsvItem for csv item
Click to show internal directories.
Click to hide internal directories.