Home
last modified time | relevance | path

Searched refs:bistatepkg (Results 1 – 9 of 9) sorted by relevance

/dports/net/bosh-cli/bosh-cli-5.5.0/deployment/instance/state/
H A Dremote_package_compiler.go7 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
14 packageRepo bistatepkg.CompiledPackageRepo
20 packageRepo bistatepkg.CompiledPackageRepo,
21 ) bistatepkg.Compiler {
29 func (c *remotePackageCompiler) Compile(pkg birelpkg.Compilable) (bistatepkg.CompiledPackageRecord,…
30 var record bistatepkg.CompiledPackageRecord
34 …return bistatepkg.CompiledPackageRecord{}, false, bosherr.WrapErrorf(err, "Adding release package …
85 record = bistatepkg.CompiledPackageRecord{
92 record = bistatepkg.CompiledPackageRecord{
H A Dremote_package_compiler_test.go15 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
30 packageRepo bistatepkg.CompiledPackageRepo
37 remotePackageCompiler bistatepkg.Compiler
48 packageRepo = bistatepkg.NewCompiledPackageRepo(index)
58 compiledPackages map[bistatepkg.CompiledPackageRecord]*boshpkg.Package
69 depRecord1 := bistatepkg.CompiledPackageRecord{
74 compiledPackages = map[bistatepkg.CompiledPackageRecord]*boshpkg.Package{
119 Expect(compiledPackageRecord).To(Equal(bistatepkg.CompiledPackageRecord{
137 compiledPackages = map[bistatepkg.CompiledPackageRecord]*boshpkg.Package{}
164 err := packageRepo.Save(pkgDependency, bistatepkg.CompiledPackageRecord{
[all …]
H A Dbuilder_factory.go8 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
18 packageRepo bistatepkg.CompiledPackageRepo
26 packageRepo bistatepkg.CompiledPackageRepo,
/dports/net/bosh-cli/bosh-cli-5.5.0/installation/pkg/
H A Dcompiler_test.go22 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
39 compiler bistatepkg.Compiler
92 dep1 bistatepkg.CompiledPackageRecord
93 dep2 bistatepkg.CompiledPackageRecord
105 …expectFind = mockCompiledPackageRepo.EXPECT().Find(pkg).Return(bistatepkg.CompiledPackageRecord{},…
107 dep1 = bistatepkg.CompiledPackageRecord{
113 dep2 = bistatepkg.CompiledPackageRecord{
124 record := bistatepkg.CompiledPackageRecord{
133 compiledPkgRecord := bistatepkg.CompiledPackageRecord{
211 Expect(record).To(Equal(bistatepkg.CompiledPackageRecord{
[all …]
H A Dcompiler.go9 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
23 compiledPackageRepo bistatepkg.CompiledPackageRepo
35 compiledPackageRepo bistatepkg.CompiledPackageRepo,
38 ) bistatepkg.Compiler {
52 func (c *compiler) Compile(pkg birelpkg.Compilable) (bistatepkg.CompiledPackageRecord, bool, error)…
131 record = bistatepkg.CompiledPackageRecord{
/dports/net/bosh-cli/bosh-cli-5.5.0/state/job/
H A Ddependency_compiler_test.go13 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
64 compiledPackageRecord1 := bistatepkg.CompiledPackageRecord{
70 compiledPackageRecord2 := bistatepkg.CompiledPackageRecord{
144 compiledPackageRecord1 := bistatepkg.CompiledPackageRecord{
150 compiledPackageRecord2 := bistatepkg.CompiledPackageRecord{
202 compiledPackageRecord3 := bistatepkg.CompiledPackageRecord{
H A Ddependency_compiler.go12 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
28 packageCompiler bistatepkg.Compiler
34 func NewDependencyCompiler(packageCompiler bistatepkg.Compiler, logger boshlog.Logger) DependencyCo…
/dports/net/bosh-cli/bosh-cli-5.5.0/installation/
H A Dinstaller_factory.go10 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
97 packageCompiler bistatepkg.Compiler
100 compiledPackageRepo bistatepkg.CompiledPackageRepo
141 func (c *installerFactoryContext) InstallationStatePackageCompiler() bistatepkg.Compiler {
182 func (c *installerFactoryContext) CompiledPackageRepo() bistatepkg.CompiledPackageRepo {
188 c.compiledPackageRepo = bistatepkg.NewCompiledPackageRepo(compiledPackageIndex)
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Denv_factory.go32 bistatepkg "github.com/cloudfoundry/bosh-cli/state/pkg" packageName
163 bistatepkg.NewCompiledPackageRepo(biindex.NewInMemoryIndex()),