cms_subject

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 {

	// ListAll 获取全部商品专题
	// @Tags CmsSubjectController
	// @Router /subject/listAll [get]
	ListAll(*gin.Context)

	// List 根据专题名称分页获取商品专题
	// @Tags CmsSubjectController
	// @Router /subject/list [get]
	List(*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