sms_flash_promotion_session

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

	// Update 修改场次
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/update/{id} [post]
	Update(*gin.Context)

	// UpdateStatus 修改启用状态
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/update/status/{id} [post]
	UpdateStatus(*gin.Context)

	// Delete 删除场次
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/delete/{id} [post]
	Delete(*gin.Context)

	// List 获取全部场次
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/list [get]
	List(*gin.Context)

	// GetItem 获取场次详情
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/{id} [get]
	GetItem(*gin.Context)

	// SelectList 获取全部可选场次及其数量
	// @Tags SmsFlashPromotionSessionController
	// @Router /flashSession/selectList [get]
	SelectList(*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