sms_home_recommend_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 {

	// Create 添加首页推荐专题
	// @Tags SmsHomeRecommendSubjectController
	// @Router /home/recommendSubject [post]
	Create(*gin.Context)

	// UpdateSort 修改推荐专题排序
	// @Tags SmsHomeRecommendSubjectController
	// @Router /home/recommendSubject/update/sort/{id} [post]
	UpdateSort(*gin.Context)

	// UpdateRecommendStatus 批量修改推荐专题状态
	// @Tags SmsHomeRecommendSubjectController
	// @Router /home/recommendSubject/update/recommendStatus [post]
	UpdateRecommendStatus(*gin.Context)

	// Delete 批量删除推荐专题
	// @Tags SmsHomeRecommendSubjectController
	// @Router /home/recommendSubject/delete [post]
	Delete(*gin.Context)

	// List 分页查询推荐专题
	// @Tags SmsHomeRecommendSubjectController
	// @Router /home/recommendSubject/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