| 10 | ) |
| 11 | |
| 12 | type FS interface { |
| 13 | afero.Fs |
| 14 | Mknod(path string, mode uint32, dev int) error |
| 15 | LStat(path string) (fs.FileInfo, error) |
| 16 | Readlink(path string) (string, error) |
| 17 | } |
| 18 | |
| 19 | type fsKey struct{} |
| 20 |
no outgoing calls
no test coverage detected