Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitSearchGroupRouter ¶
func InitSearchGroupRouter(coreSearchRouter *CoreSearchRouter, ginEngine *gin.Engine)
InitSearchGroupRouter 搜索服务路由组
Types ¶
type CoreSearchRouter ¶
type CoreSearchRouter struct {
*ProductSearchRouter
}
func NewCoreSearchRouter ¶
func NewCoreSearchRouter(service *s_mall_search.CoreSearchService) *CoreSearchRouter
type ProductSearchRouter ¶
type ProductSearchRouter struct {
s_mall_search.ProductSearchService
}
func NewSearchRouter ¶
func NewSearchRouter(service s_mall_search.ProductSearchService) *ProductSearchRouter
func (*ProductSearchRouter) GroupProductRouter ¶
func (router *ProductSearchRouter) GroupProductRouter(searchGroup *gin.RouterGroup)
GroupProductRouter 搜索路由组
Click to show internal directories.
Click to hide internal directories.