init
This commit is contained in:
14
router/index.go
Normal file
14
router/index.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
var task Task
|
||||
|
||||
type Router struct {
|
||||
}
|
||||
|
||||
func Init(app *gin.Engine) {
|
||||
task.TaskRouterInit(app)
|
||||
}
|
||||
Reference in New Issue
Block a user