Documentation
¶
Overview ¶
Package menu contains the business logic for the menu entity
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Menu ¶
type Menu struct {
ID int64 `json:"id" example:"123"`
Name string `json:"name" example:"Hyderabadi Dum Briyani"`
Description string `json:"description" example:"Some Description"`
Price float64 `json:"price" example:"200.50"`
CreatedAt time.Time `json:"created_at,omitempty" `
UpdatedAt time.Time `json:"updated_at,omitempty" example:"2021-02-24 20:19:39"`
}
Menu is a struct that contains the menu information
Click to show internal directories.
Click to hide internal directories.