github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/actor/v7pushaction/change_application_func.go (about)

     1  package v7pushaction
     2  
     3  // ChangeApplicationFunc is a function that is used by Actualize to setup application for staging, droplet creation, etc.
     4  type ChangeApplicationFunc func(pushPlan PushPlan, eventStream chan<- Event, progressBar ProgressBar) (PushPlan, Warnings, error)