package
0.0.0-20241023080301-2022bb59ae4c
Repository: https://github.com/oldme-git/36hour.git
Documentation: pkg.go.dev

# Functions

NewFloorDao creates and returns a new DAO object for table data access.
NewLibDao creates and returns a new DAO object for table data access.
NewLocationDao creates and returns a new DAO object for table data access.

# Structs

FloorColumns defines and stores column names for table floor.
FloorDao is the data access object for table floor.
LibColumns defines and stores column names for table lib.
LibDao is the data access object for table lib.
LocationColumns defines and stores column names for table location.
LocationDao is the data access object for table location.