Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeRootFSSizer
- func (fake *FakeRootFSSizer) Invocations() map[string][][]interface{}
- func (fake *FakeRootFSSizer) RootFSSizeFromPath(arg1 string) uint64
- func (fake *FakeRootFSSizer) RootFSSizeFromPathArgsForCall(i int) string
- func (fake *FakeRootFSSizer) RootFSSizeFromPathCallCount() int
- func (fake *FakeRootFSSizer) RootFSSizeFromPathCalls(stub func(string) uint64)
- func (fake *FakeRootFSSizer) RootFSSizeFromPathReturns(result1 uint64)
- func (fake *FakeRootFSSizer) RootFSSizeFromPathReturnsOnCall(i int, result1 uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRootFSSizer ¶
type FakeRootFSSizer struct { RootFSSizeFromPathStub func(string) uint64 // contains filtered or unexported fields }
func (*FakeRootFSSizer) Invocations ¶
func (fake *FakeRootFSSizer) Invocations() map[string][][]interface{}
func (*FakeRootFSSizer) RootFSSizeFromPath ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPath(arg1 string) uint64
func (*FakeRootFSSizer) RootFSSizeFromPathArgsForCall ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPathArgsForCall(i int) string
func (*FakeRootFSSizer) RootFSSizeFromPathCallCount ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPathCallCount() int
func (*FakeRootFSSizer) RootFSSizeFromPathCalls ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPathCalls(stub func(string) uint64)
func (*FakeRootFSSizer) RootFSSizeFromPathReturns ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPathReturns(result1 uint64)
func (*FakeRootFSSizer) RootFSSizeFromPathReturnsOnCall ¶
func (fake *FakeRootFSSizer) RootFSSizeFromPathReturnsOnCall(i int, result1 uint64)
Click to show internal directories.
Click to hide internal directories.