get.porter.sh/porter@v1.3.0/pkg/cnab/cnab-to-oci/bundle_metadata.go (about)

     1  package cnabtooci
     2  
     3  import (
     4  	"get.porter.sh/porter/pkg/cnab"
     5  )
     6  
     7  // BundleMetadata represents summary information about a bundle in a registry.
     8  type BundleMetadata struct {
     9  	cnab.BundleReference
    10  }