github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/util/v6manifestparser/manifest.go (about)

     1  package v6manifestparser
     2  
     3  type manifest struct {
     4  	Applications []Application `yaml:"applications"`
     5  }