Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct { CreateStub func() (pivnet.Release, error) // contains filtered or unexported fields }
func (*Creator) CreateCallCount ¶
type Finalizer ¶
type Finalizer struct { FinalizeStub func(release pivnet.Release) (concourse.OutResponse, error) // contains filtered or unexported fields }
func (*Finalizer) FinalizeArgsForCall ¶
func (*Finalizer) FinalizeCallCount ¶
func (*Finalizer) FinalizeReturns ¶
func (fake *Finalizer) FinalizeReturns(result1 concourse.OutResponse, result2 error)
type Globber ¶
type Globber struct { ExactGlobsStub func() ([]string, error) // contains filtered or unexported fields }
func (*Globber) ExactGlobs ¶
func (*Globber) ExactGlobsCallCount ¶
func (*Globber) ExactGlobsReturns ¶
type Logging ¶
type Logging struct { DebugfStub func(format string, a ...interface{}) (n int, err error) // contains filtered or unexported fields }
func (*Logging) DebugfArgsForCall ¶
func (*Logging) DebugfCallCount ¶
func (*Logging) DebugfReturns ¶
type Uploader ¶
type Uploader struct { UploadStub func(release pivnet.Release, exactGlobs []string) error // contains filtered or unexported fields }
func (*Uploader) UploadArgsForCall ¶
func (*Uploader) UploadCallCount ¶
func (*Uploader) UploadReturns ¶
type Validation ¶
type Validation struct { ValidateStub func(skipFileCheck bool) error // contains filtered or unexported fields }
func (*Validation) Validate ¶
func (fake *Validation) Validate(skipFileCheck bool) error
func (*Validation) ValidateArgsForCall ¶
func (fake *Validation) ValidateArgsForCall(i int) bool
func (*Validation) ValidateCallCount ¶
func (fake *Validation) ValidateCallCount() int
func (*Validation) ValidateReturns ¶
func (fake *Validation) ValidateReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.