Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) LookupEnv(arg1 string) (string, bool)
- func (fake *FakeImpl) LookupEnvArgsForCall(i int) string
- func (fake *FakeImpl) LookupEnvCallCount() int
- func (fake *FakeImpl) LookupEnvCalls(stub func(string) (string, bool))
- func (fake *FakeImpl) LookupEnvReturns(result1 string, result2 bool)
- func (fake *FakeImpl) LookupEnvReturnsOnCall(i int, result1 string, result2 bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { LookupEnvStub func(string) (string, bool) // contains filtered or unexported fields }
func (*FakeImpl) Invocations ¶
func (*FakeImpl) LookupEnvArgsForCall ¶
func (*FakeImpl) LookupEnvCallCount ¶
func (*FakeImpl) LookupEnvCalls ¶
func (*FakeImpl) LookupEnvReturns ¶
Click to show internal directories.
Click to hide internal directories.