mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2026-02-09 18:35:36 +08:00
商业版支持L2节点
This commit is contained in:
@@ -10,6 +10,6 @@ import (
|
||||
"github.com/iwind/TeaGo/dbs"
|
||||
)
|
||||
|
||||
func (this *NodeDAO) composeExtConfig(tx *dbs.Tx, config *nodeconfigs.NodeConfig, cacheMap *utils.CacheMap) error {
|
||||
func (this *NodeDAO) composeExtConfig(tx *dbs.Tx, config *nodeconfigs.NodeConfig, clusterIds []int64, cacheMap *utils.CacheMap) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user