Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeConfigurer
- func (fake *FakeConfigurer) Apply(netConfig netsetgo.NetworkConfig, pid int) error
- func (fake *FakeConfigurer) ApplyArgsForCall(i int) (netsetgo.NetworkConfig, int)
- func (fake *FakeConfigurer) ApplyCallCount() int
- func (fake *FakeConfigurer) ApplyReturns(result1 error)
- func (fake *FakeConfigurer) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeConfigurer ¶
type FakeConfigurer struct {
ApplyStub func(netConfig netsetgo.NetworkConfig, pid int) error
// contains filtered or unexported fields
}
func (*FakeConfigurer) Apply ¶
func (fake *FakeConfigurer) Apply(netConfig netsetgo.NetworkConfig, pid int) error
func (*FakeConfigurer) ApplyArgsForCall ¶
func (fake *FakeConfigurer) ApplyArgsForCall(i int) (netsetgo.NetworkConfig, int)
func (*FakeConfigurer) ApplyCallCount ¶
func (fake *FakeConfigurer) ApplyCallCount() int
func (*FakeConfigurer) ApplyReturns ¶
func (fake *FakeConfigurer) ApplyReturns(result1 error)
func (*FakeConfigurer) Invocations ¶
func (fake *FakeConfigurer) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.