Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBox
- func (fake *FakeBox) Invocations() map[string][][]interface{}
- func (fake *FakeBox) Walk(walkFunc packr.WalkFunc) error
- func (fake *FakeBox) WalkArgsForCall(i int) packr.WalkFunc
- func (fake *FakeBox) WalkCallCount() int
- func (fake *FakeBox) WalkReturns(result1 error)
- func (fake *FakeBox) WalkReturnsOnCall(i int, result1 error)
- type FakeFile
- func (fake *FakeFile) Chmod(mode os.FileMode) error
- func (fake *FakeFile) ChmodArgsForCall(i int) os.FileMode
- func (fake *FakeFile) ChmodCallCount() int
- func (fake *FakeFile) ChmodReturns(result1 error)
- func (fake *FakeFile) ChmodReturnsOnCall(i int, result1 error)
- func (fake *FakeFile) Close() error
- func (fake *FakeFile) CloseCallCount() int
- func (fake *FakeFile) CloseReturns(result1 error)
- func (fake *FakeFile) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeFile) Invocations() map[string][][]interface{}
- func (fake *FakeFile) Read(p []byte) (n int, err error)
- func (fake *FakeFile) ReadArgsForCall(i int) []byte
- func (fake *FakeFile) ReadCallCount() int
- func (fake *FakeFile) ReadReturns(result1 int, result2 error)
- func (fake *FakeFile) ReadReturnsOnCall(i int, result1 int, result2 error)
- func (fake *FakeFile) Write(p []byte) (n int, err error)
- func (fake *FakeFile) WriteArgsForCall(i int) []byte
- func (fake *FakeFile) WriteCallCount() int
- func (fake *FakeFile) WriteReturns(result1 int, result2 error)
- func (fake *FakeFile) WriteReturnsOnCall(i int, result1 int, result2 error)
- type FakeFilesystem
- func (fake *FakeFilesystem) Create(name string) (unpack.File, error)
- func (fake *FakeFilesystem) CreateArgsForCall(i int) string
- func (fake *FakeFilesystem) CreateCallCount() int
- func (fake *FakeFilesystem) CreateReturns(result1 unpack.File, result2 error)
- func (fake *FakeFilesystem) CreateReturnsOnCall(i int, result1 unpack.File, result2 error)
- func (fake *FakeFilesystem) Invocations() map[string][][]interface{}
- func (fake *FakeFilesystem) MkdirAll(path string, perm os.FileMode) error
- func (fake *FakeFilesystem) MkdirAllArgsForCall(i int) (string, os.FileMode)
- func (fake *FakeFilesystem) MkdirAllCallCount() int
- func (fake *FakeFilesystem) MkdirAllReturns(result1 error)
- func (fake *FakeFilesystem) MkdirAllReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBox ¶
type FakeBox struct { WalkStub func(walkFunc packr.WalkFunc) error // contains filtered or unexported fields }
func (*FakeBox) Invocations ¶
func (*FakeBox) WalkCallCount ¶
func (*FakeBox) WalkReturns ¶
func (*FakeBox) WalkReturnsOnCall ¶
type FakeFile ¶
type FakeFile struct { ReadStub func(p []byte) (n int, err error) WriteStub func(p []byte) (n int, err error) CloseStub func() error ChmodStub func(mode os.FileMode) error // contains filtered or unexported fields }
func (*FakeFile) ChmodCallCount ¶
func (*FakeFile) ChmodReturns ¶
func (*FakeFile) ChmodReturnsOnCall ¶
func (*FakeFile) CloseCallCount ¶
func (*FakeFile) CloseReturns ¶
func (*FakeFile) CloseReturnsOnCall ¶
func (*FakeFile) Invocations ¶
func (*FakeFile) ReadArgsForCall ¶
func (*FakeFile) ReadCallCount ¶
func (*FakeFile) ReadReturns ¶
func (*FakeFile) ReadReturnsOnCall ¶
func (*FakeFile) WriteArgsForCall ¶
func (*FakeFile) WriteCallCount ¶
func (*FakeFile) WriteReturns ¶
type FakeFilesystem ¶
type FakeFilesystem struct { CreateStub func(name string) (unpack.File, error) MkdirAllStub func(path string, perm os.FileMode) error // contains filtered or unexported fields }
func (*FakeFilesystem) Create ¶
func (fake *FakeFilesystem) Create(name string) (unpack.File, error)
func (*FakeFilesystem) CreateArgsForCall ¶
func (fake *FakeFilesystem) CreateArgsForCall(i int) string
func (*FakeFilesystem) CreateCallCount ¶
func (fake *FakeFilesystem) CreateCallCount() int
func (*FakeFilesystem) CreateReturns ¶
func (fake *FakeFilesystem) CreateReturns(result1 unpack.File, result2 error)
func (*FakeFilesystem) CreateReturnsOnCall ¶
func (fake *FakeFilesystem) CreateReturnsOnCall(i int, result1 unpack.File, result2 error)
func (*FakeFilesystem) Invocations ¶
func (fake *FakeFilesystem) Invocations() map[string][][]interface{}
func (*FakeFilesystem) MkdirAll ¶
func (fake *FakeFilesystem) MkdirAll(path string, perm os.FileMode) error
func (*FakeFilesystem) MkdirAllArgsForCall ¶
func (fake *FakeFilesystem) MkdirAllArgsForCall(i int) (string, os.FileMode)
func (*FakeFilesystem) MkdirAllCallCount ¶
func (fake *FakeFilesystem) MkdirAllCallCount() int
func (*FakeFilesystem) MkdirAllReturns ¶
func (fake *FakeFilesystem) MkdirAllReturns(result1 error)
func (*FakeFilesystem) MkdirAllReturnsOnCall ¶
func (fake *FakeFilesystem) MkdirAllReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.