mirror of
https://github.com/aceld/kis-flow.git
synced 2025-01-22 23:20:24 +08:00
Merge pull request #20 from aceld/feature/aceld
update Function Cname When call AddConnConfig()
This commit is contained in:
commit
8efacb6301
@ -83,6 +83,9 @@ func (fConf *KisFuncConfig) AddConnConfig(cConf *KisConnConfig) error {
|
||||
// Connector需要和Function进行关联
|
||||
_ = cConf.WithFunc(fConf)
|
||||
|
||||
// 更新Function配置中的CName
|
||||
fConf.Option.CName = cConf.CName
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user