member_collection

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 {

	// Add 添加商品收藏
	// @Tags MemberCollectionController
	// @Router /member/productCollection/add [post]
	Add(*gin.Context)

	// Delete 删除商品收藏
	// @Tags MemberCollectionController
	// @Router /member/productCollection/delete [post]
	Delete(*gin.Context)

	// List 显示当前用户商品收藏列表
	// @Tags MemberCollectionController
	// @Router /member/productCollection/list [get]
	List(*gin.Context)

	// Detail 显示商品收藏详情
	// @Tags MemberCollectionController
	// @Router /member/productCollection/detail [get]
	Detail(*gin.Context)

	// Clear 清空当前用户商品收藏列表
	// @Tags MemberCollectionController
	// @Router /member/productCollection/clear [post]
	Clear(*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