Plan defines the final actions should be executed.
| 34 | |
| 35 | // Plan defines the final actions should be executed. |
| 36 | type Plan interface { |
| 37 | // Execute the plan |
| 38 | Execute() error |
| 39 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…