package
0.0.0-20240920083826-e760ca665887
Repository: https://github.com/yumaeda/sakaba-api.git
Documentation: pkg.go.dev
# Structs
AdminUserRepository is responsible for reading from and writing to DB Table `admin_users`.
AreaRepository is responsible for reading from and writing to DB Table `areas`.
CategoryRepository is responsible for reading from and writing to DB Table `categories`.
DishRepository is responsible for reading from and writing to DB Table `dishes`.
DrinkRepository is responsible for reading from and writing to DB Table `drinks`.
GenreRepository is responsible for reading from and writing to DB Table `genres`.
MenuRepository is responsible for reading from DB Table `menus`.
PhotoRepository is responsible for reading from and writing to DB Table `photos`.
RankingRepository is responsible for reading from and writing to DB Table `rankings`.
RestaurantDrinkRepository is responsible for reading from and writing to DB Table `restaurant_drinks`.
RestaurantGenreRepository is responsible for reading from and writing to DB Table `restaurant_genres`.
RestaurantRepository is responsible for reading from and writing to DB Table `restaurants`.
VideoRepository is responsible for reading from and writing to DB Table `videos`.