Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Locator
- func (fake *Locator) Invocations() map[string][][]interface{}
- func (fake *Locator) Locate() ([]certs.PemInfo, error)
- func (fake *Locator) LocateCallCount() int
- func (fake *Locator) LocateCalls(stub func() ([]certs.PemInfo, error))
- func (fake *Locator) LocateReturns(result1 []certs.PemInfo, result2 error)
- func (fake *Locator) LocateReturnsOnCall(i int, result1 []certs.PemInfo, result2 error)
- func (fake *Locator) Stow() error
- func (fake *Locator) StowCallCount() int
- func (fake *Locator) StowCalls(stub func() error)
- func (fake *Locator) StowReturns(result1 error)
- func (fake *Locator) StowReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Locator ¶
type Locator struct { LocateStub func() ([]certs.PemInfo, error) StowStub func() error // contains filtered or unexported fields }
func (*Locator) Invocations ¶
func (*Locator) LocateCallCount ¶
func (*Locator) LocateCalls ¶
func (*Locator) LocateReturns ¶
func (*Locator) LocateReturnsOnCall ¶
func (*Locator) StowCallCount ¶
func (*Locator) StowReturns ¶
func (*Locator) StowReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.