mirror of
https://github.com/duanhf2012/origin.git
synced 2026-03-12 11:07:53 +08:00
优化代码
This commit is contained in:
7
util/blueprint/register.go
Normal file
7
util/blueprint/register.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package blueprint
|
||||
|
||||
var execNodes []IExecNode
|
||||
|
||||
func RegExecNode(exec IExecNode) {
|
||||
execNodes = append(execNodes, exec)
|
||||
}
|
||||
Reference in New Issue
Block a user