test cobra

This commit is contained in:
wangchuxiao
2023-03-07 12:12:16 +08:00
parent 6ad93962aa
commit 52d8ec6aee
4 changed files with 68 additions and 5 deletions
+3 -2
View File
@@ -330,6 +330,7 @@ const LocalHost = "0.0.0.0"
// flag parse
const (
FlagPort = "port"
FlagConf = "config_folder_path"
FlagPort = "port"
PrometheusPort = "prometheus_port"
FlagConf = "config_folder_path"
)