# Functions
New returns a instance of the API.
# Structs
API implements a simple HTTP API server to expose Car data.
Car represents a car managed by the service.
CarPosition defines the coordinates of the car.
CarStatus represents the status of a car managed by the service.
DB represents an instance of the service's database.