Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Routes ¶
func Routes(c MenuController) chi.Router
Types ¶
type MenuController ¶
type MenuController interface {
GetMenuByRestaurant(w http.ResponseWriter, r *http.Request)
}
func NewController ¶
func NewController(s service.MenuService) MenuController
NewController constructor for controller layer
Click to show internal directories.
Click to hide internal directories.