Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeMkdirChowner
- func (fake *FakeMkdirChowner) MkdirChown(path string, uid uint32, gid uint32, mode os.FileMode) error
- func (fake *FakeMkdirChowner) MkdirChownArgsForCall(i int) (string, uint32, uint32, os.FileMode)
- func (fake *FakeMkdirChowner) MkdirChownCallCount() int
- func (fake *FakeMkdirChowner) MkdirChownReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMkdirChowner ¶
type FakeMkdirChowner struct { MkdirChownStub func(path string, uid, gid uint32, mode os.FileMode) error // contains filtered or unexported fields }
func (*FakeMkdirChowner) MkdirChown ¶
func (*FakeMkdirChowner) MkdirChownArgsForCall ¶
func (*FakeMkdirChowner) MkdirChownCallCount ¶
func (fake *FakeMkdirChowner) MkdirChownCallCount() int
func (*FakeMkdirChowner) MkdirChownReturns ¶
func (fake *FakeMkdirChowner) MkdirChownReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.