sms_flash_promotion

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 SmsFlashPromotionController
	// @Router /flash [post]
	Create(*gin.Context)

	// Update 编辑活动
	// @Tags SmsFlashPromotionController
	// @Router /flash/update/{id} [post]
	Update(*gin.Context)

	// UpdateStatus 编辑活动
	// @Tags SmsFlashPromotionController
	// @Router /flash/update/status/{id} [post]
	UpdateStatus(*gin.Context)

	// Delete 删除活动
	// @Tags SmsFlashPromotionController
	// @Router /flash/delete/{id} [post]
	Delete(*gin.Context)

	// List 根据活动名称分页查询
	// @Tags SmsFlashPromotionController
	// @Router /flash/list [get]
	List(*gin.Context)

	// GetItem 获取活动详情
	// @Tags SmsFlashPromotionController
	// @Router /flash/{id} [get]
	GetItem(*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