Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeNetworkStatisticser ¶
type FakeNetworkStatisticser struct { StatisticsStub func() (stats garden.ContainerNetworkStat, err error) // contains filtered or unexported fields }
func (*FakeNetworkStatisticser) Statistics ¶
func (fake *FakeNetworkStatisticser) Statistics() (stats garden.ContainerNetworkStat, err error)
func (*FakeNetworkStatisticser) StatisticsCallCount ¶
func (fake *FakeNetworkStatisticser) StatisticsCallCount() int
func (*FakeNetworkStatisticser) StatisticsReturns ¶
func (fake *FakeNetworkStatisticser) StatisticsReturns(result1 garden.ContainerNetworkStat, result2 error)
Click to show internal directories.
Click to hide internal directories.