github.com/arunkumar7540/cli@v6.45.0+incompatible/actor/v7pushaction/update_push_plan_func.go (about)

     1  package v7pushaction
     2  
     3  import "code.cloudfoundry.org/cli/util/manifestparser"
     4  
     5  // UpdatePushPlanFunc is a function that is used by CreatePushPlans to setup
     6  // push plans for the push command.
     7  type UpdatePushPlanFunc func(pushPlan PushPlan, overrides FlagOverrides, manifestApp manifestparser.Application) (PushPlan, error)