github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/util/manifestparser/manifest.go (about) 1 package manifestparser 2 3 type manifest struct { 4 Applications []Application `yaml:"applications"` 5 }