Documentation
¶
Overview ¶
Package vin contains the types and functions used for querying for information regarding a Vehicle Identification Number (VIN)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VIN ¶
type VIN struct { Vin string Make string Model string Year string Trim string Body string Engine string ManufacturedIn string TrimLevel string SteeringType string Abs string TankSize string OverallHeight string OverallLength string OverallWidth string StandardSeating string OptionalSeating string HighwayMileage string CityMileage string FuelType string DriveType string Transmission string }
VIN is the response type of the VinLookup() function, containing a plethora of information about the vehicle in question.
Click to show internal directories.
Click to hide internal directories.