compiledpackagesrepo

package
v0.0.0-...-b9690c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2022 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CCPRepository

type CCPRepository struct {
	// contains filtered or unexported fields
}

func NewConcreteCompiledPackagesRepository

func NewConcreteCompiledPackagesRepository(
	index bpindex.Index,
	logger boshlog.Logger,
) CCPRepository

func (CCPRepository) Find

func (CCPRepository) Save

type CompiledPackageRecord

type CompiledPackageRecord struct {
	BlobID string
	SHA1   string
}

type CompiledPackagesRepository

type CompiledPackagesRepository interface {
	Find(bprel.Package) (CompiledPackageRecord, bool, error)
	Save(bprel.Package, CompiledPackageRecord) error
}

CompiledPackagesRepository maintains list of compiled packages as blobs todo account for stemcell

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL