package app import "github.com/gin-gonic/gin" func VideoUploadHandler(c *gin.Context) { } func VideoListHandler(c *gin.Context) { }