Versions in this module Expand all Collapse all v3 v3.0.1 Mar 13, 2018 Changes in this version + type DirReader interface + Read func(string) (*License, error) + type DirReaderImpl struct + func NewDirReaderImpl(archiveFactory ArchiveFunc, fs boshsys.FileSystem) DirReaderImpl + func (r DirReaderImpl) Read(path string) (*License, error) + type License struct + func NewLicense(resource Resource) *License + func (l *License) ArchiveDigest() string + func (l *License) ArchivePath() string + func (l *License) Build(dev, final ArchiveIndex) error + func (l *License) Finalize(final ArchiveIndex) error + func (l *License) RehashWithCalculator(calculator crypto.DigestCalculator, ...) (*License, error) + func (l License) Fingerprint() string + func (l License) Name() string Other modules containing this package gopkg.in/cloudfoundry/bosh-cli.v0 gopkg.in/cloudfoundry/bosh-cli.v2 gopkg.in/cloudfoundry/bosh-cli.v4 gopkg.in/cloudfoundry/bosh-cli.v5 gopkg.in/cloudfoundry/bosh-cli.v6