优化代码

This commit is contained in:
boyce
2025-09-23 10:20:03 +08:00
parent 3bcce31a86
commit 77e2986ffb
8 changed files with 181 additions and 37 deletions

View File

@@ -20,5 +20,10 @@ func (bm *Blueprint) Init(execDefFilePath string, graphFilePath string, onRegist
if err != nil {
return err
}
return nil
}
func (bm *Blueprint) Create(graphName string) IGraph {
return bm.graphPool.Create(graphName)
}