Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type NetInfo
- func (fake *NetInfo) Get() (daemon.NetworkInfo, error)
- func (fake *NetInfo) GetCallCount() int
- func (fake *NetInfo) GetReturns(result1 daemon.NetworkInfo, result2 error)
- func (fake *NetInfo) GetReturnsOnCall(i int, result1 daemon.NetworkInfo, result2 error)
- func (fake *NetInfo) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetInfo ¶
type NetInfo struct { GetStub func() (daemon.NetworkInfo, error) // contains filtered or unexported fields }
func (*NetInfo) GetCallCount ¶
func (*NetInfo) GetReturns ¶
func (fake *NetInfo) GetReturns(result1 daemon.NetworkInfo, result2 error)
func (*NetInfo) GetReturnsOnCall ¶
func (fake *NetInfo) GetReturnsOnCall(i int, result1 daemon.NetworkInfo, result2 error)
func (*NetInfo) Invocations ¶
Click to show internal directories.
Click to hide internal directories.