Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
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)
- type FakeImplIface
- func (fake *FakeImplIface) Invocations() map[string][][]interface{}
- func (fake *FakeImplIface) LookupEnv(arg1 string) (string, bool)
- func (fake *FakeImplIface) LookupEnvArgsForCall(i int) string
- func (fake *FakeImplIface) LookupEnvCallCount() int
- func (fake *FakeImplIface) LookupEnvCalls(stub func(string) (string, bool))
- func (fake *FakeImplIface) LookupEnvReturns(result1 string, result2 bool)
- func (fake *FakeImplIface) 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 ¶
type FakeImplIface ¶
type FakeImplIface struct { LookupEnvStub func(string) (string, bool) // contains filtered or unexported fields }
func (*FakeImplIface) Invocations ¶
func (fake *FakeImplIface) Invocations() map[string][][]interface{}
func (*FakeImplIface) LookupEnvArgsForCall ¶
func (fake *FakeImplIface) LookupEnvArgsForCall(i int) string
func (*FakeImplIface) LookupEnvCallCount ¶
func (fake *FakeImplIface) LookupEnvCallCount() int
func (*FakeImplIface) LookupEnvCalls ¶
func (fake *FakeImplIface) LookupEnvCalls(stub func(string) (string, bool))
func (*FakeImplIface) LookupEnvReturns ¶
func (fake *FakeImplIface) LookupEnvReturns(result1 string, result2 bool)
func (*FakeImplIface) LookupEnvReturnsOnCall ¶
func (fake *FakeImplIface) LookupEnvReturnsOnCall(i int, result1 string, result2 bool)
Click to show internal directories.
Click to hide internal directories.