rubbishclass-srv/admin/video-handler.go

16 lines
185 B
Go
Raw Normal View History

2020-03-24 07:12:31 +00:00
package admin
import "github.com/gin-gonic/gin"
func VideoStatHandler(c *gin.Context) {
}
func VideoListHandler(c *gin.Context) {
}
func VideoDownloadHandler(c *gin.Context) {
}