(name string, srcPath string, fi os.FileInfo, ignoreGrowth bool)
| 9 | type InstanceWriter interface { |
| 10 | ResetHardLinkMap() |
| 11 | WriteFile(name string, srcPath string, fi os.FileInfo, ignoreGrowth bool) error |
| 12 | WriteFileFromReader(src io.Reader, fi os.FileInfo) error |
| 13 | } |
no outgoing calls