Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ConfigProvider
- func (fake *ConfigProvider) GetInt(arg1 string) int
- func (fake *ConfigProvider) GetIntArgsForCall(i int) string
- func (fake *ConfigProvider) GetIntCallCount() int
- func (fake *ConfigProvider) GetIntCalls(stub func(string) int)
- func (fake *ConfigProvider) GetIntReturns(result1 int)
- func (fake *ConfigProvider) GetIntReturnsOnCall(i int, result1 int)
- func (fake *ConfigProvider) Invocations() map[string][][]interface{}
- func (fake *ConfigProvider) IsSet(arg1 string) bool
- func (fake *ConfigProvider) IsSetArgsForCall(i int) string
- func (fake *ConfigProvider) IsSetCallCount() int
- func (fake *ConfigProvider) IsSetCalls(stub func(string) bool)
- func (fake *ConfigProvider) IsSetReturns(result1 bool)
- func (fake *ConfigProvider) IsSetReturnsOnCall(i int, result1 bool)
- func (fake *ConfigProvider) UnmarshalKey(arg1 string, arg2 interface{}) error
- func (fake *ConfigProvider) UnmarshalKeyArgsForCall(i int) (string, interface{})
- func (fake *ConfigProvider) UnmarshalKeyCallCount() int
- func (fake *ConfigProvider) UnmarshalKeyCalls(stub func(string, interface{}) error)
- func (fake *ConfigProvider) UnmarshalKeyReturns(result1 error)
- func (fake *ConfigProvider) UnmarshalKeyReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigProvider ¶
type ConfigProvider struct { GetIntStub func(string) int IsSetStub func(string) bool UnmarshalKeyStub func(string, interface{}) error // contains filtered or unexported fields }
func (*ConfigProvider) GetInt ¶
func (fake *ConfigProvider) GetInt(arg1 string) int
func (*ConfigProvider) GetIntArgsForCall ¶
func (fake *ConfigProvider) GetIntArgsForCall(i int) string
func (*ConfigProvider) GetIntCallCount ¶
func (fake *ConfigProvider) GetIntCallCount() int
func (*ConfigProvider) GetIntCalls ¶
func (fake *ConfigProvider) GetIntCalls(stub func(string) int)
func (*ConfigProvider) GetIntReturns ¶
func (fake *ConfigProvider) GetIntReturns(result1 int)
func (*ConfigProvider) GetIntReturnsOnCall ¶
func (fake *ConfigProvider) GetIntReturnsOnCall(i int, result1 int)
func (*ConfigProvider) Invocations ¶
func (fake *ConfigProvider) Invocations() map[string][][]interface{}
func (*ConfigProvider) IsSet ¶
func (fake *ConfigProvider) IsSet(arg1 string) bool
func (*ConfigProvider) IsSetArgsForCall ¶
func (fake *ConfigProvider) IsSetArgsForCall(i int) string
func (*ConfigProvider) IsSetCallCount ¶
func (fake *ConfigProvider) IsSetCallCount() int
func (*ConfigProvider) IsSetCalls ¶
func (fake *ConfigProvider) IsSetCalls(stub func(string) bool)
func (*ConfigProvider) IsSetReturns ¶
func (fake *ConfigProvider) IsSetReturns(result1 bool)
func (*ConfigProvider) IsSetReturnsOnCall ¶
func (fake *ConfigProvider) IsSetReturnsOnCall(i int, result1 bool)
func (*ConfigProvider) UnmarshalKey ¶
func (fake *ConfigProvider) UnmarshalKey(arg1 string, arg2 interface{}) error
func (*ConfigProvider) UnmarshalKeyArgsForCall ¶
func (fake *ConfigProvider) UnmarshalKeyArgsForCall(i int) (string, interface{})
func (*ConfigProvider) UnmarshalKeyCallCount ¶
func (fake *ConfigProvider) UnmarshalKeyCallCount() int
func (*ConfigProvider) UnmarshalKeyCalls ¶
func (fake *ConfigProvider) UnmarshalKeyCalls(stub func(string, interface{}) error)
func (*ConfigProvider) UnmarshalKeyReturns ¶
func (fake *ConfigProvider) UnmarshalKeyReturns(result1 error)
func (*ConfigProvider) UnmarshalKeyReturnsOnCall ¶
func (fake *ConfigProvider) UnmarshalKeyReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.