From f5461743f6542e6b4a793117e05777769f9c3377 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 10:51:52 +0800 Subject: [PATCH] 新增任务开启通知接口,接收到通知或去查询工艺模型 --- conf/config.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/conf/config.go b/conf/config.go index f9816ec..44b9eab 100644 --- a/conf/config.go +++ b/conf/config.go @@ -76,6 +76,10 @@ IP string // tmp ip } + Services struct { + ApsServer string + } + config struct { // 绯荤粺閰嶇疆 System System @@ -103,6 +107,9 @@ // k8s閰嶇疆 K8s K8s + + //Services Address + Services Services } ) -- Gitblit v1.8.0