pms_portal_brand

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {

	// RecommendList 分页获取推荐品牌
	// @Tags PmsPortalBrandController
	// @Router /brand/recommendList [get]
	RecommendList(*gin.Context)

	// Detail 获取品牌详情
	// @Tags PmsPortalBrandController
	// @Router /brand/detail/{brandId} [get]
	Detail(*gin.Context)

	// ProductList 分页获取品牌相关商品
	// @Tags PmsPortalBrandController
	// @Router /brand/productList [get]
	ProductList(*gin.Context)
	// contains filtered or unexported methods
}

func New

func New() Handler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL