rubbishclass-srv/app/video-handler.go

12 lines
137 B
Go
Raw Normal View History

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