package router import ( "github.com/gin-gonic/gin" ) var task Task type Router struct { } func Init(app *gin.Engine) { task.TaskRouterInit(app) }