DKube Add

This commit is contained in:
dqzboy
2022-09-25 20:02:35 +08:00
parent 84c4f484e2
commit be038dd5e7
12 changed files with 505 additions and 189 deletions

View File

@ -1,10 +1,10 @@
package main
import (
"github.com/gin-gonic/gin"
"dkube/config"
"dkube/controller"
"dkube/service"
"github.com/gin-gonic/gin"
)
func main() {