github.com/loafoe/cli@v7.1.0+incompatible/util/v6manifestparser/manifest.go (about)

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