feat: api 完成
This commit is contained in:
@@ -2,12 +2,12 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
"os"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/template/api/deploy"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/template/api/deploy"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/template/api/docker/golang"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/template/api/docker/golang"
|
||||
|
||||
"github.com/fatih/color"
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module git.icechen.cn/pkg/wdt
|
||||
module git.icechen.cn/pkg/wujian_develop_tool
|
||||
|
||||
go 1.17
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
type healthResp struct {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
//go:embed "*"
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"git.icechen.cn/pkg/wdt/util"
|
||||
"git.icechen.cn/pkg/wujian_develop_tool/util"
|
||||
)
|
||||
|
||||
//go:embed "Dockerfile.tpl"
|
||||
|
||||
Reference in New Issue
Block a user