Versions in this module Expand all Collapse all v1 v1.2.2 May 30, 2020 Changes in this version + type ApplicationPushData struct + Connection plugin.CliConnection + TraceLogging bool + func NewApplicationPush(conn plugin.CliConnection, traceLogging bool) *ApplicationPushData + func (adp *ApplicationPushData) PushApplication(venAppName string, venAppExists bool, spaceGUID string, ...) error + func (adp *ApplicationPushData) SwitchRoutes(venAppName string, venAppExists bool, appName string, ...) error + type PuppeteerPush interface + PushApplication func(venAppName string, venAppExists bool, spaceGUID string, ...) error + SwitchRoutes func(venAppName string, venAppExists bool, appName string, ...) error