plan_block.go (
5
lines of code) (
raw
):
package golden type PlanBlock interface { Block ExecuteDuringPlan() error }