github.com/joey-fossa/fossa-cli@v0.7.34-0.20190708193710-569f1e8679f0/buildtools/composer/manifest.go (about)

     1  package composer
     2  
     3  type Manifest struct {
     4  	Name string
     5  }
     6  
     7  func FromLockfile() {}
     8  
     9  func FromManifest() {}