mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-15 16:34:44 +08:00
新增蓝图执行代码
This commit is contained in:
10
util/blueprint/context.go
Normal file
10
util/blueprint/context.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package blueprint
|
||||
|
||||
type ExecContext struct {
|
||||
InputPorts []IPort
|
||||
OutputPorts []IPort
|
||||
}
|
||||
|
||||
func (ec *ExecContext) Reset() {
|
||||
*ec = ExecContext{}
|
||||
}
|
||||
Reference in New Issue
Block a user