Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCompiler ¶
type FakeCompiler struct { CompilePkg boshcomp.Package CompileDeps []boshmodels.Package CompileBlobID string CompileDigest boshcrypto.Digest CompileErr error }
func NewFakeCompiler ¶
func NewFakeCompiler() (c *FakeCompiler)
func (*FakeCompiler) Compile ¶
func (c *FakeCompiler) Compile(pkg boshcomp.Package, deps []boshmodels.Package) (blobID string, digest boshcrypto.Digest, err error)
Click to show internal directories.
Click to hide internal directories.