github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/actor/v7pushaction/update_push_plan_func.go (about)

     1  package v7pushaction
     2  
     3  // UpdatePushPlanFunc is a function that is used by CreatePushPlans to setup
     4  // push plans for the push command.
     5  type UpdatePushPlanFunc func(pushPlan PushPlan, overrides FlagOverrides) (PushPlan, error)