Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFS
- func (fake *FakeFS) Chown(arg1 string, arg2 int, arg3 int) error
- func (fake *FakeFS) ChownArgsForCall(i int) (string, int, int)
- func (fake *FakeFS) ChownCallCount() int
- func (fake *FakeFS) ChownCalls(stub func(string, int, int) error)
- func (fake *FakeFS) ChownReturns(result1 error)
- func (fake *FakeFS) ChownReturnsOnCall(i int, result1 error)
- func (fake *FakeFS) Invocations() map[string][][]interface{}
- func (fake *FakeFS) Mount(arg1 string, arg2 string, arg3 string, arg4 uintptr, arg5 string) error
- func (fake *FakeFS) MountArgsForCall(i int) (string, string, string, uintptr, string)
- func (fake *FakeFS) MountCallCount() int
- func (fake *FakeFS) MountCalls(stub func(string, string, string, uintptr, string) error)
- func (fake *FakeFS) MountReturns(result1 error)
- func (fake *FakeFS) MountReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFS ¶
type FakeFS struct { ChownStub func(string, int, int) error MountStub func(string, string, string, uintptr, string) error // contains filtered or unexported fields }
func (*FakeFS) ChownCallCount ¶
func (*FakeFS) ChownReturns ¶
func (*FakeFS) ChownReturnsOnCall ¶
func (*FakeFS) Invocations ¶
func (*FakeFS) MountArgsForCall ¶
func (*FakeFS) MountCallCount ¶
func (*FakeFS) MountCalls ¶
func (*FakeFS) MountReturns ¶
func (*FakeFS) MountReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.