# README
Go Types of Car
This repository provides shared data types for the Car domain microservice API.
In particular, they were derived from the OpenAPI Specification of Car.
Usage
To use the types in your project, add the following to your go.mod
file:
require github.com/ccsapp/cargotypes v1.1.0
# Constants
Defines values for TechnicalSpecificationTransmission.
Defines values for TechnicalSpecificationFuel.
Defines values for TechnicalSpecificationFuel.
Defines values for TechnicalSpecificationFuel.
Defines values for TechnicalSpecificationFuel.
Defines values for DynamicDataLockState.
Defines values for TechnicalSpecificationTransmission.
Defines values for DynamicDataEngineState.
Defines values for DynamicDataEngineState.
Defines values for TechnicalSpecificationFuel.
Defines values for DynamicDataLockState.
# Structs
Car A specific type of vehicle.
DynamicData Data that changes during a car's operation.
No description provided by the author
TechnicalSpecification defines model for technicalSpecification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AddCarJSONRequestBody defines body for AddCar for application/json ContentType.
DynamicDataEngineState defines model for DynamicData.EngineState.
DynamicDataLockState defines model for DynamicData.DoorsLockState.
TechnicalSpecificationFuel Data that defines the source of energy that powers the car.
TechnicalSpecificationTransmission A physical unit responsible for managing the conversion rate of the engine (can be automated or manually operated).
Vin A Vehicle Identification Number (VIN) which uniquely identifies a car.
VinParam A Vehicle Identification Number (VIN) which uniquely identifies a car.