package
0.0.0-20230118092138-5b52905a155c
Repository: https://github.com/packtpublishing/hands-on-software-architecture-with-golang.git
Documentation: pkg.go.dev

# Structs

Hotel desribes a single Hotel entity with attributes like name, number of rooms , etc It has a reference ( foreign key) to a HotelChain.
No description provided by the author
HotelChain is an entity which represents a group which has multiple hotels.
User desscribes an employee entity.
No description provided by the author