Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Config
- func (fake *Config) Invocations() map[string][][]interface{}
- func (fake *Config) UnmarshalKey(arg1 string, arg2 interface{}) error
- func (fake *Config) UnmarshalKeyArgsForCall(i int) (string, interface{})
- func (fake *Config) UnmarshalKeyCallCount() int
- func (fake *Config) UnmarshalKeyCalls(stub func(string, interface{}) error)
- func (fake *Config) UnmarshalKeyReturns(result1 error)
- func (fake *Config) UnmarshalKeyReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { UnmarshalKeyStub func(string, interface{}) error // contains filtered or unexported fields }
func (*Config) Invocations ¶
func (*Config) UnmarshalKey ¶
func (*Config) UnmarshalKeyArgsForCall ¶
func (*Config) UnmarshalKeyCallCount ¶
func (*Config) UnmarshalKeyCalls ¶
func (*Config) UnmarshalKeyReturns ¶
func (*Config) UnmarshalKeyReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.