github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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<- *PushEvent, progressBar ProgressBar) (PushPlan, Warnings, error)