pms_product_attr_cate

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 {

	// Create 添加商品属性分类
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/create [post]
	Create(*gin.Context)

	// Update 修改商品属性分类
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/update/{id} [post]
	Update(*gin.Context)

	// Delete 删除单个商品属性分类
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/delete/{id} [post]
	Delete(*gin.Context)

	// GetItem 获取单个商品属性分类信息
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/{id} [get]
	GetItem(*gin.Context)

	// List 分页获取所有商品属性分类
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/list [get]
	List(*gin.Context)

	// GetListWithAttr 获取所有商品属性分类及其下属性
	// @Tags PmsProductAttributeCategoryController
	// @Router /productAttribute/category/list/withAttr [get]
	GetListWithAttr(*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