Documentation ¶
Index ¶
- type CategoryHandler
- func (h *CategoryHandler) GetCategoriesAndTags(ctx *gin.Context) (listVO api.ListVO[domain.SearchCategoryVO], err error)
- func (h *CategoryHandler) GetMenus(ctx *gin.Context) (listVO api.ListVO[domain.MenuVO], err error)
- func (h *CategoryHandler) GetTagsByName(ctx *gin.Context) (listVO api.ListVO[string], err error)
- func (h *CategoryHandler) RegisterGinRoutes(engine *gin.Engine)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryHandler ¶
type CategoryHandler struct {
// contains filtered or unexported fields
}
func NewCategoryHandler ¶
func NewCategoryHandler(serv service.ICategoryService) *CategoryHandler
func (*CategoryHandler) GetCategoriesAndTags ¶
func (h *CategoryHandler) GetCategoriesAndTags(ctx *gin.Context) (listVO api.ListVO[domain.SearchCategoryVO], err error)
func (*CategoryHandler) GetTagsByName ¶
func (*CategoryHandler) RegisterGinRoutes ¶
func (h *CategoryHandler) RegisterGinRoutes(engine *gin.Engine)
Click to show internal directories.
Click to hide internal directories.