(parentId string)
| 27 | type fileStatProvider interface { |
| 28 | GetPathFolderId(dirPath string) (string, error) |
| 29 | GetFolderFileStatList(parentId string) ([]api.FileStat, error) |
| 30 | } |
| 31 | |
| 32 | type shellAutoCompleter struct { |
no outgoing calls
no test coverage detected