(ctx context.Context, scope *Scope)
| 47 | type Executable interface { |
| 48 | Wirable |
| 49 | Execute(ctx context.Context, scope *Scope) (nextState string, err error) |
| 50 | } |
| 51 | |
| 52 | // Emitter marks nodes that can emit variables to a scope |
no outgoing calls
no test coverage detected