Versions in this module Expand all Collapse all v4 v4.0.1 May 22, 2018 Changes in this version + type CompiledPackageRef struct + Dependencies []string + Fingerprint string + Name string + OSVersionSlug string + SHA1 string + Version string + type JobRef struct + Fingerprint string + Name string + SHA1 string + Version string + type LicenseRef struct + Fingerprint string + SHA1 string + Version string + type Manifest struct + CommitHash string + CompiledPkgs []CompiledPackageRef + Jobs []JobRef + License *LicenseRef + Name string + Packages []PackageRef + UncommittedChanges bool + Version string + func NewManifestFromPath(path string, fs boshsys.FileSystem) (Manifest, error) + type PackageRef struct + Dependencies []string + Fingerprint string + Name string + SHA1 string + Version string + type ReleaseRef struct + Name string + SHA1 string + URL string + func (r ReleaseRef) Description() string + func (r ReleaseRef) GetSHA1() string + func (r ReleaseRef) GetURL() string Other modules containing this package gopkg.in/cloudfoundry/bosh-cli.v0 gopkg.in/cloudfoundry/bosh-cli.v2 gopkg.in/cloudfoundry/bosh-cli.v3 gopkg.in/cloudfoundry/bosh-cli.v5 gopkg.in/cloudfoundry/bosh-cli.v6