12 lines
137 B
Go
12 lines
137 B
Go
|
|
package app
|
||
|
|
|
||
|
|
import "github.com/gin-gonic/gin"
|
||
|
|
|
||
|
|
func VideoUploadHandler(c *gin.Context) {
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
func VideoListHandler(c *gin.Context) {
|
||
|
|
|
||
|
|
}
|