package
1.3.0
Repository: https://github.com/momeni/clean-arch.git
Documentation: pkg.go.dev

# Functions

New instantiates a cars Repo struct.
Park example operation parks the car with carID UUID without changing its current location.
UnparkAndMove example operation unparks a car with carID UUID, and moves it to the c destination coordinate.

# Structs

Repo represents the cars repository instance.