Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Compiler
- func (fake *Compiler) Compile(arg1 compiler.Package, arg2 []models.Package) (string, crypto.Digest, error)
- func (fake *Compiler) CompileArgsForCall(i int) (compiler.Package, []models.Package)
- func (fake *Compiler) CompileCallCount() int
- func (fake *Compiler) CompileCalls(stub func(compiler.Package, []models.Package) (string, crypto.Digest, error))
- func (fake *Compiler) CompileReturns(result1 string, result2 crypto.Digest, result3 error)
- func (fake *Compiler) CompileReturnsOnCall(i int, result1 string, result2 crypto.Digest, result3 error)
- func (fake *Compiler) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct { CompileStub func(compiler.Package, []models.Package) (string, crypto.Digest, error) // contains filtered or unexported fields }
func (*Compiler) CompileArgsForCall ¶
func (*Compiler) CompileCallCount ¶
func (*Compiler) CompileCalls ¶
func (*Compiler) CompileReturns ¶
func (*Compiler) CompileReturnsOnCall ¶
func (*Compiler) Invocations ¶
Click to show internal directories.
Click to hide internal directories.