package
0.0.0-20200106014616-23874a545996
Repository: https://github.com/nwiizo/workspace_2019.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