github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/api/cloudcontroller/ccv3/constant/buildpack.go (about) 1 package constant 2 3 const ( 4 // AutodetectBuildpackValueDefault is used to unset the buildpack values on 5 // an application. 6 AutodetectBuildpackValueDefault = "default" 7 // AutodetectBuildpackValueNull is used to unset the buildpack values on an 8 // application. 9 AutodetectBuildpackValueNull = "null" 10 )