Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Config
- func (fake *Config) Invocations() map[string][][]interface{}
- func (fake *Config) IsSet(arg1 string) bool
- func (fake *Config) IsSetArgsForCall(i int) string
- func (fake *Config) IsSetCallCount() int
- func (fake *Config) IsSetCalls(stub func(string) bool)
- func (fake *Config) IsSetReturns(result1 bool)
- func (fake *Config) IsSetReturnsOnCall(i int, result1 bool)
- 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 { IsSetStub func(string) bool UnmarshalKeyStub func(string, interface{}) error // contains filtered or unexported fields }
func (*Config) Invocations ¶
func (*Config) IsSetArgsForCall ¶ added in v0.3.0
func (*Config) IsSetCallCount ¶ added in v0.3.0
func (*Config) IsSetCalls ¶ added in v0.3.0
func (*Config) IsSetReturns ¶ added in v0.3.0
func (*Config) IsSetReturnsOnCall ¶ added in v0.3.0
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.