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 CompileSha1 string CompileErr error }
func NewFakeCompiler ¶
func NewFakeCompiler() (c *FakeCompiler)
func (*FakeCompiler) Compile ¶
func (c *FakeCompiler) Compile(pkg boshcomp.Package, deps []boshmodels.Package) (blobID, sha1 string, err error)
Click to show internal directories.
Click to hide internal directories.