Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 2022 Changes in this version + func RenameIfExists(a, b string) (renamed bool, err error) + type MockFile struct + MockInfo fs.FileInfo + MockInfoErr error + MockIsDir bool + MockName string + MockType fs.FileMode + func (m MockFile) Info() (fs.FileInfo, error) + func (m MockFile) IsDir() bool + func (m MockFile) Name() string + func (m MockFile) Type() fs.FileMode + type MockReader struct + func NewMockReader(ctrl *gomock.Controller) *MockReader + func (m *MockReader) EXPECT() *MockReaderMockRecorder + func (m *MockReader) ReadDir(arg0 string) ([]fs.DirEntry, error) + type MockReaderMockRecorder struct + func (mr *MockReaderMockRecorder) ReadDir(arg0 interface{}) *gomock.Call + type Reader interface + ReadDir func(string) ([]fs.DirEntry, error) + func NewReader() Reader