pre_plan_block.go (4 lines of code) (raw):

package golden type PrePlanBlock interface { ExecuteBeforePlan() error }