package
0.0.0-20240529104858-dc10bf79ba8f
Repository: https://github.com/takahiromitsui/go-web-app.git
Documentation: pkg.go.dev
# Structs
Reservation is the model for the reservations table in the database.
Restriction is the model for the restrictions table in the database.
Room is the model for the rooms table in the database.
RoomRestriction is the model for the room_restrictions table in the database.
TemplateData holds data sent from handlers to templates.
User is the model for the user table in the database.