Versions in this module Expand all Collapse all v0 v0.8.4 Jun 4, 2024 Changes in this version + type FakeImpl struct + ReadFileStub func(string) ([]byte, error) + WriteFileStub func(string, []byte, fs.FileMode) error + func (fake *FakeImpl) Invocations() map[string][][]interface{} + func (fake *FakeImpl) ReadFile(arg1 string) ([]byte, error) + func (fake *FakeImpl) ReadFileArgsForCall(i int) string + func (fake *FakeImpl) ReadFileCallCount() int + func (fake *FakeImpl) ReadFileCalls(stub func(string) ([]byte, error)) + func (fake *FakeImpl) ReadFileReturns(result1 []byte, result2 error) + func (fake *FakeImpl) ReadFileReturnsOnCall(i int, result1 []byte, result2 error) + func (fake *FakeImpl) WriteFile(arg1 string, arg2 []byte, arg3 fs.FileMode) error + func (fake *FakeImpl) WriteFileArgsForCall(i int) (string, []byte, fs.FileMode) + func (fake *FakeImpl) WriteFileCallCount() int + func (fake *FakeImpl) WriteFileCalls(stub func(string, []byte, fs.FileMode) error) + func (fake *FakeImpl) WriteFileReturns(result1 error) + func (fake *FakeImpl) WriteFileReturnsOnCall(i int, result1 error)