AppLifecycleType informs the platform of how to build droplets and run apps.
| 2 | |
| 3 | // AppLifecycleType informs the platform of how to build droplets and run apps. |
| 4 | type AppLifecycleType string |
| 5 | |
| 6 | const ( |
| 7 | // AppLifecycleTypeBuildpack will use a droplet and a rootfs to run the app. |