perf: 主机允许不分组
This commit is contained in:
parent
2d24a3ef85
commit
37b8d77e5c
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
||||||
ROOT_DIR = $(shell pwd)
|
ROOT_DIR = $(shell pwd)
|
||||||
NAMESPACE = "default"
|
NAMESPACE = "default"
|
||||||
DEPLOY_NAME = "devops-helper"
|
DEPLOY_NAME = "devops-super"
|
||||||
DOCKER_NAME = "devops-helper"
|
DOCKER_NAME = "devops-super"
|
||||||
|
|
||||||
include ./hack/hack.mk
|
include ./hack/hack.mk
|
|
@ -5,7 +5,7 @@ gfcli:
|
||||||
docker:
|
docker:
|
||||||
build: "-a amd64 -s linux -p temp -ew"
|
build: "-a amd64 -s linux -p temp -ew"
|
||||||
tagPrefixes:
|
tagPrefixes:
|
||||||
- zze326/
|
- registry-azj-registry.cn-shanghai.cr.aliyuncs.com/ops/
|
||||||
gen:
|
gen:
|
||||||
dao:
|
dao:
|
||||||
- link: "mysql:devops_super:devops_super.zze@tcp(192.168.2.231:3306)/devops_super?loc=Local&parseTime=true"
|
- link: "mysql:devops_super:devops_super.zze@tcp(192.168.2.231:3306)/devops_super?loc=Local&parseTime=true"
|
||||||
|
|
|
@ -10,7 +10,7 @@ type Host struct {
|
||||||
UseKey bool `v:"required" json:"useKey"`
|
UseKey bool `v:"required" json:"useKey"`
|
||||||
Desc string `json:"desc"`
|
Desc string `json:"desc"`
|
||||||
SaveSession bool `v:"required" json:"saveSession"`
|
SaveSession bool `v:"required" json:"saveSession"`
|
||||||
HostGroupId int `v:"required" json:"hostGroupId"`
|
HostGroupId int `json:"hostGroupId"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type DownloadFileIn struct {
|
type DownloadFileIn struct {
|
||||||
|
|
Loading…
Reference in New Issue