package
0.0.0-20230630201924-bc6e940a4ace
Repository: https://github.com/raj63/golang-rest-api.git
Documentation: pkg.go.dev

# Packages

Package diner contains the repository implementation for the diner entity.
Package menu contains the repository implementation for the menu entity.
Package order contains the repository implementation for the order entity.

# Structs

PaginationResultDiner is a struct that contains the pagination result for diner.
PaginationResultMenu is a struct that contains the pagination result for menu.

# Interfaces

Diners specifies the repository contracts.
Menus specifies the repository contracts.
Orders specifies the repository contracts.