Searched refs:FindMockFS (Results 1 – 1 of 1) sorted by relevance
12 type FindMockFS struct { struct16 func (m FindMockFS) locate(name string) (myFileInfo, bool) { argument32 func (m FindMockFS) create(name string, isDir bool) { argument37 func (m FindMockFS) Stat(name string) (fs.FileInfo, error) { argument93 func (m FindMockFS) Open(name string) (fs.File, error) { argument97 func (m FindMockFS) ReadDir(name string) ([]fs.DirEntry, error) { argument108 func NewFindMockFS(files []string) FindMockFS {109 myfs := FindMockFS{make(map[string][]myFileInfo)}