Home
last modified time | relevance | path

Searched defs:CompiledPackage (Results 1 – 4 of 4) sorted by relevance

/dports/net/bosh-cli/bosh-cli-5.5.0/release/pkg/
H A Dcompiled_package.go13 type CompiledPackage struct { struct
14 name string
15 fingerprint string
16 osVersionSlug string
18 Dependencies []*CompiledPackage // todo privatize
19 dependencyNames []string
21 archivePath string
22 archiveDigest string
51 func (p CompiledPackage) String() string { return p.Name() }
57 func (p CompiledPackage) ArchivePath() string {
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/director/
H A Dreleases.go128 type CompiledPackage struct { struct
129 Stemcell OSVersionSlug `json:"stemcell"` // e.g. "ubuntu-trusty/3093"
131 BlobstoreID string `json:"blobstore_id"`
132 SHA1 string `json:"sha1"`
/dports/net/bosh-cli/bosh-cli-5.5.0/release/
H A Dinterfaces.go60 compiledPackages []*boshpkg.CompiledPackage) Release
H A Drelease.go36 compiledPkgs []*birelpkg.CompiledPackage,